<!-- hide this stuff from other browsers 

function GlobNavbar_rollon (obj) 
{
   obj.style.color = 'aqua';
}

function GlobNavbar_rolloff (obj) 
{
   obj.style.color = 'white';
}


// end the hiding comment --> 		 	
