<!--
// JavaScript Document
//Hiding script from old browsers
// Netscape 3.0 compatibility test (for javascript image swapping)
compat = false;
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; }
// cache images for quick swapping
if( compat )
{
aboutusoff = new Image;
aboutusoff.src = "images/aboutus1.gif";
aboutuson = new Image;
aboutuson.src = "images/aboutus2.gif";
entertainmentoff = new Image;
entertainmentoff.src = "images/entertainment1.gif";
entertainmenton = new Image;
entertainmenton.src = "images/entertainment2.gif";
advertisingoff = new Image;
advertisingoff.src = "images/advertising1.gif";
advertisingon = new Image;
advertisingon.src = "images/advertising2.gif";
eventsupportoff = new Image;
eventsupportoff.src = "images/eventsupport1.gif";
eventsupporton = new Image;
eventsupporton.src = "images/eventsupport2.gif";
concessionsoff = new Image;
concessionsoff.src = "images/concessions1.gif";
concessionson = new Image;
concessionson.src = "images/concessions2.gif";
pressoff = new Image;
pressoff.src = "images/press1.gif";
presson = new Image;
presson.src = "images/press2.gif";
contactusoff = new Image;
contactusoff.src = "images/contactus1.gif";
contactuson = new Image;
contactuson.src = "images/contactus2.gif";
employmentoff = new Image;
employmentoff.src = "images/employment1.gif";
employmenton = new Image;
employmenton.src = "images/employment2.gif";
homeoff = new Image;
homeoff.src = "images/home1.gif";
homeon = new Image;
homeon.src = "images/home2.gif";
}

// swap images using the cached images

function glow(x, y)
{
   if( compat ) { document.images[x].src=eval(y+'.src'); }
}
//-->
	