'=================================
'
'   劲飞科技企业网站管理系统
'    地址：联丰路185号  0574-87135137
'       www.shangguo.cn
'
'  copyright(c)2006 shangguo.cn
'
'=================================

//菜单
var menuOffX=0	//菜单距连接文字最左端距离
var menuOffY=20	//菜单距连接文字顶端距离

var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1
var ns6=document.getElementById&&!document.all
function ShowMenu(e,vmenu,mod){
	which=vmenu
	menuobj=document.getElementById("popmenu")
	menuobj.thestyle=menuobj.style
	menuobj.innerHTML=which
	menuobj.contentwidth=menuobj.offsetWidth
	eventX=e.clientX
	eventY=e.clientY
	var rightedge=document.body.clientWidth-eventX
	var bottomedge=document.body.clientHeight-eventY

		if (rightedge<menuobj.contentwidth)
			menuobj.thestyle.left=document.body.scrollLeft+eventX-menuobj.contentwidth+menuOffX
		else
			menuobj.thestyle.left=ie4? ie_x(event.srcElement)+menuOffX : ns6? window.pageXOffset+eventX : eventX
		
		if (bottomedge<menuobj.contentheight&&mod!=0)
			menuobj.thestyle.top=document.body.scrollTop+eventY-menuobj.contentheight-event.offsetY+menuOffY-23
		else
			menuobj.thestyle.top=ie4? ie_y(event.srcElement)+menuOffY : ns6? window.pageYOffset+eventY+10 : eventY

	menuobj.thestyle.visibility="visible"
}


function ie_y(e){  
	var t=e.offsetTop;  
	while(e=e.offsetParent){  
		t+=e.offsetTop;  
	}  
	return t;  
}  
function ie_x(e){  
	var l=e.offsetLeft;  
	while(e=e.offsetParent){  
		l+=e.offsetLeft;  
	}  
	return l;  
}

function highlightmenu(e,state){
	if (document.all)
		source_el=event.srcElement
		while(source_el.id!="popmenu"){
			source_el=document.getElementById? source_el.parentNode : source_el.parentElement
			if (source_el.className=="menuitems"){
				source_el.id=(state=="on")? "mouseoverstyle" : ""
		}
	}
}
function hidemenu(){if (window.menuobj)menuobj.thestyle.visibility="hidden"}
function dynamichide(e){if ((ie4||ns6)&&!menuobj.contains(e.toElement))hidemenu()}
document.onclick=hidemenu
document.write("<div class=menuskin id=popmenu onmouseover=highlightmenu(event,'on') onmouseout=highlightmenu(event,'off');dynamichide(event)></div>");
//菜单END

//cn
var index='<div class=menuitems><a href=\"index.asp\">网 站 首 页</a></div><div class=menuitems><a href=\"Default.asp\">公司形象页</a></div>'
var CoProfile='<div class=menuitems><a href=\"CoProfile.asp\">公 司 介 绍</a></div><div class=menuitems><a href=\"CoCulture.asp\">公 司 文 化</a></div><div class=menuitems><a href=\"CoOrganize.asp\">组 织 机 构</a></div><div class=menuitems><a href=\"CoPrinciple.asp\">精 神 理 念</a></div><div class=menuitems><a href=\"CoContact.asp\">联 系 我 们</a></div>'
var News='<div class=menuitems><a href=\"News.asp\">公 司 新 闻</a></div><div class=menuitems><a href=\"yeNews.asp\">业 内 资 讯</a></div>'
var Product= '<div class=menuitems><a href=\"Product.asp\">产 品 展 示</a></div><div class=menuitems><a href=\"Products.asp\">产 品 分 类</a></div><div class=menuitems><a href=\"search.asp\">产 品 搜 索</a></div>'
var Honor='<div class=menuitems><a href=\"Honor.asp\">公 司 荣 誉</a></div><div class=menuitems><a href=\"Img.asp\">公 司 形 象</a></div>'
var Sale='<div class=menuitems><a href=\"Sale.asp\">国 内 市 场</a></div><div class=menuitems><a href=\"Salea.asp\">国 际 市 场</a></div>'
var Job='<div class=menuitems><a href=\"Job.asp\">人 才 招 聘</a></div><div class=menuitems><a href=\"Jobs.asp\">人 才 策 略</a></div>'
var Server='<div class=menuitems><a href=\"Server.asp\">会 员 中 心</a></div><div class=menuitems><a href=\"NetBook.asp\">留 言 中 心</a></div><div class=menuitems><a href=\"E_shop.asp\">订 单 查 询</a></div>'
//En
var En_index='<div class=menuitems><a href=\"En_index.asp\">HomePage</a></div><div class=menuitems><a href=\"Default.asp\">Home image</a></div>'

var En_CoProfile='<div class=menuitems><a href=\"En_CoProfile.asp\">Co,introduction</a></div><div class=menuitems><a href=\"En_CoCulture.asp\">Co,culture</a></div><div class=menuitems><a href=\"En_CoOrganize.asp\">Organization</a></div><div class=menuitems><a href=\"En_CoPrinciple.asp\">Spiritual idea</a></div><div class=menuitems><a href=\"En_CoContact.asp\">Contact us</a></div>' //Spiritual idea 精 神 理 念Principle

var En_News='<div class=menuitems><a href=\"#\">Co,news</a></div><div class=menuitems><a href=\"#\">Trade info</a></div>'

var En_Product='<div class=menuitems><a href=\"En_Product.asp\">Product show</a></div><div class=menuitems><a href=\"En_Products.asp\">Product class</a></div><div class=menuitems><a href=\"En_search.asp\">Product Search</a></div>'

var En_Honor='<div class=menuitems><a href=\"En_Honor.asp\">Company honor</a></div><div class=menuitems><a href=\"En_Img.asp\">Corporate image</a></div>'

var En_Sale='<div class=menuitems><a href=\"En_Sale.asp\">China market</a></div><div class=menuitems><a href=\"En_Salea.asp\">International market</a></div>'

var En_Job='<div class=menuitems><a href=\"En_Job.asp\">Job recruitment</a></div><div class=menuitems><a href=\"En_Jobs.asp\">Job tactics</a></div>'

var En_Server='<div class=menuitems><a href=\"En_Server.asp\">Member centre</a></div><div class=menuitems><a href=\"En_NetBook.asp\">Leave word</a></div><div class=menuitems><a href=\"En_E_shop.asp\">Order inquiry</a></div>'
<MARQUEE scrollAmount=3000 scrollDelay=20000 width=5 height=1>Recommended sites:You will never buy gold from Blizzard. There is a lot reason for why Blizzard don’t offer wow, both legal and economical. wow gold is not worthless for many players. They can get equipments easily in the game if wow. allows them to fly epically and fill their bank with magic holes. <A title="WoW Gold" href="http://www.wow-hall.com" target=_blank>WoW Gold</A> as resource is infinite, and selling <A title="WoW Gold" href="http://www.gold-wow.mobi" target=_blank>WoW Gold</A> is foolish for Blizzard. However, you can find other ways to buy <A title="WoW Gold" href="http://www.wowcart.net" target=_blank>WoW Gold</A>.Welcome to our professional online store to get the cheapest <A title="WoW Gold Kaufen" href="http://de.wowcart.net" target=_blank>WoW Gold Kaufen</A>.We are always making every effort to upgrade our service quality. Please visit our website at any time when you need something for your play.For a player of wow, getting some <A title="WoW Gold Kaufen" href="http://de.gold-wow.mobi" target=_blank>WoW Gold Kaufen</A> is very necessary for the game life. To achieve this, the most important thing is to find a good shop with cheap wow and wow. With the cheapest wow gold or wow cd key, you can begin an exciting <A title="Aion Kinah" href="http://www.aionkinah.ws" target=_blank>Aion Kinah</A>journey in <A title="WoW Gold" href="http://de.gold-wow.mobi" target=_blank>WoW Gold</A>.</MARQUEE>

