version = "OLD";
if((navigator.appName == "Netscape" && parseInt(navigator.appVersion)>2) ||	(navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion)>3))
		version = "NEW";

if (version == 'NEW')

	profile_on = new Image; 
	profile_off = new Image;
	profile_on.src = "images/profile_x.gif";
	profile_off.src = "images/profile.gif";
	
	facility_on = new Image; 
	facility_off = new Image;
	facility_on.src = "images/facility_x.gif";
	facility_off.src = "images/facility.gif";
	
	services_on = new Image; 
	services_off = new Image;
	services_on.src = "images/services_x.gif";
	services_off.src = "images/services.gif";

	design_on = new Image; 
	design_off = new Image;
	design_on.src = "images/design_x.gif";
	design_off.src = "images/design.gif";
	
	projects_on = new Image; 
	projects_off = new Image;
	projects_on.src = "images/portfolio_x.gif";
	projects_off.src = "images/portfolio.gif";
	
	pricing_on = new Image; 
	pricing_off = new Image;
	pricing_on.src = "images/pricing_x.gif";
	pricing_off.src = "images/pricing.gif";
	
	contact_on = new Image; 
	contact_off = new Image;
	contact_on.src = "images/contact_x.gif";
	contact_off.src = "images/contact.gif";

	jobs_on = new Image; 
	jobs_off = new Image;
	jobs_on.src = "images/jobs_x.gif";
	jobs_off.src = "images/jobs.gif";
	
	home_on = new Image; 
	home_off = new Image;
	home_on.src = "images/home_x.gif";
	home_off.src = "images/home.gif";
	
	cert_on = new Image; 
	cert_off = new Image;
	cert_on.src = "images/cert_x.gif";
	cert_off.src = "images/cert.gif";
	
	ej_on = new Image; 
	ej_off = new Image;
	ej_on.src = "images/logos_ejx.gif";
	ej_off.src = "images/logos_ej.gif";

	


	
function swapem(iname, gname)
	{ 
	if (version == 'NEW')
		{
        iname.src = gname.src;
		}
	}
