﻿//------------------------------------------------------------------------------------------------
//            JavaScript Document By Eshion Media(IME)
//            该脚本代码由亿新科技编写
//            亿新科技网址：www.eshion.cn    联系方式：0577-27802780
//------------------------------------------------------------------------------------------------

for(var mi=1;mi<=7;mi++){
	document.getElementById("m"+mi).onmouseover=function(){mover(this.id.replace("m",""));}
	document.getElementById("mson"+mi).onmouseover=function(){mover(this.id.replace("mson",""));	}
	document.getElementById("m"+mi).onmouseout=function(){mout(this.id.replace("m",""));}
	document.getElementById("mson"+mi).onmouseout=function(){mout(this.id.replace("mson",""));}
}
if(def!=null){document.getElementById("m"+def).className="menuA";}
