
	function hov(loc,cls){
		if(loc.className)
			loc.className=cls;
	}