//var url = "file:///C:/Aisha%20Ramaswami/Clients/MRI%20Park%20Ave%20Group/html/";
var url = "http://www.parkavegrp.com/";

if(document.images){
	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"
	
	value = new Image()
	value.src = url + "img/n-value0.gif"
	value1 = new Image()
	value1.src = url + "img/n-value1.gif"
	
	job = new Image()
	job.src = url + "img/n-job0.gif"
	job1 = new Image()
	job1.src = url + "img/n-job1.gif"

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

}