
function lm_global()
{
	var str = " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../aboutus/brief_introduction.html class=lmenu>Brief Introduction</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../aboutus/global_offices.html class=lmenu>Global Offices</a></td></tr> ";
	document.writeln(str);
}

function lm_limited()
{
	var str = " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> "
		+ " <a href=../aboutus/limited_brief_introduction.html class=lmenu>Brief Introduction</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../aboutus/annual_report.html class=lmenu>Annual Report</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../aboutus/limited_registered.html class=lmenu>Registered Detail</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../aboutus/regulators.html class=lmenu>Regulators</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../aboutus/aml.html class=lmenu>Anti-Money Laundering Policy</a></td></tr> ";
	document.writeln(str);
}

function lm_treasury()
{
	var str = " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> "
		+ " <a href=../business/treasury_services.html class=lmenu>Services</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../business/treasury_contact.html class=lmenu>Contact</a></td></tr> ";
	document.writeln(str);
}

function lm_tradefinance()
{
	var str = " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> "
		+ " <a href=../business/tradefinance_services.html class=lmenu>Services</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../business/tradefinance_contact.html class=lmenu>Contact</a></td></tr> ";
	document.writeln(str);
}

function lm_corporatebanking()
{
	var str = " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> "
		+ " <a href=../business/corporatebanking_services.html class=lmenu>Services</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../business/corporatebanking_contact.html class=lmenu>Contact</a></td></tr> ";
	document.writeln(str);
}

function lm_retailbanking()
{
	var str = " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> "
		+ " <a href=../business/retailbanking_services.html class=lmenu>Services</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../business/retailbanking_termsconditions.html class=lmenu>Terms & Conditions</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../business/retailbanking_openaccount.html class=lmenu>Open Account</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../business/rates.html class=lmenu>Rates</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../business/retailbanking_contact.html class=lmenu>Contact</a></td></tr> "
		+ " <tr><td height=20><img src=../image/arrow_red.gif width=12 height=15> " 
		+ " <a href=../business/forms.html class=lmenu>Forms</a></td></tr> ";
	document.writeln(str);
}
