if (document.images) {
	
	homer = new Image();
	homeo = new Image();
	companyprofr = new Image();
	companyprofo = new Image();
	productsr = new Image();
	productso = new Image();
	contactr = new Image();
	contacto = new Image();
	sitemapr = new Image();
	sitemapo = new Image();
	supportr = new Image();
	supporto = new Image();
	interviewtipsr = new Image();
	interviewtipso = new Image();
	
	
	
	
	homer.src = "Ram2/index_files/btnHome_fr.gif";
	homeo.src = "Ram2/index_files/btnHome1_fr.gif";
	companyprofr.src = "Ram2/index_files/btncompanyprof_fr.gif";
	companyprofo.src = "Ram2/index_files/btncompanyprof1_fr.gif";
	productsr.src = "Ram2/index_files/btnProducts_fr.gif";
	productso.src = "Ram2/index_files/btnProducts1_fr.gif";
	contactr.src = "Ram2/index_files/btncontactus_fr.gif";
	contacto.src = "Ram2/index_files/btncontactus1_fr.gif";
	sitemapr.src = "Ram2/index_files/btnsitemap_fr.gif";
	sitemapo.src = "Ram2/index_files/btnsitemap1_fr.gif";
	supportr.src = "Ram2/index_files/btnsupport_fr.gif";
	supporto.src = "Ram2/index_files/btnsupport1_fr.gif";
	interviewtipsr.src = "Ram2/index_files/btnexhibitions_fr.gif";
	interviewtipso.src = "Ram2/index_files/btnexhibitions1_fr.gif";
	
	
	
}
function SwitchImage(ImagetoSwitch, nImageName) {
	if (document.layers) {
		eval('document.pagebody.document.images["'+ImagetoSwitch+'"].src = '+nImageName+'.src');
	} else { 
		document.images[ImagetoSwitch].src = eval(nImageName+".src");
	}

}
	
