function ShowPersonalMenu() {
	document.write('<font color=#ffffff><a href="/tech/yh/index.asp"><FONT color=#ffffff>我的帐户</FONT></a>| ');
	document.write('<a href="/tech/shoppingcart.asp"><FONT color=#ffffff>购物车</FONT></a> | ');
	document.write('<a href=# onClick=javascript:newwin=window.open("/tech/mydown.asp","mydown","");newwin.focus();><FONT color=#ffffff>提货区</FONT></a> | ');
	document.write('<a href=# onClick=javascript:msgwin=window.open("http://bbs.zhulong.com/forum/messanger.asp","messanger","");msgwin.focus();><FONT color=#ffffff>留言板</FONT></a> | ');
	document.write('<a href="/tech/tg1.asp"><FONT color=#ffffff>投稿</FONT></a> | ');
	document.write('<a href="/tech/bs/default.asp"><FONT color=#ffffff>编审</FONT></a> | ');
	document.write('<a href="/tech/zlk/how-card.asp"><FONT color=#ffffff>筑龙卡</FONT></a> | ');
	document.write('<a href="http://bbs.zhulong.com/forum/board9090.html" target=_blank><FONT color=#ffffff>帮助</FONT></a>');
}

function ShowLogOnMenu() {
	document.write('<a href="/tech/yh/dl.asp"><font color=#333333>忘记密码</font></a> ');
	document.write('<a href="/tech/yh/zc0.asp"><font color=#333333>新注册</font></a> ');
}

function ShowLogOutMenu() {
	document.write('<a href="/tech/yh/exit.asp?turl="/index.asp"><img src="/tech/images/tc.gif" border=0></a> ');
}

  function showLayers(i)
  {
    eval("document.all.layer" + i + ".style.visibility='visible';");
    eval("document.all.m"+i+".style.backgroundColor='#ffffcc';");
    eval("document.all.f"+i+".style.color='#ff0000';");
  }
  function hideLayers(i)
  {
    eval("document.all.layer" + i + ".style.visibility='hidden';");
    eval("document.all.m" + i + ".style.backgroundColor='';");
    eval("document.all.f"+i+".style.color='#666666';");
  }
  function navbarOver(src, clrOver)
  {
    if(!src.contains(event.fromElement))
    {
      //src.style.cursor = 'hand';
      src.bgColor = clrOver;
    }
  }
  function navbarOut(src, clrIn)
  {
    if(!src.contains(event.toElement))
    {
      //src.style.cursor = 'default';
      src.bgColor = clrIn;
    }
  }

