document.write('<script src="http://www.zhengjuesi.net/bbs/count/mystat.asp?siteid=3"></script>');
document.write('<table width="750" height="15" border="0" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>');
document.write('<table width="750" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"><tr>');
document.write('<td width="92" rowspan="2"><img src="../images/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=30><img src="../images/index_top02.gif" width=19 height=12 border=0></td><td style="font-size:12px">本站网络实名：ASP300</td></table></td><td alt="ASP300-专业ASP代码交流基地！" width="340" height="33"><img src="../images/index_top01.gif" alt="ASP300-专业ASP代码交流基地！" width="340" height="33"></td></tr></table></td>');
document.write('</tr><tr><td align="right" background="../images/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="../images/bgnavg_b.gif" bgcolor="#006AB8">');
document.write('<img src="../images/c.gif" height="3" width="0"><br><a href="../default.shtml"><font class="menu">首页</font></a></td>');

/////////////免费代码
document.write('<td width="64" background="../images/bgnav.gif" bgcolor="#006AB8"><img src="../images/c.gif" height="3" width="0">');
document.write('<br><A id=act0 onmouseover="ypSlideOutMenu.showMenu(\'menu1\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu1\')" href="../CodeList/CodeList_CodeDate_Desc_1.html">');
document.write('<font class="menu">免费代码</font></a></td>');

///////////////会员代码
document.write('<td width="64" background="../images/bgnav.gif" bgcolor="#006AB8"><img src="../images/c.gif" height="3" width="0">');
document.write('<br><A id=act1 onmouseover="ypSlideOutMenu.showMenu(\'menu2\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu2\')" href="../HYCodeList/HYCodeList_CodeDate_Desc_1.html">');
document.write('<font class="menu">会员代码</font></a></td>');

//////////////金牌代码
document.write('<td width="64" background="../images/bgnav.gif" bgcolor="#006AB8"><img src="../images/c.gif" height="3" width="0">');
document.write('<br><A id=act7 onmouseover="ypSlideOutMenu.showMenu(\'menu3\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu3\')" href="../JPCodeList/JPCodeList_CodeDate_Desc_1.shtml">');
document.write('<font class="menu">金牌代码</font></a></td>');

///////////////供求信息
document.write('<td width="64" background="../images/bgnav_b.gif" bgcolor="#888888"><img src="../images/c.gif" height="3" width="0">');
document.write('<br><A href="http://www.300soft.com/info/browse_gq.jsp" target=_blank>');
document.write('<font class="menu">供求信息</font></a></td>');

//////////////源码光盘
document.write('<td width="64" background="../images/bgnav.gif" bgcolor="#006AB8"><img src="../images/c.gif" height="3" width="0">');
document.write('<br><A id=act3 onmouseover="ypSlideOutMenu.showMenu(\'menu4\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu4\')" href="../Products/index.htm">');
document.write('<font class="menu">源码光盘</font></a></td>');

//////////////网络学院
document.write('<td width="64" background="../images/bgnav.gif" bgcolor="#006AB8"><img src="../images/c.gif" height="3" width="0">');
document.write('<br><A id=act4 onmouseover="ypSlideOutMenu.showMenu(\'menu5\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu5\')" href="http://www.300soft.com/info/browse_xy.jsp" target=_blank>');
document.write('<font class="menu">网络学院</font></a></td>');

/////////////会员中心
document.write('<td width="64" background="../images/bgnav.gif" bgcolor="#006AB8"><img src="../images/c.gif" height="3" width="0">');
document.write('<br><A id=act5 onmouseover="ypSlideOutMenu.showMenu(\'menu6\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu6\')" href="../UserCenter/index.shtml">');
document.write('<font class="menu">会员中心</font></a></td>');

////////////论 坛
document.write('<td width="64" background="../images/bgnav.gif" bgcolor="#006AB8"><img src="../images/c.gif" height="3" width="0">');
document.write('<br><A id=act6 onmouseover="ypSlideOutMenu.showMenu(\'menu7\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu7\')" href="../bbs/index.shtml">');
document.write('<font class="menu">帮 助</font></a></td></tr></table></td></tr></table>');
document.write('<table width="750" height="6" border="0" cellpadding="0" cellspacing="0" bgcolor="#888888"><tr><td height="6">');


//////////js.js-start
/*****************************************************
* ypSlideOutMenu
* 3/04/2001
*
* a nice little script to create exclusive, slide-out
* menus for ns4, ns6, mozilla, opera, ie4, ie5 on 
* mac and win32. I've got no linux or unix to test on but 
* it should(?) work... 
*
* Revised:
* - 08/29/2002 : added .hideAll()
*
* --youngpup--
*****************************************************/
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, 200),
		 new ypSlideOutMenu("menu2", "down", 302, -8, 110, 200),
		 new ypSlideOutMenu("menu8", "down", 366, -8, 110, 200),
		 new ypSlideOutMenu("menu3", "down", 366, -8, 110, 200),
		 new ypSlideOutMenu("menu4", "down", 494, -8, 110, 200),
		 new ypSlideOutMenu("menu5", "down", 559, -8, 110, 200),
		 new ypSlideOutMenu("menu6", "down", 623, -8, 110, 200),
		 new ypSlideOutMenu("menu7", "down", 686, -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="../images/index_menu_bg3.gif">');
document.write('<tr><td><table width="65"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../CodeList/CodeList_CodeDate_Desc_1.html" class="submenu">最新下载</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Search/CodeSearch.htm" class="submenu">代码搜索</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Search/CodeType.htm" class="submenu">代码分类</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/UserAddCode.shtml" class="submenu">我要发布</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Help/index.htm#4" 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="../images/index_menu_bg3.gif">');
document.write('<tr><td><table width="65"  border="0" cellpadding="3" cellspacing="1" bgcolor="#888888">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../HYCodeList/HYCodeList_CodeDate_Desc_1.html" class="submenu">最新下载</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Search/HYCodeSearch.htm" class="submenu">代码搜索</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Search/HYCodeType.htm" class="submenu">代码分类</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Help/index.htm#5" 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="../images/index_menu_bg3.gif">');
document.write('<tr><td><table width="65"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../JPCodeList/JPCodeList_CodeDate_Desc_1.shtml" class="submenu">最新下载</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Help/index.htm#6" 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="69" border="0" cellpadding="0" cellspacing="0" background="../images/index_menu_bg3.gif">');
document.write('<tr><td><table width="65"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../JPCodeList/JPCodeList_CodeDate_Desc_1.shtml" class="submenu">最新下载</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Help/index.htm#6" 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="../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="../Products/index.htm" class="submenu">源码光盘简介</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Products/king.htm" class="submenu">白金光盘系列</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Products/asp.htm" class="submenu">ASP系列</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Products/php.htm" class="submenu">PHP系列</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Products/cgi.htm" class="submenu">CGI系列</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Products/web.htm" class="submenu">网页模版系列</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Products/vb.htm" class="submenu">VB、PB、DELPHI系列</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Products/other.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=menu5Container><div class=menu id=menu5Content><div class=options>');
document.write('<table width="69" border="0" cellpadding="0" cellspacing="0" background="../images/index_menu_bg3.gif">');
document.write('<tr><td><table width="65"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="ArticleList/ArticleList_DateandTime_Desc_1.html" class="submenu">ASP技术</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="http://www.300soft.com/info/browse_xylist.jsp?XYtype=10" target=_blank class="submenu">操作系统</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="http://www.300soft.com/info/browse_xylist.jsp?XYtype=11" target=_blank class="submenu">实用知识</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="http://www.300soft.com/info/browse_xylist.jsp?XYtype=12" target=_blank class="submenu">办公软件</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="http://www.300soft.com/info/browse_xylist.jsp?XYtype=13" target=_blank class="submenu">软件开发</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="http://www.300soft.com/info/browse_xylist.jsp?XYtype=14" target=_blank class="submenu">设计软件</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="http://www.300soft.com/info/browse_xylist.jsp?XYtype=15" target=_blank class="submenu">WEB开发</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="http://www.300soft.com/info/browse_xylist.jsp?XYtype=16" target=_blank class="submenu">移动开发</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="http://www.300soft.com/info/browse_xy.jsp" target=_blank 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="74" border="0" cellpadding="0" cellspacing="0" background="../images/index_menu_bg3.gif">');
document.write('<tr><td><table width="70"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/UserReg.shtml" class="submenu">我要注册</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/UserLogin.shtml" class="submenu">会员登录</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/UserModifyPwd.shtml" class="submenu">修改密码</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/UserModifyInfo.shtml" class="submenu">修改资料</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/UserLostPass.shtml" class="submenu">忘记密码</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/UserDownloadList.shtml" class="submenu">消费记录</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/UserSC.shtml" class="submenu">代码收藏夹</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/UserGq.shtml" 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="74" border="0" cellpadding="0" cellspacing="0" background="images/index_menu_bg3.gif">');
document.write('<tr><td><table width="70"  border="0" cellpadding="3" cellspacing="1" bgcolor="#7B7B7B">');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../Help/index.htm" class="submenu" style="font-family:arial;font-size:10px">帮助中心</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/UserServices.html" class="submenu" style="font-family:arial;font-size:10px">价格体系</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/ChkHuikuan.shtml" class="submenu" style="font-family:arial;font-size:10px">汇款确认</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/ChkHuikuan.html" class="submenu" style="font-family:arial;font-size:10px">汇款方式</a></td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" ><a href="../UserCenter/UserTouch.html" 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>');