function golargeimage(oog,eeg,ig,imagealt)
{
var winpops=window.open("goimage.php?imagealt=" + imagealt + "&image=" + oog + "&width=" + eeg + "&height=" +ig,"","resizable=1,width=100,height=100")

return false;
}

// MAIN MENU
function rollover(id, act) 
{ 
document.getElementById(id).src = "images/" + act + ".gif";
} 

// end of MAIN MENU

