<!-- Begin

if ((navigator.appName.indexOf('Microsoft')+1)) {

document.write('<style type="text/css"> .opacity1 {filter:alpha(opacity=50)} .opacity2 {filter:alpha(opacity=100)} </style>'); }

if ((navigator.appName.indexOf('Netscape')+1)) {

document.write('<style type="text/css"> .opacity1 {-moz-opacity:0.5} .opacity2 {-moz-opacity:1} </style>'); }

else {

document.write(''); }

//  End -->
 var h;
 var w;
 var l;
 var t;
 var topMar = 5;
 var leftMar = 0;
 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=0 cellpadding=0 style='width:"+tWidth+"' class=tableborder1 onmouseout='HideMenu()'><tr height=><td nowrap align=left class=table height=20>" + 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 about= '<table width=\"450\" height=\"32\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"menu_link\"><tr><td width=\"12\"><img src=\"images/menuleft.gif" width=\"12\" height=\"32\"></td><td background=\"images/menubg.gif\">|&nbsp;<a class=\"menu_link\" href=\"info.asp?id=1\">公司介绍</a>&nbsp;|&nbsp;<a  href=\"info.asp?id=7\" class=\"menu_link\">总经理致辞</a>&nbsp;|&nbsp;<a  href=\"info.asp?id=2\" class=\"menu_link\">企业文化</a>&nbsp;|&nbsp;<a  href=\"info.asp?id=3\" class=\"menu_link\">企业荣誉</a>&nbsp;|&nbsp;<a  href=\"news.asp?bigclassname=技术中心\" class=\"menu_link\">技术中心</a>&nbsp;|&nbsp;<a  href=\"branch.asp?id=26\" class=\"menu_link\">联系我们</a>&nbsp;|</td><td width=\"10\"><img src=\"images/menuright.gif\" width=\"10\" height=\"32\"></td></tr></table>'
var tcontent= '<table width=\"300\" height=\"32\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"menu_link\"><tr><td width=\"12\"><img src=\"images/menuleft.gif" width=\"12\" height=\"32\"></td><td background=\"images/menubg.gif\">|&nbsp;<a class=\"menu_link\" href=\"news.asp?bigclassname=公司动态\">公司动态</a>&nbsp;|&nbsp;<a  href=\"news.asp?bigclassname=行业新闻\" class=\"menu_link\">行业新闻</a>&nbsp;|&nbsp;<a  href=\"news.asp?bigclassname=视频介绍\" class=\"menu_link\">视频介绍</a>&nbsp;|&nbsp;<a  href=\"news.asp?bigclassname=科普大全\" class=\"menu_link\">科普大全</a>&nbsp;|</td><td width=\"10\"><img src=\"images/menuright.gif\" width=\"10\" height=\"32\"></td></tr></table>'
var tmethod= '<table width=\"220\" height=\"32\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"menu_link\"><tr><td width=\"12\"><img src=\"images/menuleft.gif" width=\"12\" height=\"32\"></td><td background=\"images/menubg.gif\">|&nbsp;<a class=\"menu_link\" href=\"exhibit.asp?biglassname=元宫型宫内节育器\">元宫型宫内节育器</a>&nbsp;|&nbsp;<a  href=\"exhibit.asp?biglassname=其它产品\" class=\"menu_link\">其它产品</a>&nbsp;|</td><td width=\"10\"><img src=\"images/menuright.gif\" width=\"10\" height=\"32\"></td></tr></table>'
var tgroup= '<table width=\"300\" height=\"32\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"menu_link\"><tr><td width=\"12\"><img src=\"images/menuleft.gif" width=\"12\" height=\"32\"></td><td background=\"images/menubg.gif\">|&nbsp;<a class=\"menu_link\" href=\"news.asp?bigclassname=产品知识\">产品知识</a>&nbsp;|&nbsp;<a  href=\"branch.asp?id=24\" class=\"menu_link\">售后服务</a>&nbsp;|&nbsp;<a  href=\"branch.asp?id=25\" class=\"menu_link\">销售网络</a>&nbsp;|&nbsp;<a  href=\"feedback.asp\" class=\"menu_link\">客户反馈</a>&nbsp;|</td><td width=\"10\"><img src=\"images/menuright.gif\" width=\"10\" height=\"32\"></td></tr></table>'
var tfield= '<table width=\"170\" height=\"32\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"menu_link\"><tr><td width=\"12\"><img src=\"images/menuleft.gif" width=\"12\" height=\"32\"></td><td background=\"images/menubg.gif\">|&nbsp;<a class=\"menu_link\" href=\"bbs/index.asp\">避孕专区</a>&nbsp;|&nbsp;<a  href=\"bbs/index.asp\" class=\"menu_link\">生理知识</a>&nbsp;&nbsp;|</td><td width=\"10\"><img src=\"images/menuright.gif\" width=\"10\" height=\"32\"></td></tr></table>'
var trusult= '<table width=\"155\" height=\"32\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"menu_link\"><tr><td width=\"12\"><img src=\"images/menuleft.gif" width=\"12\" height=\"32\"></td><td background=\"images/menubg.gif\">|&nbsp;&nbsp;<a class=\"menu_link\" href=\"trusult.asp\">教学评价</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a  href=\"trusult2.asp\" class=\"menu_link\">社会评价</a>&nbsp;&nbsp;|</td><td width=\"10\"><img src=\"images/menuright.gif\" width=\"10\" height=\"32\"></td></tr></table>'


var seo= '&nbsp;<a class=table href=\"seo_knoledge.asp\"><font color="#000000">优化知识</font></a>&nbsp;&nbsp;&nbsp;&nbsp;<a  href=\"seo_custor.htm\" class=table><font color="#000000">优化案例</font></a>&nbsp;&nbsp;'
var product= '<a class=table href=\"google.htm\"><font color="#000000">GOOGLE竞价</font></a>&nbsp;&nbsp;<a  href=\"baidu.htm\" class=table><font color="#000000">百度推广</font></a>&nbsp;&nbsp;<a class=table href=\"huicong.htm\"><font color="#000000">慧聪推广</font></a>&nbsp;&nbsp;<a class=table href=\"other_search.htm\"><font color="#000000">其他推广</font></a>&nbsp;&nbsp;&nbsp;'
var sell= '&nbsp;&nbsp;&nbsp;<a class=table href=\"flash.htm\"><font color="#000000">FLASH</font></a>&nbsp;&nbsp;&nbsp;&nbsp;<a  href=\"kejian.htm\" class=table><font color="#000000">课件制作</font></a>&nbsp;&nbsp;'
var news= '&nbsp;&nbsp;&nbsp;<a class=table href=\"notice.asp\"><font color="#000000">公司动态</font></a>&nbsp;&nbsp;&nbsp;&nbsp;<a  href=\"news.asp\" class=table><font color="#000000">行业资讯</font></a>&nbsp;&nbsp;'
var server= '<a class=table href=\"server.html\"><font color="#000000">服务体系</font></a>&nbsp;&nbsp;<a  href=\"faq.asp\" class=table><font color="#000000">FAQ</font></a>&nbsp;&nbsp;<a class=table href=\"payment.html\"><font color="#000000">汇款方式</font></a>&nbsp;&nbsp;'