function mover(obj,type) {
	obj.className=type+" "+type+"-act";
}
function mout(obj,type) {
	obj.className=type;	
}