function mover(getThis){
	getThis.className = "alltitleOn";
}

function mout(getThis){
		getThis.className = "alltitle";
}