var url = "http://www.mritc.net/";

if(document.images){

	hme = new Image()
	hme.src = url + "img/n-home0.gif"
	hme1 = new Image()
	hme1.src = url + "img/n-home1.gif"
	
	about = new Image()
	about.src = url + "img/n-about0.gif"
	about1 = new Image()
	about1.src = url + "img/n-about1.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-cand0.gif"
	cand1 = new Image()
	cand1.src = url + "img/n-cand1.gif"
	
	ind = new Image()
	ind.src = url + "img/n-ind0.gif"
	ind1 = new Image()
	ind1.src = url + "img/n-ind1.gif"
		
	job = new Image()
	job.src = url + "img/n-jobs0.gif"
	job1 = new Image()
	job1.src = url + "img/n-jobs1.gif"

	contact = new Image()
	contact.src = url + "img/n-contact0.gif"
	contact1 = new Image()
	contact1.src = url + "img/n-contact1.gif"

	resume = new Image()
	resume.src = url + "img/n-resume0.gif"
	resume1 = new Image()
	resume1.src = url + "img/n-resume1.gif"
			
	function iC(i, iName){
	document.images[i].src = eval(i + iName + ".src");
	}

}