<!--//

BrowserName = navigator.appName;
BrowserVersion = parseFloat(navigator.appVersion);

if (BrowserName == "Netscape" && BrowserVersion >= 3.0) { roll = 'true'; }
else if (BrowserName == "Microsoft Internet Explorer" && BrowserVersion >=3.0) 
	{ roll = 'true'; }
else { roll = 'false'; }

if (roll == 'true'){

but1off = new Image(100,20);
but1off.src = "/images/home_off.gif";
but1on = new Image(100,20);
but1on.src = "/images/home_on.gif";

but2off = new Image(100,20);
but2off.src = "/images/about_off.gif";
but2on = new Image(100,20);
but2on.src = "/images/about_on.gif";

but3off = new Image(100,20);
but3off.src = "/images/menus_off.gif";
but3on = new Image(100,20);
but3on.src = "/images/menus_on.gif";

but4off = new Image(100,20);
but4off.src = "/images/delivery_off.gif";
but4on = new Image(100,20);
but4on.src = "/images/delivery_on.gif";

but5off = new Image(100,20);
but5off.src = "/images/features_off.gif";
but5on = new Image(100,20);
but5on.src = "/images/features_on.gif";

but6off = new Image(100,20);
but6off.src = "/images/wedding_off.gif";
but6on = new Image(100,20);
but6on.src = "/images/wedding_on.gif";

but7off = new Image(100,20);
but7off.src = "/images/faq_off.gif";
but7on = new Image(100,20);
but7on.src = "/images/faq_on.gif";

but8off = new Image(100,20);
but8off.src = "/images/contact_off.gif";
but8on = new Image(100,20);
but8on.src = "/images/contact_on.gif";

}


function hiLite(imgID,imgName) {

 if (BrowserName == "Netscape" && BrowserVersion >= 3.0) { roll = 'true'; }
 else if (BrowserName == "Microsoft Internet Explorer" && BrowserVersion >=3.0) { roll = 'true'; }
 else { roll = 'false'; }

 if (roll == 'true') document.images[imgID].src = eval(imgName + ".src")

}



// -->
