var leftMenu = new Array()
	leftMenu[0] = "btn_00";
	//leftMenu[1] = "btn_11";
	leftMenu[2] = "btn_13";
	leftMenu[3] = "btn_12";	
	leftMenu[4] = "btn_01";
	leftMenu[5] = "btn_02";
//	leftMenu[3] = "btn_03";
	leftMenu[6] = "btn_04";
	leftMenu[7] = "btn_05";
	leftMenu[8] = "btn_06";
	leftMenu[9] = "btn_07";
	leftMenu[10] = "btn_08";
	
var leftMenuLink = new Array()
	leftMenuLink[0] = "../home/index.htm";
	//leftMenuLink[1] = "http://www.harbourfront.org.hk/eng/content_page/her.html?s=1";
	leftMenuLink[2] = "http://www.cedd.gov.hk/eng/topics/wdii/index.htm";
	leftMenuLink[3] = "http://www.pland.gov.hk/p_study/prog_s/sek_09/website_chib5_eng/english/index.html";
	leftMenuLink[4] = "../press/index.htm";
	leftMenuLink[5] = "../legislative/index.htm";
//	leftMenuLink[3] = "../feature/index.htm";
	leftMenuLink[6] = "../open/index.htm";
	leftMenuLink[7] = "../court/index.htm";
	leftMenuLink[8] = "../basic/index.htm";
	leftMenuLink[9] = "../links/index.htm";
	leftMenuLink[10] = "../../../eng/contactus/index.htm";

var leftMenuText = new Array()
	leftMenuText[0] = "Home";
	//leftMenuText[1] = "&quot;HER&quot;";
	leftMenuText[2] = "Wan Chai Development Phase II - Latest Development";
	leftMenuText[3] = "Kai Tak Planning Review";
	leftMenuText[4] = "Press Release and Statements";
	leftMenuText[5] = "Legislative Council Papers";
//	leftMenuText[3] = "Feature Articles";
	leftMenuText[6] = "Open Letters and Documents";
	leftMenuText[7] = "Protection of the Harbour Ordinance &amp; Court Judgements";
	leftMenuText[8] = "Factsheets, Plans and Map, Review Report";
	leftMenuText[9] = "Links";
	leftMenuText[10] = "Contact Us";

var subleftMenu = new Array()
    subleftMenu[1] = new Array()
	subleftMenu[1][1] = "btn_04_1";

var subleftMenuLink = new Array()
	subleftMenuLink[1] = new Array()
	subleftMenuLink[1][1] = "../letters/index.htm";

var subleftMenuText = new Array()
	subleftMenuText[1] = new Array()
	subleftMenuText[1][1] = "Letters";
	
function leftmenu(){

	document.write('' +
		'<table cellpadding="0" cellspacing="0" border="0" width="154">' +
		'<tr>' +
		'<td valign="top"><img src="../../../eng/images/reclamation/menu_top.jpg" alt=""></td>' +
		'</tr>' +
		'')
	
		for ( var i in leftMenu )
		{
				if (i == left){
					if(leftMenuLink[i].search('http://')!=-1)
					{var popup = ' target="_blank"'}
					else
					{var popup = ''}
					document.write('' +
						'<tr>' +
	        			'<td valign="top"><a href="' + leftMenuLink[i] + '"'+popup+'><img src="../../../eng/images/reclamation/' + leftMenu[i] + 'o.jpg" border="0" alt="' + leftMenuText[i] + '" name="' + leftMenu[i] + '"></a></td>' +
	        			'</tr>' +
						'')
/*
								if (left == 4){
									for ( var i in subleftMenu[left_sub] )
									{
										if (i == left_sub_section){
											document.write('' +
												'<tr>' +
				        						'<td valign="top"><a href="' + subleftMenuLink[left_sub][i] + '"><img src="../../../eng/images/reclamation/' + subleftMenu[left_sub][i] + 'o.jpg" border="0" alt="' + subleftMenuText[left_sub][i] + '" name="' + subleftMenu[left_sub][i] + '"></a></td>' +
				        						'</tr>' +
												'')
										}
										else
										{
											document.write('' +
												'<tr>' +
				        						'<td align="left" valign="top" colspan="2"><a href="' + subleftMenuLink[left_sub][i] + '" onMouseOver="MM_swapImage(\'' + subleftMenu[left_sub][i] + '\',\'\',\'../../../eng/images/reclamation/' + subleftMenu[left_sub][i] + 'o.jpg\',1)" onMouseOut="MM_swapImgRestore()"><img src="../../../eng/images/reclamation/' + subleftMenu[left_sub][i] + '.jpg" border="0" alt="' + subleftMenuText[left_sub][i] + '" name="' + subleftMenu[left_sub][i] + '"></a></td>' +
				        						'</tr>' +
												'')
										}
									}
								}
*/								

				}
				else
				{
					if(leftMenuLink[i].search('http://')!=-1)
					{var popup = ' target="_blank"'}
					else
					{var popup = ''}
				document.write('' +
					'<tr>' +
					'<td valign="top"><a href="' + leftMenuLink[i] + '"'+popup+' onMouseOut="MM_swapImgRestore()"  onMouseOver="MM_swapImage(\'' + leftMenu[i] + '\',\'\',\'../../../eng/images/reclamation/' + leftMenu[i] + 'o.jpg\',1)"><img name="' + leftMenu[i] + '" src="../../../eng/images/reclamation/' + leftMenu[i] + '.jpg" border="0" alt="' + leftMenuText[i] + '"></a></td>' +
					'</tr>' +		
					'')
				}	
		}
	document.write('' +	
		'<tr>' +
		'<td valign="top"><img src="../../../eng/images/reclamation/menu_bottom.jpg" alt=""></td>' +
		'</tr>' +
		'</table>' +
		'')
}

var titleMenu = new Array()
	titleMenu[0] = "hd_00";
	titleMenu[4] = "hd_01";
	titleMenu[5] = "hd_02";
	titleMenu[6] = "hd_04";
	titleMenu[7] = "hd_05";
	titleMenu[8] = "hd_06";
	titleMenu[9] = "hd_07";
/*
	titleMenu[0] = "hd_00";
	titleMenu[1] = "hd_01";
	titleMenu[2] = "hd_02";
	titleMenu[3] = "hd_03";
	titleMenu[4] = "hd_04";
	titleMenu[5] = "hd_05";
	titleMenu[6] = "hd_06";
	titleMenu[7] = "hd_07";
	titleMenu[8] = "hd_08";
	titleMenu[9] = "hd_09";
	titleMenu[10] = "hd_04_1";
	titleMenu[11] = "hd_11";
*/

var titleMenuText = new Array()
	titleMenuText[0] = "Home";
	titleMenuText[4] = "Press Release and Statements";
	titleMenuText[5] = "Legislative Council Papers";
	titleMenuText[6] = "Open Letters and Documents";
	titleMenuText[7] = "Protection of the Harbour Ordinance &amp; Court Judgements";
	titleMenuText[8] = "Factsheets, Plans and Map, Review Report";
	titleMenuText[9] = "Links";
/*
	titleMenuText[0] = "Home";
	titleMenuText[1] = "Press Release and Statements";
	titleMenuText[2] = "Legislative Council Papers";
	titleMenuText[3] = "Feature Articles";
	titleMenuText[4] = "Open Letters and Documents";
	titleMenuText[5] = "Protection of the Harbour Ordinance &amp; Court Judgements";
	titleMenuText[6] = "Factsheets, Plans and Map, Review Report";
	titleMenuText[7] = "Links";
	titleMenuText[8] = "Important Notices";
	titleMenuText[9] = "Site Map";
	titleMenuText[10] = "Letters";
	titleMenuText[11] = "HER";
*/
	
function titlemenu(){

	var j = left;
	
	document.write('' +
		'<table cellpadding="0" cellspacing="0" width="626" border="0">' +
		'<tr>' +
		'<td colspan="2" valign="top"><img src="../../../eng/images/reclamation/top_bar_01.jpg" alt="Central, Wan Chai and South East Kowloon Development Projects"></td>' +
		'</tr>' +
		'<tr>' +
		'<td valign="top"><img src="../../../eng/images/reclamation/' + titleMenu[j] + '.jpg" alt="' + titleMenuText[j] + '"></td>' +
		'<td valign="top"><img src="../../../eng/images/reclamation/top_bar_02.jpg" alt=""></td>' +
		'</tr>' +
		'</table>' +
		'')
}

function titlemenu2(){

	var j = 10;
	
	document.write('' +
		'<table cellpadding="0" cellspacing="0" width="626" border="0">' +
		'<tr>' +
		'<td colspan="2" valign="top"><img src="../../../eng/images/reclamation/top_bar_01.jpg" alt="Central, Wan Chai and South East Kowloon Development Projects"></td>' +
		'</tr>' +
		'<tr>' +
		'<td valign="top"><img src="../../../eng/images/reclamation/' + titleMenu[j] + '.jpg" alt="' + titleMenuText[j] + '"></td>' +
		'<td valign="top"><img src="../../../eng/images/reclamation/top_bar_02.jpg" alt=""></td>' +
		'</tr>' +
		'</table>' +
		'')
}

function footer(){

	document.write('' +
		'<table cellpadding="0" cellspacing="0" border="0" width="626">' +
		'<tr>' +
		'<td valign="top" rowspan="2"><img src="../../../eng/images/reclamation/spacer.gif" alt="" width="8" height="1"></td>' +
		'<td colspan="3"><img src="../../../eng/images/reclamation/botdot.gif" alt=""></td>' +
		'<td valign="top" rowspan="2"><img src="../../../eng/images/reclamation/spacer.gif" alt="" width="16" height="1"></td>' +
		'</tr>' +
		'<tr>' +
		'<td valign="top" class="footer">2003&nbsp;<img src="../../../eng/images/reclamation/copy.gif" alt="copyright" align="absmiddle"> | <a href="../important/index.htm"><font class="footer"><u>Important notices</u></font></a></td>' +
		'<td align="right" class="footer">Last review date: 21 Feb 2007</td>' +
		'')
}
