function printFooter(language){
 document.write("	   <table border=\"0\" cellspacing=\"0\" cellpadding=\"15\" width=\"100%\">");
 document.write("          <tr><td class=\"footer\">");
 if (language == 1){
 document.write("            Copyright @ 2007 PolyU. All rights reserved. | <a href=\""+sitemap[12][1]+"\">"+sitemap[12][0]+"</a> | <a href=\"http://www.polyu.edu.hk/\">PolyU Home</a> | <a href=\""+sitemap[13][1]+"\">"+sitemap[13][0]+"</a><br />");
 document.write("              This site is best viewed with Internet Explorer 6.0+ and a screen resolution of 1024 x 768 </td>");
 }
 if (language == 2){
 document.write("            <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr><td>舦┮Τ @ 2007 PolyU. | <a href=\""+sitemapTC[12][1]+"\">"+sitemapTC[12][0]+"</a> | <a href=\"http://www.polyu.edu.hk/cpa/polyu/main/main_t.php\">PolyU </a> | <a href=\""+sitemapTC[13][1]+"\">"+sitemapTC[13][0]+"</a></td><td class=\"footer\">* 矗ㄑ璣ゅ</td>");
 document.write("            </tr><tr>");
 document.write("            <td class=\"footer\">セ呼 Internet Explorer 6.0 ┪聅凝竟の1024 x 768 秆钩綷弄狦程ㄎ</td>");
 document.write("            </tr></table>");
} 
 if (language == 3){
 document.write("            <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr><td>版权所有 @ 2007 PolyU. | <a href=\""+sitemapSC[12][1]+"\">"+sitemapSC[12][0]+"</a> | <a href=\"http://www.polyu.edu.hk/cpa/polyu/main/main_s.php\">PolyU 首页</a> | <a href=\""+sitemapSC[13][1]+"\">"+sitemapSC[13][0]+"</a></td><td class=\"footer\">* 只提供英文版</td>");
 document.write("            </tr><tr>");
 document.write("            <td class=\"footer\">本网页以 Internet Explorer 6.0 或以上浏览器及1024 x 768 解像度阅读效果最佳。</td>");
 document.write("            </tr></table>");
 }
 document.write("          </td></tr>");
 document.write("      </table>");
}

function printFooterTxt(language){
 document.write("	   <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">");
 document.write("          <tr><td class=\"inside_content_txt\">");
 if (language == 1){
 document.write("            Copyright @ 2007 PolyU. All rights reserved. | <a href=\""+sitemap[12][1]+"\">"+sitemap[12][0]+"</a> | <a href=\"http://www.polyu.edu.hk/\">PolyU Home</a> | <a href=\""+sitemap[13][1]+"\">"+sitemap[13][0]+"</a><br />");
 document.write("              This site is best viewed with Internet Explorer 6.0+ and a screen resolution of 1024 x 768 </td>");
 }
 if (language == 2){
 document.write("            <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr><td>舦┮Τ @ 2007 PolyU. | <a href=\""+sitemapTC[12][1]+"\">"+sitemapTC[12][0]+"</a> | <a href=\"http://www.polyu.edu.hk/cpa/polyu/main/main_t.php\">PolyU </a> | <a href=\""+sitemapTC[13][1]+"\">"+sitemapTC[13][0]+"</a></td><td>* 矗ㄑ璣ゅ</td>");
 document.write("            </tr><tr>");
 document.write("            <td class=\"inside_content_txt\">セ呼 Internet Explorer 6.0 ┪聅凝竟の1024 x 768 秆钩綷弄狦程ㄎ</td>");
 document.write("            </tr></table>");
} 
 if (language == 3){
 document.write("            <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr><td>版权所有 @ 2007 PolyU. | <a href=\""+sitemapSC[12][1]+"\">"+sitemapSC[12][0]+"</a> | <a href=\"http://www.polyu.edu.hk/cpa/polyu/main/main_s.php\">PolyU 首页</a> | <a href=\""+sitemapSC[13][1]+"\">"+sitemapSC[13][0]+"</a></td><td>* 只提供英文版</td>");
 document.write("            </tr><tr>");
 document.write("            <td class=\"inside_content_txt\">本网页以 Internet Explorer 6.0 或以上浏览器及1024 x 768 解像度阅读效果最佳。</td>");
 document.write("            </tr></table>");
 }
 document.write("          </td></tr>");
 document.write("      </table>");
}