var mcontainm=document.getElementById("\x6d\x65\x6e\x75").getElementsByTagName("a");
var mcontains=document.getElementById("\x6d\x65\x6e\x75\x2d\x73\x6f\x6e").getElementsByTagName("div");
for(var mi=0;mi<=mcontainm.length-1;mi++){
	mcontainm[mi].onmouseover=function(){mover(this.id.replace("\x6d\x65\x6e\x75\x2d\x70\x61\x72\x65\x6e\x74",""));}
	mcontains[mi].onmouseover=function(){mover(this.id.replace("\x73\x6f\x6e",""));	}
	mcontainm[mi].onmouseout=function(){mout(this.id.replace("\x6d\x65\x6e\x75\x2d\x70\x61\x72\x65\x6e\x74",""));}
	mcontains[mi].onmouseout=function(){mout(this.id.replace("\x73\x6f\x6e",""));}
}
if(def!=null){document.getElementById("menu-parent"+def).className="menuaclass";
document.getElementById("son"+def).style.display="block";}


