<!--
function Write_TopBar()
{
	document.writeln('<tr bgcolor="#FFCC99">');
	document.writeln('<td colspan="2"><table width="100%" border="1">');
	document.writeln(' <tr bgcolor="#FFCC99"> ');
	document.writeln('<td width="25%" rowspan="2"><img src="/runyustudio/images/shengshi.jpg" width="200" height="120"></td>');
	document.writeln('<td width="75%" height="90" bordercolor="#FFCC99"><img src="/runyustudio/images/top-barshengshi.gif" width="595" height="100"></td>');
	document.writeln('</tr><tr><td height=20> <table border=0 width=100%><tr><td align=left bgcolor="#FFFFFF"  background="/runyustudio/images/bg.gif"><div align="left" ><font size="2" face="黑体, 宋体, System, Arial"><strong>');
	document.writeln('|<a href="index.htm">首页</a>|<a href="/runyustudio/register.htm">注册</a>|<a href="/runyustudio/download.htm">下载</a>|<a href="/runyustudio/fqa.htm">问题解答</a>|<a href="/runyustudio/links.htm">链接</a>|<a href="/runyustudio/member.htm">会员服务</a>| [<a href="http://www.deepthinkgohelper.com/chesshelper/" target="_blank">深思国际象棋助手</a>]</strong></font>');
	document.writeln('</td><td align=right bgcolor="#FFFFFF"  background="/runyustudio/images/bg.gif"><div align="right" ><font size="2" face="黑体, 宋体, System, Arial"><strong><a href="/runyustudio/index.htm">简体</a>&nbsp;<a href="/runyustudio/big5/index.htm">繁体</a>&nbsp;<a href="/runyustudio/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;


//-->
