﻿// 小易编写


function openWindow(w,h,txt,content){
	$(".window").width(w);
	$(".window").css({
		top:document.documentElement.scrollTop+150,
		height:h,
		left:(document.documentElement.clientWidth-$(".window").width())/2,
		display:'block'
	})
	$(".window h2 strong").text(txt);
	switch(content)
		{
		case "map":
			content='<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td align="left" valign="top"><h5><a href="/solution/qyt.html">互联网基础应用</a></h5><a href="/solution/qyt.html">域名注册</a><br /><a href="/solution/qyt.html">虚拟主机</a><br /><a href="/solution/qyt.html">网站建设</a><br /><a href="/solution/qyt.html">企业邮局</a><br /><a href="/solution/qyt.html">网站推广</a><br /></td><td align="left" valign="top"><h5><a href="/solution/ec.html">电子商务应用</a></h5></td><td align="left" valign="top"><h5><a href="/channel.asp?id=10">网站案例</a></h5></td><td align="left" valign="top"><h5><a href="/channel.asp?id=1">新闻中心</a></h5><a href="/channel.asp?id=2">公司新闻</a><br /><a href="/channel.asp?id=3">行业动态</a><br /><a href="/channel.asp?id=11">电子商务</a><br /></td><td align="left" valign="top"><h5><a href="/solution/pgy.html">蒲公英</a></h5></td><td align="left" valign="top"><h5><a href="/about/index.html">关于铭创</a></h5><a href="/about/index.html">公司简介</a><br /><a href="/about/qywh.html">企业文化</a><br /><a href="/about/story.html">铭创大记事</a><br /><a href="/about/team.html">管理团队</a><br /><a href="/about/Jobs.html">工作机会</a><br /><a href="/about/falv.html">法律声明</a><br /><a href="/about/payment.html">付款方式</a><br /><a href="/about/ContactUs.html">联系方式</a><br /></td><td align="left" valign="top"><h5><a href="/channel.asp?id=4">帮助中心</a></h5><a href="/channel.asp?id=5">域名注册问题</a><br /><a href="/channel.asp?id=6">虚拟主机问题</a><br /><a href="/channel.asp?id=7">网站建设问题</a><br /><a href="/channel.asp?id=8">网站推广问题</a><br /><a href="/channel.asp?id=9">企业邮局问题</a><br /><a href="/channel.asp?id=12">其它问题</a><br /></td></tr></table>'
		  break    
		case "qq":
			content='<div class="qqbox"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="11%" align="center">业务咨询</td><td width="89%"><img src="/template/images/qq.gif"> <a href="http://wpa.qq.com/msgrd?V=1&Uin=361175737&Site=cndns.com&Menu=yes" target="_blank">361175737</a>&nbsp;&nbsp;&nbsp;&nbsp;<img src="/template/images/qq.gif"> <a href="http://wpa.qq.com/msgrd?V=1&Uin=610323841&Site=cndns.com&Menu=yes" target="_blank">610323841</a></td></tr><tr><td align="center">售后服务</td><td><img src="/template/images/qq.gif"> <a href="http://wpa.qq.com/msgrd?V=1&Uin=610323841&Site=cndns.com&Menu=yes" target="_blank">610323841</a></td></tr><tr><td align="center">网站备案</td><td><img src="/template/images/qq.gif"> <a href="http://wpa.qq.com/msgrd?V=1&Uin=312040522&Site=cndns.com&Menu=yes" target="_blank">312040522</a></td></tr><tr><td align="center">技术支持</td><td><img src="/template/images/qq.gif"> <a href="http://wpa.qq.com/msgrd?V=1&Uin=398133088&Site=cndns.com&Menu=yes" target="_blank">398133088</a>&nbsp;&nbsp;&nbsp;&nbsp;<img src="/template/images/qq.gif"> <a href="http://wpa.qq.com/msgrd?V=1&Uin=21170796&Site=cndns.com&Menu=yes" target="_blank">21170796</a>&nbsp;&nbsp;&nbsp;&nbsp;<img src="/template/images/qq.gif"> <a href="http://wpa.qq.com/msgrd?V=1&Uin=237607843&Site=cndns.com&Menu=yes" target="_blank">237607843</a></td></tr></table></div>'
		  break
		case "tel":
			content='<div class="telbox"><p>电话：029-88238160</p><p>传真：029-88238160</p></div>'
			  break
		case "pay":
			content='<div class="paybox"><img src="/template/images/qq.gif"> <a href="http://wpa.qq.com/msgrd?V=1&Uin=123195101&Site=cndns.com&Menu=yes" target="_blank">123195101</a>&nbsp;&nbsp;&nbsp;&nbsp;<img src="/template/images/qq.gif"> <a href="http://wpa.qq.com/msgrd?V=1&Uin=569358209&Site=cndns.com&Menu=yes" target="_blank">569358209</a>&nbsp;&nbsp;&nbsp;&nbsp;<img src="/template/images/qq.gif"> <a href="http://wpa.qq.com/msgrd?V=1&Uin=120164137&Site=cndns.com&Menu=yes" target="_blank">120164137</a>&nbsp;&nbsp;&nbsp;&nbsp;<img src="/template/images/qq.gif"> <a href="http://wpa.qq.com/msgrd?V=1&Uin=379797656&Site=cndns.com&Menu=yes" target="_blank">379797656</a><p>电话：029-88238160 传真：029-88238160</p></div>'
			  break
		default:
			alert("no")
		}
		$(".window .con").html(content);
}


function closeWindow(){
	$(".window").hide()
}


function ChooseMenu(objName){
		$(".nav li a[@name="+objName+"]").addClass('hover')
	}