if(document.images){
	about = new Image()
	about.src = "../img/nav-about0.gif"
	about1 = new Image()
	about1.src = "../img/nav-about1.gif"
	
	cand = new Image()
	cand.src = "../img/nav-cand0.gif"
	cand1 = new Image()
	cand1.src = "../img/nav-cand1.gif"
	
	emp = new Image()
	emp.src = "../img/nav-emp0.gif"
	emp1 = new Image()
	emp1.src = "../img/nav-emp1.gif"
	
	ind = new Image()
	ind.src = "../img/nav-ind0.gif"
	ind1 = new Image()
	ind1.src = "../img/nav-ind1.gif"
	
	contact = new Image()
	contact.src = "../img/nav-contact0.gif"
	contact1 = new Image()
	contact1.src = "../img/nav-contact1.gif"

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

function stopError() {
  return true;
}

window.onerror = stopError;

