	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

function trackPage()
{

	try {
		var pageTracker = _gat._getTracker("UA-9512071-1");
		//pageTracker._trackPageview();
	} catch(err) {}

	var keepTrack = false;
	var tempHtml = '';
	var par0 = (''+arguments[0]);
	var par1 = (''+arguments[1]);
	
	if(par0 =='topNav' || par0 =='footer')
	{
		if(level1 == '')
		{
			keepTrack = true;
			tempHtml = 'eng/home';
		}else
		{
			keepTrack = false;
		}
	}else
	{
		if(level1 == '')
		{
			tempHtml = 'eng/home';
		}
		else
		{
			var currUrl = window.location.href;
			tempHtml = currUrl.substring(currUrl.indexOf('.com/')+5);
		}
		keepTrack = true;
	}
	
	if(keepTrack)
	{
		try {
			if(arguments.length == 0)
			{
				pageTracker._trackPageview();
			}
			else if(arguments.length == 1)
			{
				var par = par0+"?="+tempHtml;
				pageTracker._trackPageview(par);
			}	
			else
			{
				var trackPath = (par1.indexOf('.com/') > 0)?par1.substring(par1.indexOf('.com/')+5):par1;
				var par = trackPath+"?="+tempHtml+'/'+par0;
				pageTracker._trackPageview(par);
			}
		} catch(err) {}
	}
}

function isalphanumeric() {
	var regex=/^[0-9A-Za-z ]+$/;
	if (!regex.test(document.forms['0'].SearchText.value)) {
		alert("Invalid character");
		return false
	} else  {
		return true;
	}
} 

document.write('<div id="topNavContainer">');
document.write('	<div id="leftGradientTop"><img src="/eng/img/spacer.gif" width="25" height="157" alt="" /></div>');
document.write('	<div id="logo"><a href="/eng/index.html" target="_top"><img src="/eng/img/HKIA_logo.gif" alt="Hong Kong International Airport - Home" width="166" height="80" border="0" /></a></div>');
document.write('	<div id="topNav">');
document.write('		<div id="iconSpecial"><img src="/eng/img/icon_special.gif" alt="Special Announcement" /></div>');
document.write('		<div id="searchBox">');
document.write('			<form action="/sitesearch/eng/search.jsp" method="post" target="_top" onsubmit="return isalphanumeric();" >');
document.write('				<div class="searchVertLine"><img src="/eng/img/line_v.png" width="3" height="25" class="pngImg" /></div>');
document.write('				<div id="searchContent">');
document.write('					<input name="SearchText" id="word" type="text" class="searchField" value="Search" onfocus="if(this.value==\'Search\')	this.value=\'\';" onblur="if(this.value==\'\')	this.value=\'Search\';" />');
document.write('					<div class="searchButton">');
document.write('						<input name="" type="image" src="/eng/img/icon_search.gif" />');
document.write('					</div>');
document.write('				</div>');
document.write('				<div class="searchVertLine"><img src="/eng/img/line_v.png" width="3" height="25" class="pngImg" /></div>');
//document.write('				<div><img src="/eng/img/line_h.png" width="136" height="3" class="pngImg" /></div>');
document.write('				<input type="hidden" value="generaleng" name="SearchType">');
document.write('				</input>');
document.write('			</form>');
document.write('		</div>');
// added by DC 02/09/2009
document.write('		<div id="langContainer"><a href="javascript:changeLanguage(\'chi\');">&#32321;</a><a href="javascript:changeLanguage(\'gb\');">&#31616;</a></div>');
document.write('		<div id="langContainerBg"><img src="/eng/img/bg_lang.png" width="165" height="28" class="pngImg" /></div>');
document.write('		<div id="topNavMenuMask">');
document.write('			<div class="topNavMenu" id="menu_flight" onmouseover="navOver(\'flight\', 1); this.hit=true;" onmouseout="navOver(\'flight\', 0); this.hit=false;">');
document.write('				<div class="topNavMenuContainer">');
document.write('					<div class="topNavSubMenu flightBorder" onmouseover="subNavOver(\'flight\', 1, 1); this.hit=true;" onmouseout="subNavOver(\'flight\', 1, 0); this.hit=false;" id="menu_flight_1">');
document.write('						<div class="topNavSubMenuHead flightBorderHead"></div>');
document.write('						<div class="topNavSubMenuContainer">');
document.write('							<div class="topNavSubMenuItem flightSubMenuIcon"><a href="/flightinfo/eng/chkfltarr.html" target="_top">Passenger Arrivals</a></div>');
document.write('							<div class="topNavSubMenuItem flightSubMenuIcon"><a href="/flightinfo/eng/chkfltdep.html" target="_top">Passenger Departures</a></div>');
document.write('							<div class="topNavSubMenuItem flightSubMenuIcon"><a href="/flightinfo/eng/cargo_arr.html" target="_top">Cargo Arrivals</a></div>');
document.write('							<div class="topNavSubMenuItem flightSubMenuIcon"><a href="/flightinfo/eng/cargo_dep.html" target="_top">Cargo Departures</a></div>');
document.write('						</div>');
document.write('						<div class="topNavSubMenuHiddenBtn"><img src="/eng/img/spacer.gif" width="150" height="100" /></div>');
document.write('					</div>');
document.write('					<div class="topNavMenuItem flightMenuIcon" onmouseover="subNavOver(\'flight\', 1, 1); this.hit=true;" onmouseout="subNavOver(\'flight\', 1, 0); this.hit=false;" id="subNav_flight_1"><a href="/flightinfo/eng/chkfltarr.html" target="_top">Real Time Flight Information</a></div>');
document.write('					<div class="topNavMenuItem flightMenuIcon"><a href="/eng/flight/airline-information/enquiry.html" target="_top">Airline Information</a></div>');
document.write('					<div class="topNavMenuItem flightMenuIcon"><a href="http://eng.szairport.com/Catalog_446.aspx" target="_blank">Shenzhen International Airport Flight Schedule</a></div>');
document.write('				</div>');
document.write('				<div class="topNavMenuBg flightBg"><img src="/eng/img/spacer.gif" alt="" /></div>');
document.write('			</div>');
document.write('			<div class="topNavMenu" id="menu_passenger" onmouseover="navOver(\'passenger\', 1); this.hit=true;" onmouseout="navOver(\'passenger\', 0); this.hit=false;">');
document.write('				<div class="passengerTopNavMenuContainer">');
document.write('					<div class="topNavMenuItem2 passengerMenuIcon"><a href="/eng/passenger/arrival/t1/arrivals_procedures.html" target="_top">Arrivals</a></div>');
document.write('					<div class="topNavMenuItem2 passengerMenuIcon"><a href="/eng/passenger/departure/all/check-in-departure/airport-check-in.html" target="_top">Departures</a></div>');
document.write('					<div class="topNavMenuItem2 passengerMenuIcon"><a href="/eng/passenger/transfer-transit/all/transit_procedures.html" target="_top">Transfer / Transit</a></div>');
document.write('				</div>');
document.write('				<div class="passengerTopNavMenuContainer2">');
document.write('					<div class="topNavMenuItem passengerMenuIcon"><a href="/eng/passenger/hotel-mice/regal-airport-hotel.html" target="_top">Hotels, Conferences & Exhibitions</a></div>');
document.write('					<div class="topNavMenuItem passengerMenuIcon"><a href="/eng/passenger/interactive-map.html" target="_top">Map</a></div>');
document.write('					<div class="topNavMenuItem passengerMenuIcon"><a href="/eng/passenger/useful-numbers.html" target="_top">Useful Links & Numbers</a></div>');
document.write('				</div>');
document.write('				<div class="topNavMenuBg passengerBg"><img src="/eng/img/spacer.gif" alt="" /></div>');
document.write('			</div>');
document.write('			<div class="topNavMenu" id="menu_transport" onmouseover="navOver(\'transport\', 1); this.hit=true;" onmouseout="navOver(\'transport\', 0); this.hit=false;">');
document.write('				<div class="transportTopNavMenuContainer">');
document.write('					<div class="topNavMenuItem transportMenuIcon"><a href="/eng/transport/to-from-airport/index.html" target="_top">To & From Airport</a></div>');
document.write('					<div class="topNavMenuItem transportMenuIcon"><a href="/CBT/Controller?locale=eng" target="_top">Transport Connection <br />');
document.write('						with Mainland China</a></div>');
document.write('					<div class="topNavMenuItem transportMenuIcon"><a href="/eng/transport/parking.html" target="_top">Parking</a></div>');
document.write('				</div>');
document.write('				<div class="transportTopNavMenuContainer2">');
document.write('					<div class="topNavMenuItem transportMenuIcon"><a href="/eng/transport/map-of-hk.html" target="_top">Map</a></div>');
document.write('					<div class="topNavMenuItem transportMenuIcon"><a href="/eng/transport/transport-connection-with-mainland-china/traffic-conditions.html" target="_top">Hong Kong Traffic <br />');
document.write('						Conditions</a></div>');
document.write('					<div class="topNavMenuItem transportMenuIcon"><a href="/eng/transport/useful-numbers.html" target="_top">Useful Links & Numbers</a></div>');
document.write('				</div>');
document.write('				<div class="topNavMenuBg transportBg"><img src="/eng/img/spacer.gif" alt="" /></div>');
document.write('			</div>');
document.write('			<div class="topNavMenu" id="menu_shopping" onmouseover="navOver(\'shopping\', 1); this.hit=true;" onmouseout="navOver(\'shopping\', 0); this.hit=false;">');
document.write('				<div class="shoppingTopNavMenuContainer">');
document.write('					<div class="topNavMenuItem2 shoppingMenuIcon"><a href="/eng/shopping/insideshopping/all/shopping.html" target="_top">Shopping</a></div>');
document.write('					<div class="topNavMenuItem2 shoppingMenuIcon"><a href="/eng/shopping/dining/all/dining.html" target="_top">Dining</a></div>');
document.write('					<div class="topNavMenuItem2 shoppingMenuIcon"><a href="/eng/shopping/entertainment/t2/entertainment.html" target="_top">Entertainment</a></div>');
document.write('				</div>');
document.write('				<div class="shoppingTopNavMenuContainer2">');
document.write('					<div class="topNavMenuItem2 shoppingMenuIcon"><a href="/eng/shopping/promotion.html" target="_top">Promotions / Events</a></div>');
document.write('					<div class="topNavMenuItem2 shoppingMenuIcon"><a href="/skyclub/eng/index.jsp" target="_top">SkyClub</a></div>');
document.write('					<div class="topNavMenuItem2 shoppingMenuIcon"><a href="/eng/shopping/cash_coupons.html" target="_top">Cash Coupons</a></div>');
document.write('				</div>');
document.write('				<div class="shoppingTopNavMenuRightContainer">');
document.write('					<div class="shoppingTopNavMenuRightTitle"><strong>Please select your terminal.</strong></div>');
document.write('					<div class="shoppingTopNavMenuItem shoppingMenuIconRight"><a href="/eng/shopping/t1.html" target="_top">Terminal 1</a></div>');
document.write('					<div class="shoppingTopNavMenuItem shoppingMenuIconRight"><a href="/eng/shopping/t2.html" target="_top">Terminal 2</a></div>');
document.write('				</div>');
document.write('				<div class="topNavMenuBg shoppingBg"><img src="/eng/img/spacer.gif" alt="" /></div>');
document.write('			</div>');
document.write('			<div class="topNavMenu" id="menu_business" onmouseover="navOver(\'business\', 1); this.hit=true;" onmouseout="navOver(\'business\', 0); this.hit=false;">');
document.write('				<div class="businessTopNavMenuContainer">');
document.write('					<div class="topNavMenuItem2 businessMenuIcon"><a href="/eng/business/about-the-airport/welcome.html" target="_top">The Airport</a></div>');
document.write('					<div class="topNavMenuItem2 businessMenuIcon"><a href="/eng/business/airport-authority/introduction.html" target="_top">Airport Authority</a></div>');
document.write('					<div class="topNavMenuItem2 businessMenuIcon"><a href="/eng/media/index.html" target="_top">Media Centre</a></div>');
document.write('				</div>');
document.write('				<div class="topNavMenuBg businessBg"><img src="/eng/img/spacer.gif" alt="" /></div>');
document.write('			</div>');
//csr
document.write('			<div class="topNavMenu" id="menu_csr" onmouseover="navOver(\'csr\', 1); this.hit=true;" onmouseout="navOver(\'csr\', 0); this.hit=false;">');
document.write('				<div class="csrTopNavMenuContainer">');
document.write('					<div class="topNavMenuItem4 csrMenuIcon"><a href="/eng/csr/environmental-management/index.html" target="_top">Environmental Management</a></div>');
document.write('					<div class="topNavMenuItem4 csrMenuIcon"><a href="/eng/csr/our-community/index.html" target="_top">Community Care</a></div>');
document.write('				</div>');
document.write('				<div class="topNavMenuBg csrBg"><img src="/eng/img/spacer.gif" alt="" /></div>');
document.write('			</div>');

document.write('			<div class="topNavMenu" id="menu_media" onmouseover="navOver(\'media\', 1); this.hit=true;" onmouseout="navOver(\'media\', 0); this.hit=false;">');
document.write('				<div class="mediaTopNavMenuContainer">');
document.write('					<div class="topNavMenuItem2 mediaMenuIcon"><a href="/eng/media/press-releases/index.html" target="_top">Press Releases</a></div>');
document.write('					<div class="topNavMenuItem2 mediaMenuIcon"><a href="/eng/media/key-dates-events.html" target="_top">Key Dates & Events</a></div>');
document.write('				</div>');
document.write('				<div class="topNavMenuBg mediaBg"><img src="/eng/img/spacer.gif" alt="" /></div>');
document.write('			</div>');
document.write('			<div class="topNavMenu" id="menu_contact" onmouseover="navOver(\'contact\', 1); this.hit=true;" onmouseout="navOver(\'contact\', 0); this.hit=false;">');
document.write('				<div class="contactTopNavMenuContainer">');
document.write('					<div class="topNavMenuItem3 contactMenuIcon"><a href="/eng/contact/useful-numbers.html" target="_top">Useful Links & Numbers</a></div>');
document.write('					<div class="topNavMenuItem3 contactMenuIcon"><a href="/eng/contact/suggestions.html" target="_top">Suggestions & Comments</a></div>');
document.write('				</div>');
document.write('				<div class="topNavMenuBg contactBg"><img src="/eng/img/spacer.gif" alt="" /></div>');
document.write('			</div>');
document.write('		</div>');
document.write('		<div id="topNavButton">');
document.write('			<div class="topNavItem"><a href="/eng/flight/index.html" target="_top"><img src="/eng/img/nav/btn_flight.png" alt="Flight Information" id="nav_flight" width="105" height="49" border="0" onmouseover="navOver(\'flight\', 1);" onmouseout="navOver(\'flight\', 0);" /></a></div>');
document.write('			<div class="topNavItem"><a href="/eng/passenger/index.html" target="_top"><img src="/eng/img/nav/btn_passenger.png" alt="Passenger Guide" id="nav_passenger" width="90" height="49" border="0" onmouseover="navOver(\'passenger\', 1);" onmouseout="navOver(\'passenger\', 0);" /></a></div>');
document.write('			<div class="topNavItem"><a href="/eng/transport/index.html" target="_top"><img src="/eng/img/nav/btn_transport.png" alt="Transport" id="nav_transport" width="91" height="49" border="0" onmouseover="navOver(\'transport\', 1);" onmouseout="navOver(\'transport\', 0);" /></a></div>');
document.write('			<div class="topNavItem"><a href="/eng/shopping/index.html" target="_top"><img src="/eng/img/nav/btn_shopping.png" alt="Shopping, Dining &amp; Entertainment" id="nav_shopping" width="130" height="49" border="0" onmouseover="navOver(\'shopping\', 1);" onmouseout="navOver(\'shopping\', 0);" /></a></div>');
document.write('			<div class="topNavItem"><a href="/eng/business/index.html" target="_top"><img src="/eng/img/nav/btn_business.png" alt="Our Business" id="nav_business" width="103" height="49" border="0" onmouseover="navOver(\'business\', 1);" onmouseout="navOver(\'business\', 0);" /></a></div>');
document.write('			<div class="topNavItem"><a href="/eng/csr/index.html" target="_top"><img src="/eng/img/nav/btn_csr.png" alt="CSR" id="nav_csr" width="53" height="49" border="0" onmouseover="navOver(\'csr\', 1);" onmouseout="navOver(\'csr\', 0);" /></a></div>');
document.write('			<div class="topNavItem"><a href="/eng/media/index.html" target="_top"><img src="/eng/img/nav/btn_media.png" alt="Media Centre" id="nav_media" width="106" height="49" border="0" onmouseover="navOver(\'media\', 1);" onmouseout="navOver(\'media\', 0);" /></a></div>');
document.write('			<div class="topNavItem"><a href="/eng/contact/index.html" target="_top"><img src="/eng/img/nav/btn_contact.png" alt="Contact Us" id="nav_contact" width="94" height="49" border="0" onmouseover="navOver(\'contact\', 1);" onmouseout="navOver(\'contact\', 0);" /></a></div>');
document.write('		</div>');
document.write('	</div>');
document.write('</div>');
document.write('<div id="printHeader"><img src="/eng/img/print_header.gif" alt="" width="166" height="87" border="0" /></div>');

genTop();