<!--
// 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 )
{
communityoff = new Image;
communityoff.src = "images/community.gif";
communityon = new Image;
communityon.src = "images/community2.gif";
customercommentsoff = new Image;
customercommentsoff.src = "images/customer.gif";
customercommentson = new Image;
customercommentson.src = "images/customer2.gif";
fleetaccountoff = new Image;
fleetaccountoff.src = "images/fleetaccount.gif";
fleetaccounton = new Image;
fleetaccounton.src = "images/fleetaccount2.gif";
employmentoff = new Image;
employmentoff.src = "images/employment.gif";
employmenton = new Image;
employmenton.src = "images/employment2.gif";
contactoff = new Image;
contactoff.src = "images/contact.gif";
contacton = new Image;
contacton.src = "images/contact2.gif";
facilitiesoff = new Image;
facilitiesoff.src = "images/carwashfacilities.gif";
facilitieson = new Image;
facilitieson.src = "images/carwashfacilities2.gif";
carwashoff = new Image;
carwashoff.src = "images/carwashb.gif";
carwashon = new Image;
carwashon.src = "images/carwashb2.gif";
autodetailingoff = new Image;
autodetailingoff.src = "images/autodetailing.gif";
autodetailingon = new Image;
autodetailingon.src = "images/autodetailing2.gif";
autoaccessoriesoff = new Image;
autoaccessoriesoff.src = "images/autoaccessories.gif";
autoaccessorieson = new Image;
autoaccessorieson.src = "images/autoaccessories2.gif";
fundraisingoff = new Image;
fundraisingoff.src = "images/carwashfundraising.gif";
fundraisingon = new Image;
fundraisingon.src = "images/carwashfundraising2.gif";
pennzoilquicklubeoff = new Image;
pennzoilquicklubeoff.src = "images/quicklubeservicecenter.gif";
pennzoilquicklubeon = new Image;
pennzoilquicklubeon.src = "images/quicklubeservicecenter2.gif";
}

// swap images using the cached images

function glow(x, y)
{
   if( compat ) { document.images[x].src=eval(y+'.src'); }
}
//-->
	