function fuc_navOver(object) {
	object.className = "hover";
}
function fuc_navOut(object) {
	object.className = "";
}