function soonEn()
{
alert('The English version of it will come soon!');
}
function pr_Header(pr, page)
{
var bgColor;
if(pr == "hc") bgColor="#BEE5FC";
else if(pr == "tc") bgColor="#CCFFCC";
else bgColor="#FFFFFF";

document.write("<table border='1' width='610' cellspacing='0' cellpadding='1'>");
document.write("<tr><td>");
document.write("<table border='0' width='100%' cellspacing='0' cellpadding='2'>");
document.write("<tr><td width='20%' align='center' bgcolor='#BEE5FC'>");

if(pr == "hc") document.write("<b>Html Compressor</b>");
else document.write("<a href='../hc/index.htm'>Html Compressor</a>");

document.write("</td><td width='15%' align='center' bgcolor='#CCFFCC'>");
if(pr == "tc") document.write("<b>Tag Checker</b>");
else document.write("<a href='javascript:soonEn()'>Tag Checker</a>");

document.write("</td><td width='65%' bgcolor='#dddddd'>กก</td></tr>");
document.write("</table><table border='0' width='100%' bgcolor='" + bgColor + "' cellspacing='0' cellpadding='2'>");


document.write("<tr><td width='12%' align='center'>");
if(page == "index") document.write("<b>Home</b>");
else document.write("<a href='index.htm'>Home</a>");

document.write("</td><td width='12%' align='center'>");
if(page == "history") document.write("<b>History</b>");
else document.write("<a href='history.htm'>History</a>");

document.write("</td><td width='12%' align='center'>");
if(page == "principle") document.write("<b>Principle</b>");
else document.write("<a href='principle.htm'>Principle</a>");

document.write("</td><td width='12%' align='center'>");
if(page == "tips") document.write("<b>Tip</b>");
else document.write("<a href='tips.htm'>Tip</a>");

document.write("</td><td width='12%' align='center'>");
if(page == "bug") document.write("<b>Bug</b>");
else document.write("<a href='bug.htm'>Bug</a>");

document.write("</td><td width='12%' align='center'>");
if(page == "suggestion") document.write("<b>Suggestion</b>");
else document.write("<a href='suggestion.htm'>Suggestion</a>");

document.write("</td><td width='13%' align='center'>");
if(page == "faq") document.write("<b>FAQ</b>");
else document.write("<a href='faq.htm'>FAQ</a>");

document.write("</td><td width='13%' align='center'>");
if(page == "thanks") document.write("<b>Thanks</b>");
else document.write("<a href='thanks.htm'>Thanks</a>");

document.write("</td></tr></table></td></tr></table>");
}

function footer()
{
document.write("<p align='center'><img border='0' src='/image/line1.gif' width='540' height='5'></p><p align='center'>Copyright &copy; 1999-2000 Paul Shen, All Rights Reserved<br>");
document.write("<a href='mailto:webmaster@shensr.8m.com'>webmaster@shensr.8m.com</a></p>");
}

function dispLastModified()
{
document.write("Last Updated: " + document.lastModified + "<br>");
}