﻿function ShowHeader()
{
document.writeln('Development Bureau - The Government of the Hong Kong Special Administrative Region<br />');
document.writeln('<br />');
document.writeln('<br />');
document.writeln('<a href="/">[Home]</a>');
document.writeln('<a href="javascript:graphicSwitch();">[Graphic Version]</a>');
document.writeln('<a href="javascript:switchLang(2);">[Traditional Chinese]</a>');
document.writeln('<a href="javascript:switchLang(3);">[Simplified Chinese]</a>');
document.writeln('<a href="javascript:jump(\'sitemap\');">[Site map]</a>');
document.writeln('<a href="javascript:jump(\'contactus\');">[Contact us]</a>');
document.writeln('<a href="javascript:search();">[Search]</a>');
document.writeln('<input id="qu" name="qu" size="8" style="width: 91pt" type="text" />');
document.writeln('<br />');
document.writeln('<br />');
document.writeln('<hr />');
document.writeln('<br />');
document.writeln('');

}

function ShowFooter()
{
document.writeln('');
document.writeln('<hr />');
document.writeln('<br />');
document.writeln('<div id="div_banner_home">');
document.writeln('</div>');
document.writeln('<br />');
document.writeln('<hr />');
document.writeln('<br />');
document.writeln('<script type="text/javascript">');
document.writeln('<!--');
document.writeln('if (\'function\' == typeof generateMenu){');
document.writeln('generateMenu(rootMenu)');
document.writeln('}');
document.writeln('//-->');
document.writeln('</script>');
document.writeln('<br />');
document.writeln('<br />');
document.writeln('<hr />');
document.writeln('<br />');
document.writeln('2009 ©');
document.writeln('| <a href="javascript:jump(\'importantnotices\');"><u>Important notices</u></a>');
document.writeln('| <a href="/en/important/privacy_policy/t_index.html">Privacy Policy</a>');
document.writeln('|');
document.writeln('<span id="phReviewDate" style="display: none;">');
document.writeln('Last review date:');
document.writeln('<span id="div_reviewdate"><!-- Review Date --></span>');
document.writeln('</span>');
document.writeln('<span id="phRevisionDate" style="display: none;">');
document.writeln('Last revision date:');
document.writeln('<span id="div_revisiondate"><!-- Revision Date --></span>');
document.writeln('</span>');
document.writeln('<br />');
document.writeln('<script language="javascript" src="/filemanager/template/common/js/generate_banner_textonly.js"></script>');
document.writeln('');

}


