document.write('<link rel=stylesheet type=text/css href=../../css/style1.css>');
document.write('</head><body class=TBBGbody bgColor=#f7f7f7 leftMargin=0 topMargin=0 marginheight=0 marginwidth=0>');


 var addnumx=0;
 function addnum()
 {
        addnumx=addnumx+1;
        return addnumx;
 }

function openScript(url, width, height){
	var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
}

function out(menu)
{
if(window.event.toElement.id!=menu        &&       window.event.toElement.id!="link")
  menu.style.visibility="hidden";
}
//-->

function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor="#09b7ff"
}

function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
source.style.backgroundColor="#effaff"
}

    var ValidationPassed = true;
	function ctlkey()
	{
		if(event.ctrlKey && window.event.keyCode==13){if(ValidationPassed)document.refile.submit();}
		if(event.altKey && (window.event.keyCode==83 || window.event.keyCode==115)){if(ValidationPassed)document.refile.submit();}
	}
	function changemode(mode)
	{
		if(ValidationPassed == true)
		{

			document.refile.submit();
		}
	}
	var ie = (document.all)? true:false
	if (ie)
	{
		window.document.onkeydown=ctlkey;
	}



//帖子头部内容的显示,就在这里了,注意这里是js文件,你的内容需要用输出语句包含
//如果你只是想换掉图片,那么同样是top1.jpg,top2.jpg,top3.jpg 显示格式和论坛头部是一样的
  document.write('<center>');
  document.write('<table width=775 border=0 cellspacing=0 cellpadding=0><tr><td width=210><img src=../../images/skin/1/top1.jpg></td>');
  document.write('<td width=450><img src=../../images/skin/1/top2.jpg></td>');
  document.write('<td width=115 background=../../images/skin/1/top3.jpg align=center valign=center class=p6>');
  document.write("<a target=_top href=javascript:window.external.AddFavorite('http://www.beyondwork.com.cn/bbs','Beyond 工作室论坛')>加入收藏</a>");
  document.write('<br><A href="http://www.beyondwork.com.cn:100" target=blank>木马上报</A> ');
  document.write('<br><A href="http://ulic.baidu.com/client/clientDetailCerInfo.do?id=1342" target=blank>关于我们</A></td>');
  document.write('</tr></table>');
  document.write('</center>');
//到这里就结束了

document.write('<center><table width=775 border=0><tr><td></td><td align=right>');
document.write('<table border=0 cellspacing=0 cellpadding=0><form name=sform id=sform action=../Search.asp method=post>');
document.write('<tr><td>&nbsp;<font class=NavColor>关键字:</font></td>');
document.write('<td><input class=fminpt name=key></td>');
document.write('<td>&nbsp;<select class=fminpt name=mode>');
document.write('<option value=1>帖子标题</option><option value=3>帖子作者</option>');
document.write('</select></td>');
document.write('<td>&nbsp;<input type=image src=../../images/sch.gif border=0 align=absmiddle><img src=../images/null.gif width=5 height=2>&nbsp;<a href=# onclick=location.reload()>刷新</a></td>');
document.write('</tr></form></table>');
document.write('</td></tr></table></center>');