<!--
// 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 )
{
decalsoff = new Image;
decalsoff.src = "images/decals.gif";
decalson = new Image;
decalson.src = "images/decals2.gif";
signsoff = new Image;
signsoff.src = "images/signs.gif";
signson = new Image;
signson.src = "images/signs2.gif";
magneticsignsoff = new Image;
magneticsignsoff.src = "images/magneticsigns.gif";
magneticsignson = new Image;
magneticsignson.src = "images/magneticsigns2.gif";
licenseplatesoff = new Image;
licenseplatesoff.src = "images/licenseplates.gif";
licenseplateson = new Image;
licenseplateson.src = "images/licenseplates2.gif";
bumperstickersoff = new Image;
bumperstickersoff.src = "images/bumperstickers.gif";
bumperstickerson = new Image;
bumperstickerson.src = "images/bumperstickers2.gif";
politicaloff = new Image;
politicaloff.src = "images/political.gif";
politicalon = new Image;
politicalon.src = "images/political2.gif";
customprintingoff = new Image;
customprintingoff.src = "images/customprinting.gif";
customprintingon = new Image;
customprintingon.src = "images/customprinting2.gif";
}

// swap images using the cached images

function glow(x, y)
{
   if( compat ) { document.images[x].src=eval(y+'.src'); }
}
//-->
	
