function fuc_ddOver(object) {
	object.className = "hover";
}
function fuc_ddOut(object) {
	object.className = "";
}