function scbg(objRef, state) {
	objRef.style.backgroundColor = (1 == state)? '#F1F8FE' : '#FFFFFF';
	return;
			}
function Top()
{
	var TempStr="";
	TempStr+='\
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">\
	<tr>\
		\
	</tr>\
</table>';
TempStr+='<table width="98%" height="2" border="0" cellpadding="0" cellspacing="0">\
	<tr>\
		<td></td>\
	</tr>\
</table>\
<table width="98%" height="30" border="0" align="center" cellpadding="0" cellspacing="0" >\
	<tr>\
		<td width="120" align="center" bgcolor="#FFFFFF" onmouseover="scbg(this, 1);" onmouseout="scbg(this, 0);">\
			<a href="http://www.mathfan.com/CMS/forum"  class="menu12b">新论坛</a>\
		</td>\
		<td><img src="http://www.mathfan.com/Common/Skin/User/MathFan/News/images/meun.gif" width="1" height="27"/></td>\
		<td width="120" align="center" bgcolor="#FFFFFF" onmouseover="scbg(this, 1);" onmouseout="scbg(this, 0);">\
			<a href="http://BBS.MathFan.Com/H6.aspx?F=/CMS/Search/Index.P6&s=user/mathfan"  class="menu12b">旧论坛</a>\
		</td>\
		<td><img src="http://www.mathfan.com/Common/Skin/User/MathFan/News/images/meun.gif" width="1" height="27"/></td>\
		<td width="110" align="center" bgcolor="#FFFFFF" onmouseover="scbg(this, 1);" onmouseout="scbg(this, 0);">\
	        <a href="http://www.mathfan.com/CMS/Wiki" titie="数学百科" class="menu12b"  target="_blank">数学百科</a>\
		</td>\
	    <td><img src="http://www.mathfan.com/Common/Skin/User/MathFan/News/images/meun.gif" width="1" height="27"/></td>\
		<td width="110" align="center" bgcolor="#FFFFFF" onmouseover="scbg(this, 1);" onmouseout="scbg(this, 0);">\
	        <a href="http://www.funnyai.com/AI_Publish/Math%2EH.html" titie="数学点滴" class="menu12b"  target="_blank">数学点滴</a>\
		</td>\
		<td><img src="http://www.mathfan.com/Common/Skin/User/MathFan/News/images/meun.gif" width="1" height="27"/></td>\
		<td width="90" align="center" bgcolor="#FFFFFF" onmouseover="scbg(this, 1);" onmouseout="scbg(this, 0);">\
			<a href="http://www.mathfan.com/CMS/blog"  class="menu12b">数学博客(新)</a>\
		</td>\
		<td><img src="http://www.mathfan.com/Common/Skin/User/MathFan/News/images/meun.gif" width="1" height="27"/></td>\
			<td width="150" align="center" bgcolor="#FFFFFF" onmouseover="scbg(this, 1);" onmouseout="scbg(this, 0);">\
			<a href="http://new.mathfan.com/H6.aspx?F=/CMS/Search/index.p6"  class="menu12b">测试论坛</a>\
		</td>\
		<td><img src="http://www.mathfan.com/Common/Skin/User/MathFan/News/images/meun.gif" width="1" height="27"/></td>\
	</tr>\
</table>';
	document.write(TempStr);
}
