﻿function ShowHeader()
{
document.writeln('香港特別行政區政府 - 發展局<Br />');
document.writeln('<br />');
document.writeln('<br />');
document.writeln('<a href="/">[主頁]</a>');
document.writeln('<a href="javascript:graphicSwitch();">[圖像版本]</a>');
document.writeln('<a href="javascript:switchLang(1);">[English]</a>');
document.writeln('<a href="javascript:switchLang(2);" id="btnToTC" style="display: none;">[繁體版]</a>');
document.writeln('<a href="javascript:switchLang(3);" id="btnToSC" style="display: inline;">[簡體版]</a>');
document.writeln('<a href="javascript:jump(\'sitemap\');">[網頁指南]</a>');
document.writeln('<a href="javascript:jump(\'contactus\');">[聯絡我們]</a>');
document.writeln('<a href="javascript: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>重要告示</u></a>');
document.writeln('| <a href="/tc/important/privacy_policy/t_index.html">私隱政策</a>');
document.writeln('|');
document.writeln('<span id="phReviewDate" style="display: none;">');
document.writeln('覆檢日期:');
document.writeln('<span id="div_reviewdate"><!-- Review Date --></span>');
document.writeln('</span>');
document.writeln('<span id="phRevisionDate" style="display: none;">');
document.writeln('最近修訂:');
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('');

}


