<!--
if(document.images){
	about = new Image()
	about.src = "img/h-about.jpg"
	about1 = new Image()
	about1.src = "img/h-about1.jpg"
	
	cand = new Image()
	cand.src = "img/h-cand.jpg"
	cand1 = new Image()
	cand1.src = "img/h-cand1.jpg"
	
	emp = new Image()
	emp.src = "img/h-emp.jpg"
	emp1 = new Image()
	emp1.src = "img/h-emp1.jpg"
	
	ind = new Image()
	ind.src = "img/n-ind.gif"
	ind1 = new Image()
	ind1.src = "img/n-ind1.gif"
	
	req = new Image()
	req.src = "img/n-req.gif"
	req1 = new Image()
	req1.src = "img/n-req1.gif"
	
	function iC(i, iName){
	document.images[i].src = eval(i + iName + ".src");
	}
}
//-->