<!--
// 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 )
{
homeoff = new Image;
homeoff.src = "images/bhome.gif";
homeon = new Image;
homeon.src = "images/bhome2.gif";
aboutusoff = new Image;
aboutusoff.src = "images/baboutus.gif";
aboutuson = new Image;
aboutuson.src = "images/baboutus2.gif";
termsoff = new Image;
termsoff.src = "images/bterms.gif";
termson = new Image;
termson.src = "images/bterms2.gif";
advertisingoff = new Image;
advertisingoff.src = "images/badvertising.gif";
advertisingon = new Image;
advertisingon.src = "images/badvertising2.gif";
contactusoff = new Image;
contactusoff.src = "images/bcontactus.gif";
contactuson = new Image;
contactuson.src = "images/bcontactus2.gif";
}

// swap images using the cached images

function glow(x, y)
{
   if( compat ) { document.images[x].src=eval(y+'.src'); }
}
//-->
	