document.write("<table width='760' height='26' border='0' align='center' cellpadding='0' cellspacing='0' background='http://www.pconline.com.cn/images/stop001.gif' style='margin:0 auto;'>");
document.write("  <tr>");
document.write("    <td width='291' align='left' valign='middle'><div class='oldtop_newlogin' >");
document.write("<LINK REL='stylesheet' HREF='http://www.pconline.com.cn/css/base.css'>");
function MM_findObj(n, d) { //v4.01
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_showHideLayers() { //v6.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
obj.visibility=v; }
}
document.write("<table width='100%' height='26' border='0' cellspacing='0' cellpadding='0'>");
document.write("<form method='post' action='http://space.pconline.com.cn/club/passport/login.jsp' name='pcClubLoginForm' id='pcClubLoginForm'  target='_self'>");
document.write("  <input type='hidden' name='username' value=''>");
document.write("  <input type='hidden' name='password' value=''>");
document.write("  <input type='hidden' name='return' value='http://space.pconline.com.cn/club/myadm.jsp' />");
document.write("</form>");
document.write("");
document.write("<form method='post' action='http://emember.pconline.com.cn/member/login.do' name='cpyLoginForm' id='cpyLoginForm' target='_self'>");
document.write("  <input type='hidden' name='username' value=''>");
document.write("  <input type='hidden' name='password' value=''>");
document.write("</form>");
document.write("        <tr valign='middle'>");
document.write("		 <form id='onlineSelectMainForm' name='onlineSelectMainForm' action='http://space.pconline.com.cn/club/passport/login.jsp' method='post' target='_self'  onSubmit='return PConlineLogin(this);' >");
document.write("    		<td width='67' height='26' align='left'>");
document.write("			<select name='onlineSelectSite' id='onlineSelectSite' onChange='setOnlineSelectMainForm();' class=pt9 style='font-size:12px;'>");
document.write("                <option value='1' selected='selected'>PCclub</option>");
document.write("                <option value='2'>商家</option>");
document.write("            </select>");
document.write("		   </td>");
document.write("    <td width='58' height='26' align='left' valign='top' ><input class='inp'  name='username' type='text'  size='11' value=''   onClick='if(this.value==\"guest\")this.value=\"\";password.value=\"\"' style='background:url(http://img2.pconline.com.cn/pconline/images/inputbg.gif) 0px 0px no-repeat #fff;' /></td>");
document.write("    <td width='58' height='26' align='left' valign='top'><input class='inp' name='password' type='password' size='11' value='' style='background:url(http://img2.pconline.com.cn/pconline/images/inputbg.gif) 0px -17px no-repeat #fff;'/></td>");
document.write("    <td width='43' height='26' align='left' valign='top'><input type='image' src='http://www.pconline.com.cn/test/images/logina.gif' class='login' /></td>");
document.write("		 </form>");
document.write("    <td  width='43' height='26' align='left' valign='top'>");
var u_guest= new Array(2);
var u_reg= new Array(2);
var u_login = new Array(2);
var u_return = new Array(2);
u_guest[1]="http://space.pconline.com.cn/club/myadm.jsp";
u_guest[2]="http://www.pconline.com.cn/yp/";
u_reg[1]="http://userdb.pconline.com.cn/userdb/Register_adv.do";
u_reg[2]="http://emember.pconline.com.cn/member/registerPre.do";
u_login[1]="http://space.pconline.com.cn/club/passport/login.jsp";
u_login[2]="http://emember.pconline.com.cn/member/login.do";
u_return[1]="http://space.pconline.com.cn/club/myadm.jsp";
u_return[2]="";

function onlineSelectMainForm_getOnlineValue(){
	var select_index = document.getElementById("onlineSelectMainForm").onlineSelectSite.selectedIndex;
	var val = document.getElementById("onlineSelectMainForm").onlineSelectSite.options[select_index].value;
	return val;
}

function setOnlineSelectMainForm(){
	if(onlineSelectMainForm_getOnlineValue() == "1"){
		document.getElementById("onlineSelectMainForm").username.value = "";
		document.getElementById("onlineSelectMainForm").password.value = "";
	}else{
		document.getElementById("onlineSelectMainForm").username.value = "";
		document.getElementById("onlineSelectMainForm").password.value = "";
	}
}

function PConlineLogin()
{
	if(onlineSelectMainForm_getOnlineValue() == "1"){
		if (document.getElementById("onlineSelectMainForm").username.value == "")
		{
			alert("请输入您的用户名");
			document.getElementById("onlineSelectMainForm").username.focus();
			return false;
		}
		if (document.getElementById("onlineSelectMainForm").password.value == "")
		{
			alert("请输入您的密码");
			document.getElementById("onlineSelectMainForm").password.focus();
			return false;
		}
	}else{
		if (document.getElementById("onlineSelectMainForm").username.value == "" || document.getElementById("onlineSelectMainForm").username.value == "guest")
		{
			window.open(u_guest[onlineSelectMainForm_getOnlineValue()]);
			return false;
		}
		if (document.getElementById("onlineSelectMainForm").password.value == "")
		{
			alert("请输入您的密码");
			document.getElementById("onlineSelectMainForm").password.focus();
			return false;
		}
	}

	if (onlineSelectMainForm_getOnlineValue()=="1"){
		document.getElementById("pcClubLoginForm").username.value =document.getElementById("onlineSelectMainForm").username.value;
		document.getElementById("pcClubLoginForm").password.value =document.getElementById("onlineSelectMainForm").password.value;
		document.getElementById("pcClubLoginForm").submit();
	}
	if (onlineSelectMainForm_getOnlineValue()=="2"){
		document.getElementById("cpyLoginForm").username.value =document.getElementById("onlineSelectMainForm").username.value;
		document.getElementById("cpyLoginForm").password.value =document.getElementById("onlineSelectMainForm").password.value;
		document.getElementById("cpyLoginForm").submit();
	}

	return false;
}
document.write (" <a id=url href='http://userdb.pconline.com.cn/userdb/Register_adv.do' target=_blank><img src=http://www.pconline.com.cn/test/images/rega.gif></a>");
document.write("  </td>	");
document.write("  </tr>");
document.write("</table>");


document.write("</div>");
document.write("</td><td width='91'></td>");
document.write("    <td width='378' align='center' valign='middle' class='oldtop_site oldtop_newsite'><div><a href='http://www.pcauto.com.cn/'>太平洋汽车网</a> | <a href='http://www.pcgames.com.cn'>太平洋游戏网</a> | <a href='http://www.pclady.com.cn'>太平洋女性网</a> | <a href='http://www.pc.com.cn'>PC购物网</a> <a href='http://www.pconline.com.cn/pconline/sitemap.html' class='map'>网站地图</a></div></td>");
document.write("  </tr>");
document.write("</table>");
document.write("");
document.write("<table width='760' height='102' border='0' align='center' cellpadding='0' cellspacing='0' background='http://www1.pconline.com.cn/images/stop760.gif' style='margin:0 auto; '>");
document.write("<tr>");
document.write("<td width='171' rowspan='2' align='center' valign='top'><a href='http://www.pconline.com.cn'><img src='http://www.pconline.com.cn/images/ztlogo2007.gif' alt='太平洋电脑网' width='171' height='98' border='0' /></a></td>");
document.write("<td width='607' height='51' align='left' valign='bottom'><div id='marketjs_old2' onMouseOver=\"MM_showHideLayers('marketjs_old2','','show')\" onMouseOut=\"MM_showHideLayers('marketjs_old2','','hide')\"   STYLE='position:absolute; z-index:999; width: 58; visibility: hidden; height: 0; margin:4px 0 0 69px !important;'>");
document.write("<div class='market_a'><a href='http://www.pconline.com.cn/market/'><font color='#ffffff'>行情报价</font></a></div>");
document.write("<div class='market_b'>	<a href='http://www.pconline.com.cn/market/bj/' class=p1>北京报价</a><br>");
document.write("    <a href='http://www.pconline.com.cn/market/sh/' class=p1>上海报价</a><br>");
document.write("    <a href='http://www.pconline.com.cn/market/gz/' class=p1>广州报价</a><br>");
document.write("    <a href='http://www.pconline.com.cn/market/sz/' class=p1>深圳报价</a><br>");
document.write("    <a href='http://www.pconline.com.cn/market/hk/' class=p1>香港报价</a><br>");
document.write("    <a href='http://www.pconline.com.cn/market/nn/' class=p1>广西报价</a><br>");
document.write("    <a href='http://www.pconline.com.cn/market/cq/' class=p1>重庆报价</a><br>");
document.write("    <a href='http://www.pconline.com.cn/market/wh/' class=p1>武汉报价</a><br>");
document.write("    <a href='http://www.pconline.com.cn/market/sd/' class=p1>山东报价</a><br>");
document.write("    <a href='http://www.pconline.com.cn/market/jiangsu/' class=p1>江苏报价</a><br>");
document.write("    <a href='http://www.pconline.com.cn/market/ln/' class=p1>辽宁报价</a><br>");
document.write("    <a href='http://www.pconline.com.cn/market/fj/' class=p1>福建报价</a><br>");
document.write("	<a href='http://www.pconline.com.cn/market/cd/' class=p1>成都报价</a><br>");
document.write("	<a href='http://www.pconline.com.cn/market/xa/' class=p1>西安报价</a><br>");
document.write("	<a href='http://www.pconline.com.cn/market/jx/' class=p1>江西报价</a><br>");
document.write("	<a href='http://www.pconline.com.cn/market/hn/' class=p1>湖南报价</a><br>");
document.write("	<a href='http://www.pconline.com.cn/market/tw/' class=p1>台湾报价</a></div></div>");
document.write("<table width='588' border='0' cellspacing='0' cellpadding='0' class='oldtop_nav1 '>");
document.write("  <tr>");
document.write("    <td width='64' height='42'><a href='http://www.pconline.com.cn/'>首&nbsp;&nbsp;&nbsp;&nbsp;页</a><br />");
document.write("<a href='http://news.pconline.com.cn/'>产业资讯</a></td>");
document.write("    <td width='111'>");
document.write("<a href='http://www.pconline.com.cn/market/' onMouseOver=\"MM_showHideLayers('marketjs_old2','','show')\" onMouseOut=\"MM_showHideLayers('marketjs_old2','','hide')\" target='_self' >行情报价</a><a href='http://product.pconline.com.cn/products.html'>产品库</a><br />");
document.write("<a href='http://pdc.pconline.com.cn/'>数据调研</a><a href='http://www.pconline.com.cn/tpylab/'>评测室</a></td>");
document.write("    <td width='98'><a href='http://servers.pconline.com.cn/'>服&nbsp;务&nbsp;器</a><a href='http://network.pconline.com.cn/'>网络</a><br />");
document.write("<a href='http://smb.pconline.com.cn/'>方案应用</a><a href='http://office.pconline.com.cn/'>办公</a></td>");
document.write("    <td width='144'><a href='http://www.pconline.com.cn/pcedu/'>软件</a><a href='http://itbbs.pconline.com.cn/'>产品论坛</a><a href='http://www.pconline.com.cn/pcclub/'>PCclub</a><br />");
document.write("<a href='http://www.pconline.com.cn/download/'  class='afff'>下载</a><a href='http://softbbs.pconline.com.cn/'>软件论坛</a><a href='http://www.pconline.com.cn/digital/photo/' class='wordspace'>摄&nbsp;影</a></td>");
document.write("    <td width='171'><a href='http://www.pconline.com.cn/yp/'>渠道</a><a href='http://tele.pconline.com.cn/'>通信</a><a href='http://bbs.pcgames.com.cn/'>游戏</a><a href='http://www.pconline.com.cn/vista/'>Vista专区</a><br />");
document.write("<a href='http://www.pc.com.cn/'>商城</a><a href='http://www.pconline.com.cn/pic/'>图库</a><a href='http://es.pconline.com.cn/'>二手</a><a href='http://www.pconline.com.cn/pcjob/' class='wordspace2'>招聘培训</a></td>");
document.write("  </tr>");
document.write("</table></td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td height='51' align='left' valign='top'><table width='586' border='0' cellspacing='0' cellpadding='0' class='oldtop_nav2'>");
document.write("    <tr align='center'>");
document.write("      <td width='62'><a href='http://diy.pconline.com.cn/'><img src='http://www.pconline.com.cn/test/images/top009.gif' alt='diy' /></a><a href='http://diy.pconline.com.cn/'>DIY硬件</a></td>");
document.write("      <td width='61'><a href='http://mobile.pconline.com.cn/'><img src='http://www.pconline.com.cn/test/images/top010.gif' alt='手机'/></a><a href='http://mobile.pconline.com.cn/'>手&nbsp;&nbsp;机</a></td>");
document.write("      <td width='64'><a href='http://notebook.pconline.com.cn/'><img src='http://www.pconline.com.cn/test/images/top011.gif' alt='笔记本' /></a><a href='http://notebook.pconline.com.cn/'>笔记本</a></td>");
document.write("      <td width='60'><a href='http://desktops.pconline.com.cn/'><img src='http://www.pconline.com.cn/test/images/top012.gif' alt='台式机' /></a><a href='http://desktops.pconline.com.cn/'>台式机</a></td>");
document.write("      <td width='42'><p><a href='http://digital.pconline.com.cn/'>数码世界</a></p></td>");
document.write("      <td width='64'><a href='http://dc.pconline.com.cn/'><img src='http://www.pconline.com.cn/test/images/top013.gif' alt='数码相机' /></a><a href='http://dc.pconline.com.cn/'>数码相机</a></td>");
document.write("      <td width='58'><a href='http://mp3.pconline.com.cn/'><img src='http://www.pconline.com.cn/test/images/top014.gif' alt='随身听' /></a><a href='http://mp3.pconline.com.cn/'>MP3</a>/<a href='http://mp4.pconline.com.cn/'>MP4</a></td>");
document.write("      <td width='58'><a href='http://www.pconline.com.cn/digital/dv/'><img src='http://www.pconline.com.cn/test/images/top015.gif' alt='摄像机' /></a><a href='http://www.pconline.com.cn/digital/dv/'>摄像机</a></td>");
document.write("      <td width='59'><a href='http://family.pconline.com.cn/'><img src='http://www.pconline.com.cn/test/images/top016.gif' alt='数字家庭' /></a><a href='http://family.pconline.com.cn/'>数字家庭</a></td>");
document.write("      <td width='72'><a href='http://coolshow.pconline.com.cn/'><img src='http://www.pconline.com.cn/test/images/top017.gif' alt='精品廊' /></a><a href='http://coolshow.pconline.com.cn/'>精品廊</a></td>");
document.write("    </tr>");
document.write("  </table></td>");
document.write("</tr>");
document.write("</table>");

