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/about_x.gif";
	info_off0.src = "images/about.gif";
	
	info_on1 = new Image; 
	info_off1 = new Image;
	info_on1.src = "images/services_x.gif";
	info_off1.src = "images/services.gif";

	info_on2 = new Image; 
	info_off2 = new Image;
	info_on2.src = "images/clients_x.gif";
	info_off2.src = "images/clients.gif";
	
	info_on3 = new Image; 
	info_off3 = new Image;
	info_on3.src = "images/contact_x.gif";
	info_off3.src = "images/contact.gif";	

		
	info_on8 = new Image; 
	info_off8 = new Image;
	info_on8.src = "images/enterx.gif";
	info_off8.src = "images/enter.gif";
	
		
function swapem(iname, gname)
	{ 
	if (version == 'NEW')
		{
        iname.src = gname.src;
		}
	}


