var url = "http://www.scslc.com/";

if(document.images){
	about = new Image()
	about.src = url + "img/n-about0.gif"
	about1 = new Image()
	about1.src = url + "img/n-about1.gif"
	
	emp = new Image()
	emp.src = url + "img/n-emp0.gif"
	emp1 = new Image()
	emp1.src = url + "img/n-emp1.gif"

	cand = new Image()
	cand.src = url + "img/n-cand0.gif"
	cand1 = new Image()
	cand1.src = url + "img/n-cand1.gif"
	
	res = new Image()
	res.src = url + "img/n-res0.gif"
	res1 = new Image()
	res1.src = url + "img/n-res1.gif"

	hme = new Image()
	hme.src = url + "img/n-home0.gif"
	hme1 = new Image()
	hme1.src = url + "img/n-home1.gif"
		
	job = new Image()
	job.src = url + "img/n-job0.gif"
	job1 = new Image()
	job1.src = url + "img/n-job1.gif"
	
	con = new Image()
	con.src = url + "img/n-cont0.gif"
	con1 = new Image()
	con1.src = url + "img/n-cont1.gif"
			
	function iC(i, iName){
	document.images[i].src = eval(i + iName + ".src");
	}

}