//var url = "file:///C:/JeremyAnderson/Clients/MR%20Worldwide%20Watford/html/";
var url = "http://www.mriww-slf.com/dev/";

if(document.images){
	
	hme = new Image()
	hme.src = url + "img/n-hme0.gif"
	hme1 = new Image()
	hme1.src = url + "img/n-hme1.gif"

	about = new Image()
	about.src = url + "img/n-about0.gif"
	about1 = new Image()
	about1.src = url + "img/n-about1.gif"
	
	ind = new Image()
	ind.src = url + "img/n-ind0.gif"
	ind1 = new Image()
	ind1.src = url + "img/n-ind1.gif"
	
	client = new Image()
	client.src = url + "img/n-client0.gif"
	client1 = new Image()
	client1.src = url + "img/n-client1.gif"

	cand = new Image()
	cand.src = url + "img/n-can0.gif"
	cand1 = new Image()
	cand1.src = url + "img/n-can1.gif"
	
	job = new Image()
	job.src = url + "img/n-job0.gif"
	job1 = new Image()
	job1.src = url + "img/n-job1.gif"

	res = new Image()
	res.src = url + "img/n-res0.gif"
	res1 = new Image()
	res1.src = url + "img/n-res1.gif"
	
	con = new Image()
	con.src = url + "img/n-con0.gif"
	con1 = new Image()
	con1.src = url + "img/n-con1.gif"
			
	function iC(i, iName){
	document.images[i].src = eval(i + iName + ".src");
	}

}