document.writeln("<table width=\"760\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr> ");
document.writeln("      ");
document.writeln("    <td colspan=\"2\"><div align=\"center\"><img src=\"/images/defult/head_r1_c1.jpg\" width=\"770\" height=\"136\"></div></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td width=\"264\"><img src=\"/images/defult/head_r2_c1.jpg\" width=\"264\" height=\"32\"></td>");
document.writeln("    <td width=\"506\" background=\"/images/defult/head_r2_c2.jpg\"><table cellspacing=0 cellpadding=0 width=\"100%\" align=left border=0>");
document.writeln("      <tbody>");
document.writeln("        <tr>");
document.writeln("          <td height=23 align=right>");
document.writeln("            <div  class=\"menu\">");
document.writeln("              <div align=\"left\"><a href=\"/index.asp\">首 页</a> | <a href=\"javascript:void(0)\" onMouseOver=\"hideLayer();popUp('ECNUMenuA',0)\" onMouseOut=hideMenu();>LNM概况</a> | <a href=\"javascript:void(0)\" onMouseOver=\"hideLayer();popUp('ECNUMenuB',0)\" onMouseOut=hideMenu();>学术研究</a> | <a href=\"javascript:void(0)\" onMouseOver=\"hideLayer();popUp('ECNUMenuC',0)\" onMouseOut=hideMenu();>实验室装备</a> | <a href=\"/info_www/news/detailnewsb.asp?infoNo=4952\">研究生培养</a> | <a href=\"/info_www/news/detailnewsb.asp?infoNo=4953\">开放课题</a> | <a href=\"http://swgk.imech.ac.cn/bar/living/lxym/Default.htm\" target=_blank>LNM图片展</a> </div>");
document.writeln("            </div></td>");
document.writeln("        </tr>");
document.writeln("      </tbody>");
document.writeln("    </table></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td><img src=\"/images/defult/head_r3_c1.jpg\" width=\"264\" height=\"46\" border=0 usemap='#Map5'></td>");
document.writeln("    <td background=\"/images/defult/head_r3_c2.jpg\"><table width=\"105%\" border=\"0\" align=\"right\" cellpadding=\"0\" cellspacing=\"0\" bordercolor=\"#111111\" style=\"border-collapse: collapse\">");
document.writeln("      <form action=\"http://159.226.230.10:3000/WorldClient.dll?View=Main\" target=\"_top\" method=\"POST\">");
document.writeln("        <tr>");
document.writeln("          <td width=\"26%\" height=\"25\" align=\"right\"><font color=\"#000099\">");
document.writeln("            <script language=\"JavaScript\">              ");
document.writeln("dayObj = new Date();              ");
document.writeln("monthStr = dayObj.getMonth() + 1;              ");
document.writeln("if (dayObj.getYear()<99)  year2000=2000+dayObj.getYear();              ");
document.writeln("      else              ");
document.writeln("      year2000=dayObj.getYear()+0;              ");
document.writeln("document.write(year2000+\"年\"+monthStr+\"月\"+dayObj.getDate()+\"日\"+\" \");              ");
document.writeln("if (dayObj.getDay()==1)  document.write(\"星期一\");              ");
document.writeln("if (dayObj.getDay()==2)  document.write(\"星期二\");              ");
document.writeln("if (dayObj.getDay()==3)  document.write(\"星期三\");              ");
document.writeln("if (dayObj.getDay()==4)  document.write(\"星期四\");              ");
document.writeln("if (dayObj.getDay()==5)  document.write(\"星期五\");              ");
document.writeln("if (dayObj.getDay()==6)  document.write(\"星期六\");              ");
document.writeln("if (dayObj.getDay()==0)  document.write(\"星期日\");              ");
document.writeln("                </script>");
document.writeln("          </font></td>");
document.writeln("          <td width=\"17%\" align=\"right\">邮箱用户登录:</td>");
document.writeln("          <td width=\"57%\">");
document.writeln("            <input name=\"User\" type=\"text\" size=\"8\">");
document.writeln("        密码:");
document.writeln("        <input name=\"Password\" type=\"password\" size=\"8\">");
document.writeln("        <input type=\"submit\" name=\"Submit2\" value=\"登录\">");
document.writeln("          </td>");
document.writeln("        </tr>");
document.writeln("      </form>");
document.writeln("    </table></td>");
document.writeln("  </tr>");
document.writeln("</table>");

var loaded=0;
var gotlayers=0;
var lastLayer='ECNUMenuC';
NS4=(document.layers)?1:0;
IE4=(document.all)?1:0;
ver4=(NS4||IE4)?1:0;
var x;
var newLineChar = String.fromCharCode(10);
var char34 = String.fromCharCode(34);
var y;
var x2;
var y2;
var HTMLStr=" ";

//以下两参数根据需要调整,在popUp(n,Y)中有效；
//menutop便于统一设定top值，menuleft为缺省右位移值，横向时为0
var menutop=158;
var menuleft=10;

function moveLayer(layerName, nX, nY){
	if (gotlayers){
		if (NS4){
			if (nX>=0)
				document.layers[layerName].left=nX;
			else{
				screenWidth = window.innerWidth;
				document.layers[layerName].left=screenWidth+nX;
			}
			document.layers[layerName].top=nY;
		}else{
			if (nX>=0)
				document.all[layerName].style.pixelLeft=nX;
			else{
				screenWidth=document.body.clientWidth+18;
				document.all[layerName].style.pixelLeft=screenWidth+nX;
			}
			document.all[layerName].style.pixelTop=nY;
		}
	}
}


function hideMenu(){

		// Don't hide the menu if the mouse move between the menu and submenus
		cY = event.clientY+document.body.scrollTop;
      cX=event.clientX+document.body.scrollLeft;
		if ( (cX >= (x+5) && cX <= (x2-10)) &&( cY >= (y) && cY <= ( y2 ) ) )
		{
			window.event.cancelBubble = true;
			return; 
		}
		hideLayer();
		window.event.cancelBubble = true;
}

function p(name, nX, nY, on){
	if (gotlayers){
		if (on){
			moveLayer(name, nX, nY);
			if (NS4)
				document.layers[name].visibility="show";
			else
				document.all[name].style.visibility="visible";
		}
       else{
			if (NS4)
				document.layers[name].visibility="hide";
			else
				document.all[name].style.visibility="hidden";
		}
	}
	lastLayer=name;
}


function popUp(n,Y){
	x =window.event.srcElement.offsetLeft+window.event.srcElement.offsetParent.offsetParent.offsetParent.offsetLeft+window.event.srcElement.offsetParent.offsetParent.offsetParent.offsetParent.offsetLeft;
  y = Y + menutop;
y2 = y + document.all[n].offsetHeight;
x2 = x + document.all[n].offsetWidth;
p(n,x+menuleft,y,true);
window.event.cancelBubble = true;
}
function hideLayer(){p(lastLayer,0,0,false)}

function addMSSubMenu(MenuIDStr, SubMenuStr, SubMenuURLStr)
{	
	tempID = "ECNU" + MenuIDStr;
	addSubMenu(tempID,SubMenuStr,SubMenuURLStr); 
}

function addSubMenu(MenuIDStr, SubMenuStr, SubMenuURLStr)
{
	var MenuPos = MenuIDStr.toUpperCase().indexOf("MENU");
	if (MenuPos == -1) { MenuPos = MenuIDStr.length; }
	var LookUpTag  = "<!--" + MenuIDStr + "-->";
	var sPos = HTMLStr.indexOf(LookUpTag);
	if (sPos <= 0)
	{
		HTMLStr += newLineChar + newLineChar +
				"<DIV ID='" + MenuIDStr + "'" +
				" STYLE='position: absolute; left: 58; top: 12; z-index: 1; visibility: hidden'" +
				" onmouseout='hideMenu();'>"+
                       "<table border='1' cellspacing='0'  cellpadding='0' bordercolorlight='#999999' bordercolordark='#dfffFF'><tr><td><table border='0'   bordercolor='#000000'  bgcolor='#ECF1F9' cellspacing='6' cellpadding='0' >";
	}

	TempStr = newLineChar +  " <tr> <td ><span class='font'>"
                          + "<a href='"+SubMenuURLStr+ "'>" +SubMenuStr +
                       "</a></span></td></tr>"
                      +LookUpTag;

	if (sPos <= 0)
		HTMLStr += TempStr + "</table></td></tr></table></DIV>";
	else
		HTMLStr = HTMLStr.replace(LookUpTag, TempStr);
}

if (NS4)
	gotlayers=(document.layers.length==6)?1:0;
if (IE4)
	gotlayers=1;



//addMSSubMenu("Menu0","◇首页","/Info_www/news/ColumnIndex.asp?ColumnCode=0");
//addMSSubMenu("Menu0","◇重要通知","/Info_www/news/ColumnIndex.asp?ColumnCode=011");
//addMSSubMenu("Menu0","◇学术交流和会议报告","/Info_www/news/ColumnIndex.asp?ColumnCode=021");
//addMSSubMenu("Menu0","◇招聘信息","/Info_www/news/ColumnIndex.asp?ColumnCode=031");

//addMSSubMenu("MenuA","◇LNM概况","/Info_www/news/ColumnIndex.asp?ColumnCode=A");
addMSSubMenu("MenuA","◇LNM简介","/info_www/news/detailnewsb.asp?infoNo=4941");
addMSSubMenu("MenuA","◇杰出人才","/info_www/news/detailnewsb.asp?infoNo=4942");
addMSSubMenu("MenuA","◇学术委员会","/info_www/news/detailnewsb.asp?infoNo=4943");
addMSSubMenu("MenuA","◇研究队伍","/Info_www/news/ColumnIndex.asp?ColumnCode=x1A41");
addMSSubMenu("MenuA","◇规章制度","/Info_www/news/ColumnIndex.asp?ColumnCode=x1A51");

//addMSSubMenu("MenuB","◇学术研究	","/Info_www/news/ColumnIndex.asp?ColumnCode=B");
addMSSubMenu("MenuB","◇学科方向","/info_www/news/detailnewsb.asp?infoNo=4944");
addMSSubMenu("MenuB","◇承担课题","/info_www/news/detailnewsb.asp?infoNo=4945");
addMSSubMenu("MenuB","◇科研成果","/Info_www/news/ColumnIndex.asp?ColumnCode=x1B31");
addMSSubMenu("MenuB","◇学术交流与合作","/Info_www/news/ColumnIndex.asp?ColumnCode=x1B41");
addMSSubMenu("MenuB","◇课题申请指南","/info_www/news/detailnewsb.asp?infoNo=13267");

//addMSSubMenu("MenuC","◇实验室装备","/Info_www/news/ColumnIndex.asp?ColumnCode=C");
//addMSSubMenu("MenuC","◇LNM主要实验装备概览","/info_www/news/detailnewsb.asp?infoNo=4947");
//addMSSubMenu("MenuC","◇微系统力学实验室","/info_www/news/detailnewsb.asp?infoNo=4948");
//addMSSubMenu("MenuC","◇固体力学实验室","/info_www/news/detailnewsb.asp?infoNo=4949");
//addMSSubMenu("MenuC","◇计算模拟实验室","/info_www/news/detailnewsb.asp?infoNo=4950");
//addMSSubMenu("MenuC","◇冲击动力学实验室","/info_www/news/detailnewsb.asp?infoNo=4951");
//addMSSubMenu("MenuC","◇流体力学实验室","/info_www/news/detailnewsb.asp?infoNo=5137");
//addMSSubMenu("MenuC","◇实验室装备","/Info_www/news/ColumnIndex.asp?ColumnCode=C");
addMSSubMenu("MenuC","◇LNM主要实验装备概览","/info_www/news/detailnewsb.asp?infoNo=4947");
addMSSubMenu("MenuC","◇流体力学实验室","/info_www/news/detailnewsb.asp?infoNo=5137");
addMSSubMenu("MenuC","◇微流动实验室","/info_www/news/detailnewsb.asp?infoNo=4950");
addMSSubMenu("MenuC","◇固体力学实验室","/info_www/news/detailnewsb.asp?infoNo=4949");
addMSSubMenu("MenuC","◇微尺度固体力学实验室","/info_www/news/detailnewsb.asp?infoNo=4948");
addMSSubMenu("MenuC","◇冲击动力学实验室","/info_www/news/detailnewsb.asp?infoNo=4951");

//addMSSubMenu("MenuD","◇研究生培养","/Info_www/news/ColumnIndex.asp?ColumnCode=D");
//addMSSubMenu("MenuE","◇招生招聘","/Info_www/news/ColumnIndex.asp?ColumnCode=E");


document.write(HTMLStr);
//alert(HTMLStr);


document.writeln("<map name=\"Map5\">");
document.writeln("  <area shape=\"rect\" coords=\"128,-7,208,42\" href=\"/eindex.html\" target=\"_blank\">");
document.writeln("</map>");