<!--
function Write_TopBar()
{
	document.writeln('<tr bgcolor="#77A26D">');
	document.writeln('<td colspan="2"><table width="100%" border="1">');
	document.writeln(' <tr bgcolor="#77A26D"> ');
	document.writeln('<td width="25%" rowspan="2"><img src="/chesshelper/images/shengshi-chess.jpg" width="200" height="120"></td>');
	document.writeln('<td width="75%" height="90" bordercolor="#77A26D"><img src="/chesshelper/images/top-barshengshi-chess.jpg" width="595" height="100"></td>');
	document.writeln('</tr><tr><td height=20> <table border=0 width=100%><tr><td align=left bgcolor="#FFFFFF"  background="/chesshelper/images/bg.gif"><div align="left" ><font size="2" face="黑体, 宋体, System, Arial"><strong>');
	document.writeln('|<a href="/chesshelper/index.htm">首页</a>|<a href="/chesshelper/register.htm">注册</a>|<a href="/chesshelper/download.htm">下载</a>|<a href="/chesshelper/fqa.htm">问题解答</a>|<a href="/chesshelper/links.htm">链接</a>|<a href="/chesshelper/member.htm">会员服务</a>|　[<a href="/runyustudio/" target="_blank">深思网弈</a>]</strong></font>');
	document.writeln('</td><td align=right bgcolor="#FFFFFF"  background="/chesshelper/images/bg.gif"><div align="right" ><font size="2" face="黑体, 宋体, System, Arial"><strong><a href="/chesshelper/index.htm">简体</a>&nbsp;<a href="/chesshelper/big5/index.htm">繁体</a>&nbsp;<a href="/chesshelper/en/index.htm">English</a></font></div></td></tr></table>');
	document.writeln('  </td></tr></table></td></tr>');

}


function Write_LeftBar()
{
}


function Write_RightBar()
{


}

document.writeln("<META http-equiv=\"Expires\" content=\"Fri, 29 Mar 2002 00:00:00 GMT\">");

// disable the right click function
var message="Function Disabled";
function click(e) {
	if (document.all) {
		if (event.button==2||event.button==3) {
			alert(message);
			return false;
		}
	}
	if (document.layers) {
		if (e.which == 3) {
			alert(message);
			return false;
		}
	}
}

//if (document.layers) {
	//document.captureEvents(Event.MOUSEDOWN);
//}
//document.onmousedown=click;


//-->
