document.write('<div id="header_top">');
document.write('<a href="http://www.bmo.com"><img style="float:left;" src="images/bmo_logo.gif" alt="BMO Financial Group - Making Money Make Sense" /></a>');
document.write('<p style="float:right; padding:14px;"><a href="javascript:switchToEnglish();" style="font-family: arial; font-size: 12px;">english</a> | <a href="javascript:window.close();">&#20851;&#38381;</a></p>');
document.write('</div>');
document.write('<div id="header_nav">');
document.write('<a href="index.html"><img id="head_nav_1" style="border-right:1px solid #0079c1;" src="images/head_nav_1_off.gif" alt="Home" /></a><a href="coming_to_Canada.html"><img id="head_nav_2" style="border-right:1px solid #0079c1;" src="images/head_nav_2_off.gif" alt="Coming to Canada" /></a><a href="doing_business_in_china.html"><img id="head_nav_3" style="border-right:1px solid #0079c1;" src="images/head_nav_3_off.gif" alt="Doing Business in China" /></a><a href="speak_with_us_hk.html"><img id="head_nav_4" src="images/head_nav_4_off.gif" alt="Speak With Us" /></a>');
document.write('</div>');

function set_top_nav (num){
	document.getElementById("head_nav_"+num).src="images/head_nav_"+num+"_on.gif";	
}

function switchToEnglish(){
  var currentLocation = location.href;
  var urlswitch = currentLocation.replace("asia/chinese/","asia/");
  urlswitch2 = urlswitch.replace("asia/chinese/","chinese/");  
  location.replace(urlswitch);
}
