/* 版权信息 */
function JS_CopyRight() {
document.write('<table width="777" height="40" border="0" cellpadding="0" cellspacing="0">');
document.write('  <tr>');
document.write('    <td width="70%"><div style=\'padding-left:10px;\'><span class="copyright">Copyright (C) 2004 <strong><font color="#598200">www.centurysunshine.com.hk</font></strong> All rights reserved.</span></div></td>');
document.write('    <td align="right"><a href="../" class="a1">引导页</a> | <a href="privacy.php" class="a1">版权声明</a> | <a href="sitemap.php" class="a1">网站地图</a></td>');
document.write('  </tr>');
document.write('</table>');
}
/* 版權信息 */
function JS_CopyRight2() {
document.write('<table width="777" height="40" border="0" cellpadding="0" cellspacing="0">');
document.write('  <tr>');
document.write('    <td width="70%"><div style=\'padding-left:10px;\'><span class="copyright">Copyright (C) 2004 <strong><font color="#598200">www.centurysunshine.com.hk</font></strong> All rights reserved.</span></div></td>');
document.write('    <td align="right"><a href="../" class="a1">引導頁</a> | <a href="privacy.php" class="a1">版權聲明</a> | <a href="sitemap.php" class="a1">網站地圖</a></td>');
document.write('  </tr>');
document.write('</table>');
}
function en_copyright() {
  document.write('<table width="777" height="40" border="0" cellpadding="0" cellspacing="0">');
  document.write('  <tr>');
  document.write('    <td width="70%"><div style=\'padding-left:10px;\'><span class="copyright">Copyright (C) 2004 <strong><font color="#598200">www.centurysunshine.com.hk</font></strong> All rights reserved.</span></div></td>');
  document.write('    <td align="right"><a href="../" class="a1">Index</a> | <a href="privacy.php" class="a1">Privacy</a> | <a href="sitemap.php" class="a1">Site Map</a></td>');
  document.write('  </tr>');
  document.write('</table>');
}
/* 检查搜索关键字输入 */
function JS_checkSearcher(theform) {
	if (theform.keyword.value=="")
	{
		alert ('提示: 请输入搜索关键字后再进行查询.');
		theform.keyword.focus();
		return false;
	}
}
function JS_checkSearcher_big5(theform) {
	if (theform.keyword.value=="")
	{
		alert ('提示: 請輸入搜索關鍵字後再 進行查詢.');
		theform.keyword.focus();
		return false;
	}
}
function JS_checkSearcher_en(theform) {
	if (theform.keyword.value=="")
	{
		alert ('Tips: you must input the keyword field.');
		theform.keyword.focus();
		return false;
	}
}
/* 发送邮件 */

// 页面装载程序
document.writeln("<script language=\"VBScript\">");
document.writeln("Dim mtlBar, mtlLine, mtlSP");
document.writeln("mtlBar = 0");
document.writeln("mtlLine = \"|\"");
document.writeln("mtlSP = 100");
document.writeln("Function Window_onLoad()");
document.writeln("mtlBar = 95");
document.writeln("mtlSP = 10");
document.writeln("End Function");
document.writeln("Function Count()");
document.writeln("If mtlBar < 100 Then");
document.writeln("mtlBar = mtlBar + 1");
document.writeln("Window.Status = \"Start loading: \" & mtlBar & \"%\" & \" \" & String(mtlBar, mtlLine)");
document.writeln("setTimeout \"Count()\", mtlSP");
document.writeln("Else");
//document.writeln("Window.Status = \"页面载入状态：完成！\"");
document.writeln("Window.Status = \"\"");
document.writeln("Document.Body.Style.Display = \"\"");
document.writeln("End If");
document.writeln("End Function");
document.writeln("Call Count()");
document.writeln("<\/script>");
document.writeln("")