

 var h;
 var w;
 var l;
 var t;
 var topMar = 3;
 var leftMar = -10;
 var space = 2;
 var isvisible;
 var MENU_SHADOW_COLOR='#ffffff';
 var global = window.document
 global.fo_currentMenu = null
 global.fo_shadows = new Array

function HideMenu() 
{
 var mX;
 var mY;
 var vDiv;
 var mDiv;
	if (isvisible == true)
{
		vDiv = document.all("menuDiv");
		mX = window.event.clientX + document.body.scrollLeft;
		mY = window.event.clientY + document.body.scrollTop;
		if ((mX < parseInt(vDiv.style.left)) || (mX > parseInt(vDiv.style.left)+vDiv.offsetWidth) || (mY < parseInt(vDiv.style.top)-h) || (mY > parseInt(vDiv.style.top)+vDiv.offsetHeight)){
			vDiv.style.visibility = "hidden";
			isvisible = false;
		}
}
}

function ShowMenu(vMnuCode,tWidth) {
	vSrc = window.event.srcElement;
	vMnuCode = "<table id='submenu' cellspacing=1 cellpadding=3 style='width:"+tWidth+"' class=tableborder1 onmouseout='HideMenu()'><tr height=23><td nowrap align=left class=tablebody1>" + vMnuCode + "</td></tr></table>";

	h = vSrc.offsetHeight;
	w = vSrc.offsetWidth;
	l = vSrc.offsetLeft + leftMar+4;
	t = vSrc.offsetTop + topMar + h + space-2;
	vParent = vSrc.offsetParent;
	while (vParent.tagName.toUpperCase() != "BODY")
	{
		l += vParent.offsetLeft;
		t += vParent.offsetTop;
		vParent = vParent.offsetParent;
	}

	menuDiv.innerHTML = vMnuCode;
	menuDiv.style.top = t;
	menuDiv.style.left = l;
	menuDiv.style.visibility = "visible";
	isvisible = true;
    makeRectangularDropShadow(submenu, MENU_SHADOW_COLOR, 4)
}

function makeRectangularDropShadow(el, color, size)
{
	var i;
	for (i=size; i>0; i--)
	{
		var rect = document.createElement('div');
		var rs = rect.style
		rs.position = 'absolute';
		rs.left = (el.style.posLeft + i) + 'px';
		rs.top = (el.style.posTop + i) + 'px';
		rs.width = el.offsetWidth + 'px';
		rs.height = el.offsetHeight + 'px';
		rs.zIndex = el.style.zIndex - i;
		rs.backgroundColor = color;
		var opacity = 1 - i / (i + 1);
		rs.filter = 'alpha(opacity=' + (100 * opacity) + ')';
		el.insertAdjacentElement('afterEnd', rect);
		global.fo_shadows[global.fo_shadows.length] = rect;
	}
}
var m1= '&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/schoolintro/121439552.html"><font color="#000000">学校介绍</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/schoolintro/115646583.html"><font color="#000000">领导班子</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/schoolintro/121558895.html"><font color="#000000">机构设置</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/schoolintro/12164943.html"><font color="#000000">校园风光</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/schoolintro/122033318.html"><font color="#000000">学校荣誉</font></a>&nbsp;'
var m2= '&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/zsqs/index.html"><font color="#000000">招生启事</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/zkxx/index.html"><font color="#000000">招考信息</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/zcxx/index.html"><font color="#000000">政策新闻</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href="http://zkzs.e21.edu.cn/school/schindex.php?area=&id=4029"><font color="#000000">网上答疑</font></a>&nbsp;'
var m3= '&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/KCGG/index.html"><font color="#000000">课程改革</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/cgjy/index.html"><font color="#000000">成功教育</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/kczh/index.html"><font color="#000000">课程整合</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/ysjx/index.html"><font color="#000000">艺术教学</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/xljy/index.html"><font color="#000000">心理教育</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/wjxd/index.html"><font color="#000000">外教心得</font></a>&nbsp;'
var m4= '&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/bzrzy/index.html"><font color="#000000">班主任之友</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/dytd/index.html"><font color="#000000">德育天地</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/gqxdjh/index.html"><font color="#000000">国旗下的讲话</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/fzjy/index.html"><font color="#000000">法制教育</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/aqjy/index.html"><font color="#000000">安全教育</font></a>&nbsp;'
var m5= '&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/jsfc2/index.html"><font color="#000000">教师风采</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/jyxd/index.html"><font color="#000000">教育心得</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/jszy/index.html"><font color="#000000">教师主页</font></a>&nbsp;'
var m6= '&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/xsfc/index.html"><font color="#000000">学生风采</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/xszp/index.html"><font color="#000000">学生作品</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/bjzy/index.html"><font color="#000000">班级主页</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/grzy/index.html"><font color="#000000">个人主页</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/xsst/index.html"><font color="#000000">学生社团</font></a>&nbsp'
var m7= '&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/dzbgs/index.html"><font color="#000000">党政办公室</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/jwjkc/index.html"><font color="#000000">教务教科处</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/dtwyc/index.html"><font color="#000000">德体卫艺处</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/xxjsc/index.html"><font color="#000000">信息技术处</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/zwc/index.html"><font color="#000000"> 总务处 </font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/BWC/index.html"><font color="#000000"> 保卫处 </font></a>&nbsp;'
var m8= '&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/ddzs/index.html"><font color="#000000">党的知识</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/hdly/index.html"><font color="#000000">活动掠影</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/dysfg/index.html"><font color="#000000">党员示范岗</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/dyxjx/index.html"><font color="#000000">党员先进性</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/zxxdj/index.html"><font color="#000000">中学生党建</font></a>'
var m9= '&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/ZZJG/index.html"><font color="#000000">组织机构</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/ssfa/index.html"><font color="#000000">实施方案</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/dtbd/index.html"><font color="#000000">动态报道</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/gzjb/index.html"><font color="#000000">工作简报</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/SJTS/index.html"><font color="#000000">实践探索</font></a>&nbsp;<br>&nbsp;<a style=font-size:9pt;line-height:14pt; href=\"/Html/ZWHD/index.html"><font color="#000000">征文活动</font></a>&nbsp;'

