version = "OLD";
if((navigator.appName == "Netscape" && parseInt(navigator.appVersion)>2) ||	(navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion)>3))
		version = "NEW";

if (version == 'NEW')

// menu items

	info_on0 = new Image; 
	info_off0 = new Image;
	info_on0.src = "images/homex.gif";
	info_off0.src = "images/home.gif";
	
	info_on1 = new Image; 
	info_off1 = new Image;
	info_on1.src = "images/aboutx.gif";
	info_off1.src = "images/about.gif";

	info_on2 = new Image; 
	info_off2 = new Image;
	info_on2.src = "images/servicesx.gif";
	info_off2.src = "images/services.gif";
	
	info_on3 = new Image; 
	info_off3 = new Image;
	info_on3.src = "images/specialsx.gif";
	info_off3.src = "images/specials.gif";	

	info_on4 = new Image; 
	info_off4 = new Image;
	info_on4.src = "images/contactusx.gif";
	info_off4.src = "images/contactus.gif";
	

//eject.ca		

	info_on7 = new Image; 
	info_off7 = new Image;
	info_on7.src = "images/ejectlogox.gif";
	info_off7.src = "images/ejectlogo.gif";

	info_on8 = new Image; 
	info_off8 = new Image;
	info_on8.src = "images/eject.gif";
	info_off8.src = "images/eject_off.gif";
	
		
function swapem(iname, gname)
	{ 
	if (version == 'NEW')
		{
        iname.src = gname.src;
		}
	}



