// This makes the onload function work for multiple onloads.

<!-- Hide this from older browsers
function start(){

// rollovers begin...
initRollovers();
// rollovers end...

// other begin...

// other end...

// other begin...

// other end...
}
window.onload = start;
// end hide -->