// This makes the onload function work for rollover script and left button to load on onload.
// Browser Detection

<!-- Hide this from older browsers
function preloader() 
{
button = new Image(); 
button.src = "images/button-blue_o.gif";
}
// end hide -->