// JavaScript Document
function homeNavRollover(div,cName){
	document.getElementById(div).className=cName;
}

function homeNavLoc(loc){
	window.location=loc;
}

