var date ="05.02.2012";

function print_footer(lan)
{
var footerhtml = "";
footerhtml +='<table border="0" cellpadding="0" cellspacing="0" width="970">';
footerhtml +='<tr>';
footerhtml +='<td><img src="../../img/'+lan+'/footer1.gif" border="0"></td>';
footerhtml +='<td><a href="../notices/notices.html"><img onmouseover="imgSwap(this)" onmouseout="imgSwap(this)" src="../../img/'+lan+'/footer2_off.gif" border="0"></a></td>';
if (lan =="en")
{
footerhtml +='<td><a href="http://www.lcsd.gov.hk/en/info_pdo.php" target="_blank"><img onmouseover="imgSwap(this)" onmouseout="imgSwap(this)" src="../../img/en/footer3_off.gif" border="0"></a></td>';
}
else
{
footerhtml +='<td><a href="http://www.lcsd.gov.hk/b5/info_pdo.php" target="_blank"><img onmouseover="imgSwap(this)" onmouseout="imgSwap(this)" src="../../img/'+lan+'/footer3_off.gif" border="0"></a></td>';
}
if (lan =="en")
{
footerhtml +='<td bgcolor="#353535" width="307" align="right"><span class="footer_text">Last Revision Date : '+date+'<span></td>';
}
else
{
footerhtml +='<td bgcolor="#353535" width="596" align="right"><span class="footer_text">最後修訂日期 : '+date+'<span></td>';
}
footerhtml +='</tr>';
footerhtml +='</table>';
if (lan =="en")
{
footerhtml +='<div class="footer_res">Recommended resolution : 1024 x 768</div>';
}
else
{
footerhtml +='<div class="footer_res">建議解像度 : 1024 x 768</div>';
}
document.write(footerhtml);
}

function text_footer()
{
var footerhtml = "";
if (w=="en")
{
footerhtml +='<p><a href="javascript:history.back()">Back</a></p>';
footerhtml +='<hr>';
var engtext ="Asia's world city - Hong Kong";
footerhtml +='<p>[<a href="http://www.gov.hk/en/residents/" target="_blank">GovHK 香港政府一站通</a>] [<a href="http://www.brandhk.gov.hk/brandhk/" target="_blank">'+engtext+'</a>] </p>';
footerhtml +='<hr>';
footerhtml +='<p>&#169;All rights reserved by the Leisure and Cultural Services Department 2009 | <a href="../notices/notices.html">Important Notices</a>| <a href="http://www.lcsd.gov.hk/en/info_pdo.php" class="btm_txt_link">Privacy Policy</a></p>';
footerhtml +='<p>Last Revision Date : '+date+'</p>';
}
else
{
footerhtml +='<p><a href="javascript:history.back()">上一頁</a></p>';
footerhtml +='<hr>';
footerhtml +='<p>[<a href="http://www.gov.hk/tc/residents/" target="_blank">GovHK 香港政府一站通</a>] [<a href="http://www.brandhk.gov.hk/brandhk/" target="_blank">香港品牌形象 - 亞洲國際都會</a>] </p>';
footerhtml +='<hr>';
footerhtml +='<p>&#169;版權為康樂及文化事務署所有 | <a href="../notices/notices.html">重要告示</a>| <a href="http://www.lcsd.gov.hk/b5/info_pdo.php" class="btm_txt_link">私隱政策</a></p>';
footerhtml +='<p>最後修訂日期 : '+date+'</p>';
}
document.write(footerhtml);

}
