







// Generation Of BreadCrumbs

function QueryString(key)
{
	var value = null;
	for (var i=0;i<QueryString.keys.length;i++)
	{
		if (QueryString.keys[i]==key)
		{
			value = QueryString.values[i];
			break;
		}
	}
	return value;
}
QueryString.keys = new Array();
QueryString.values = new Array();

function QueryString_Parse()
{
	var query = window.location.search.substring(1);
	var pairs = query.split("&");
	
	for (var i=0;i<pairs.length;i++)
	{
		var pos = pairs[i].indexOf('=');
		if (pos >= 0)
		{
			var argname = pairs[i].substring(0,pos);
			var value = pairs[i].substring(pos+1);
			QueryString.keys[QueryString.keys.length] = argname;
			QueryString.values[QueryString.values.length] = value;		
		}
	}

}

function getBreadCrumbs(bcid)
{
					
 	 

if(bcid == "M1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; About OCBC Group");
if(bcid == "M1_1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; Overview");
if(bcid == "M1_C1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; OCBC Bank");
if(bcid == "M1_C1_S1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1'>OCBC Bank</a> &raquo; Profile");
if(bcid == "M1_C1_S2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1'>OCBC Bank</a> &raquo; Purpose & Values");
if(bcid == "M1_C1_S3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1'>OCBC Bank</a> &raquo; History");
if(bcid == "M1_C1_S4") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1'>OCBC Bank</a> &raquo; OCBC Organization");
if(bcid == "M1_C1_S5") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1'>OCBC Bank</a> &raquo; Strategy");
if(bcid == "M1_C1_S6") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1'>OCBC Bank</a> &raquo; Group Fact Sheet");
if(bcid == "M1_C2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; Management Team");
if(bcid == "M1_C2_S1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Directors.shtm?bcid=M1_C2'>Management Team</a> &raquo; Board of Directors");
if(bcid == "M1_C2_S2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Directors.shtm?bcid=M1_C2'>Management Team</a> &raquo; Board Committees");
if(bcid == "M1_C2_S3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Directors.shtm?bcid=M1_C2'>Management Team</a> &raquo; Management Team");
if(bcid == "M1_C3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; Awards");
if(bcid == "M1_C4") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; Community");
if(bcid == "M1_C4_S1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Community.shtm?bcid=M1_C4'>Community</a> &raquo; Overview");
if(bcid == "M1_C4_S2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Community.shtm?bcid=M1_C4'>Community</a> &raquo; Global Compact");
if(bcid == "M1_C5") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; Scholarships");
if(bcid == "M1_C5_S1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/scholarships/Gco_Abt_Scholarships_Overview.shtm?bcid=M1_C5'>Scholarships</a> &raquo; Overview");
if(bcid == "M1_C5_S2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/scholarships/Gco_Abt_Scholarships_Overview.shtm?bcid=M1_C5'>Scholarships</a> &raquo; Local Undergraduate Scholarship");
if(bcid == "M1_C5_S3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/scholarships/Gco_Abt_Scholarships_Overview.shtm?bcid=M1_C5'>Scholarships</a> &raquo; International Undergraduate Scholarship");
if(bcid == "M1_C5_S4") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> &raquo; <a href='/global/scholarships/Gco_Abt_Scholarships_Overview.shtm?bcid=M1_C5'>Scholarships</a> &raquo; International Masters in Public Policy Scholarship");
if(bcid == "M2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; Our Business");
if(bcid == "M2_1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/businesses/Gco_OurBusinesses.shtm?bcid=M2'>Our Business</a> &raquo; Overview");
if(bcid == "M3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; Network");
if(bcid == "M3_C1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Network.shtm?bcid=M3'>Network</a> &raquo; Branch Network");
if(bcid == "M3_C2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Network.shtm?bcid=M3'>Network</a> &raquo; ATMs & e-Lobbies");
if(bcid == "M3_C3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Network.shtm?bcid=M3'>Network</a> &raquo; Countries");
if(bcid == "M3_C3_S1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/aboutOCBC/Gco_Network.shtm?bcid=M3'>Network</a> &raquo; <a href='/global/countries/Gco_Countries.shtm?bcid=M3_C3'>Countries</a> &raquo; International Network");
if(bcid == "M4") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; Investor Relations");
if(bcid == "M4_1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; Overview");
if(bcid == "M4_C1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; Financial Results");
if(bcid == "M4_C1_S1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_QtrEarn.shtm?bcid=M4_C1'>Financial Results</a> &raquo; Latest Financial Results");
if(bcid == "M4_C1_S2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_QtrEarn.shtm?bcid=M4_C1'>Financial Results</a> &raquo; Financial Results Archive");
if(bcid == "M4_C1_S3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_QtrEarn.shtm?bcid=M4_C1'>Financial Results</a> &raquo; Historical Financials");
if(bcid == "M4_C2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; Annual Reports");
if(bcid == "M4_C2_S1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2'>Annual Reports</a> &raquo; 2008 Annual Report");
if(bcid == "M4_C2_S2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2'>Annual Reports</a> &raquo; Archive");
if(bcid == "M4_C2_S2_P7") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2'>Annual Reports</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept2007.shtm?bcid=M4_C2_S2'>Archive</a> &raquo; 2007");
if(bcid == "M4_C2_S2_P6") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2'>Annual Reports</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept2007.shtm?bcid=M4_C2_S2'>Archive</a> &raquo; 2006 ");
if(bcid == "M4_C2_S2_P5") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2'>Annual Reports</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept2007.shtm?bcid=M4_C2_S2'>Archive</a> &raquo; 2005");
if(bcid == "M4_C2_S2_P4") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2'>Annual Reports</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept2007.shtm?bcid=M4_C2_S2'>Archive</a> &raquo; 2004");
if(bcid == "M4_C2_S2_P1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2'>Annual Reports</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept2007.shtm?bcid=M4_C2_S2'>Archive</a> &raquo; 2003");
if(bcid == "M4_C2_S2_P2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2'>Annual Reports</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept2007.shtm?bcid=M4_C2_S2'>Archive</a> &raquo; 2002");
if(bcid == "M4_C2_S2_P3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2'>Annual Reports</a> &raquo; <a href='/global/investorrelations/Gco_Inv_AnlRept2007.shtm?bcid=M4_C2_S2'>Archive</a> &raquo; 2001");
if(bcid == "M4_C3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; Stock Information");
if(bcid == "M4_C3_S1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_ValIndicators.shtm?bcid=M4_C3'>Stock Information</a> &raquo; Valuation Indicators");
if(bcid == "M4_C3_S2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_ValIndicators.shtm?bcid=M4_C3'>Stock Information</a> &raquo; Ordinary Shareholding Statistics");
if(bcid == "M4_C3_S2_P1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_ValIndicators.shtm?bcid=M4_C3'>Stock Information</a> &raquo; <a href='/global/investorrelations/Gco_Inv_OrdShareHolding.shtm?bcid=M4_C3_S2'>Ordinary Shareholding Statistics</a> &raquo; Twenty Largest Stockholders");
if(bcid == "M4_C3_S2_P2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_ValIndicators.shtm?bcid=M4_C3'>Stock Information</a> &raquo; <a href='/global/investorrelations/Gco_Inv_OrdShareHolding.shtm?bcid=M4_C3_S2'>Ordinary Shareholding Statistics</a> &raquo; Substantial Stockholders");
if(bcid == "M4_C3_S3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_ValIndicators.shtm?bcid=M4_C3'>Stock Information</a> &raquo; Share Capital History");
if(bcid == "M4_C3_S4") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_ValIndicators.shtm?bcid=M4_C3'>Stock Information</a> &raquo; Dividend History");
if(bcid == "M4_C4") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; Credit Ratings");
if(bcid == "M4_C4_S1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_CredRtOCBC.shtm?bcid=M4_C4'>Credit Ratings</a> &raquo; Bank Rating");
if(bcid == "M4_C4_S2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> &raquo; <a href='/global/investorrelations/Gco_Inv_CredRtOCBC.shtm?bcid=M4_C4'>Credit Ratings</a> &raquo; Preference Shares & Bonds");
if(bcid == "M5") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; Research");
if(bcid == "M5_1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/research/Gco_Rsc_Overview.shtm?bcid=M5'>Research</a> &raquo; Overview");
if(bcid == "M6") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; Newsroom");
if(bcid == "M6_C1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; Media Release");
if(bcid == "M6_C1_S1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1'>Media Release</a> &raquo; Latest News");
if(bcid == "M6_C1_S2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1'>Media Release</a> &raquo; Archive");
if(bcid == "M6_C1_S2_P10") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1'>Media Release</a> &raquo; <a href='#?bcid=M6_C1_S2'>Archive</a> &raquo; 2009");
if(bcid == "M6_C1_S2_P9") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1'>Media Release</a> &raquo; <a href='#?bcid=M6_C1_S2'>Archive</a> &raquo; 2008");
if(bcid == "M6_C1_S2_P8") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1'>Media Release</a> &raquo; <a href='#?bcid=M6_C1_S2'>Archive</a> &raquo; 2007");
if(bcid == "M6_C1_S2_P7") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1'>Media Release</a> &raquo; <a href='#?bcid=M6_C1_S2'>Archive</a> &raquo; 2006");
if(bcid == "M6_C1_S2_P6") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1'>Media Release</a> &raquo; <a href='#?bcid=M6_C1_S2'>Archive</a> &raquo; 2005");
if(bcid == "M6_C1_S2_P1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1'>Media Release</a> &raquo; <a href='#?bcid=M6_C1_S2'>Archive</a> &raquo; 2004");
if(bcid == "M6_C1_S2_P2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1'>Media Release</a> &raquo; <a href='#?bcid=M6_C1_S2'>Archive</a> &raquo; 2003");
if(bcid == "M6_C1_S2_P3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1'>Media Release</a> &raquo; <a href='#?bcid=M6_C1_S2'>Archive</a> &raquo; 2002");
if(bcid == "M6_C1_S2_P4") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1'>Media Release</a> &raquo; <a href='#?bcid=M6_C1_S2'>Archive</a> &raquo; 2001");
if(bcid == "M6_C1_S2_P5") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1'>Media Release</a> &raquo; <a href='#?bcid=M6_C1_S2'>Archive</a> &raquo; 2000");
if(bcid == "M6_C2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; Corporate Developments");
if(bcid == "M6_C2_S1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='#?bcid=M6_C2'>Corporate Developments</a> &raquo; Mergers & Acquisitions");
if(bcid == "M6_C2_S2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='#?bcid=M6_C2'>Corporate Developments</a> &raquo; Divestment of Non-Core Assets");
if(bcid == "M6_C2_S3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> &raquo; <a href='#?bcid=M6_C2'>Corporate Developments</a> &raquo; Capital Management");
if(bcid == "M7") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; Careers");
if(bcid == "M7_1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; Overview");
if(bcid == "M7_C1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; Positions Available");
if(bcid == "M7_C3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; The OCBC Advantage ");
if(bcid == "M7_C2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; Career Transition Program");
if(bcid == "M7_C5") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; Management Associate Program");
if(bcid == "M7_C5_S1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; <a href='/global/careers/Gco_Careers_MgmtAssProgram.shtm?bcid=M7_C5'>Management Associate Program</a> &raquo; Overview");
if(bcid == "M7_C5_S2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; <a href='/global/careers/Gco_Careers_MgmtAssProgram.shtm?bcid=M7_C5'>Management Associate Program</a> &raquo; Selection Criteria ");
if(bcid == "M7_C5_S3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; <a href='/global/careers/Gco_Careers_MgmtAssProgram.shtm?bcid=M7_C5'>Management Associate Program</a> &raquo; To Apply ");
if(bcid == "M7_C4") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; Internship");
if(bcid == "M7_C6") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; OCBC @ Universities");			
	
}

//GENERATION OF BREADCRUMBS - OVER





// Publishing Tree ...

function getModuleID(key){	
	var path = key.split("_");
	return path[0];
}

function getModuleName(mid)
{
		
 	 

if(mid == "M1") document.write("About OCBC Group");
if(mid == "M2") document.write("Our Business");
if(mid == "M3") document.write("Network");
if(mid == "M4") document.write("Investor Relations");
if(mid == "M5") document.write("Research");
if(mid == "M6") document.write("Newsroom");
if(mid == "M7") document.write("Careers");
	
}




// Publishing Tree ...

USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PERSERVESTATE = 1

 	 
foldersTree = gFld("<img src='../../image/icon_home.gif' align='absmiddle' border='0' vspace='3'><span class='clsBodyContentBold'><a href='../main/index.shtm' class='clsBodyContentBold'>&nbsp;Home</a></span>")

function setTree(module_id)
{

 	 
if(module_id == "M1"){
M1 = insFld(foldersTree, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;About OCBC Group</span>", "/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1"))
M1_1 = insFld(M1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1_1"))
M1_C1 = insFld(M1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;OCBC Bank</span>", "/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1"))
M1_C1_S1 = insFld(M1_C1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Profile</span>", "/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1_S1"))
M1_C1_S2 = insFld(M1_C1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Purpose & Values</span>", "/global/aboutOCBC/Gco_Abt_PurposeValues.shtm?bcid=M1_C1_S2"))
M1_C1_S3 = insFld(M1_C1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;History</span>", "/global/aboutOCBC/Gco_Abt_History.shtm?bcid=M1_C1_S3"))
M1_C1_S4 = insFld(M1_C1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;OCBC Organization</span>", "/global/aboutOCBC/Gco_Abt_Organization.shtm?bcid=M1_C1_S4"))
M1_C1_S5 = insFld(M1_C1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Strategy</span>", "/global/aboutOCBC/Gco_Abt_Strategy.shtm?bcid=M1_C1_S5"))
M1_C1_S6 = insFld(M1_C1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Group Fact Sheet</span>", "http://www.ocbc.com/download/ocbc_factsheet.pdf?bcid=M1_C1_S6"))
M1_C2 = insFld(M1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Management Team</span>", "/global/aboutOCBC/Gco_Abt_Directors.shtm?bcid=M1_C2"))
M1_C2_S1 = insFld(M1_C2, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Board of Directors</span>", "/global/aboutOCBC/Gco_Abt_Directors.shtm?bcid=M1_C2_S1"))
M1_C2_S2 = insFld(M1_C2, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Board Committees</span>", "/global/aboutOCBC/Gco_Abt_MgmtCommitte.shtm?bcid=M1_C2_S2"))
M1_C2_S3 = insFld(M1_C2, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Management Team</span>", "/global/aboutOCBC/Gco_Abt_MgmtTeam.shtm?bcid=M1_C2_S3"))
M1_C3 = insFld(M1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Awards</span>", "/global/aboutOCBC/Gco_Abt_Awards.shtm?bcid=M1_C3"))
M1_C4 = insFld(M1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Community</span>", "/global/aboutOCBC/Gco_Abt_Community.shtm?bcid=M1_C4"))
M1_C4_S1 = insFld(M1_C4, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/global/aboutOCBC/Gco_Abt_Community.shtm?bcid=M1_C4_S1"))
M1_C4_S2 = insFld(M1_C4, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Global Compact</span>", "/global/aboutOCBC/Gco_Abt_Community_GlobalImpact.shtm?bcid=M1_C4_S2"))
M1_C5 = insFld(M1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Scholarships</span>", "/global/scholarships/Gco_Abt_Scholarships_Overview.shtm?bcid=M1_C5"))
M1_C5_S1 = insFld(M1_C5, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/global/scholarships/Gco_Abt_Scholarships_Overview.shtm?bcid=M1_C5_S1"))
M1_C5_S2 = insFld(M1_C5, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Local Undergraduate Scholarship</span>", "/global/scholarships/Gco_Abt_Scholarships_Local_Undergraduate_Details.shtm?bcid=M1_C5_S2"))
M1_C5_S3 = insFld(M1_C5, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;International Undergraduate Scholarship</span>", "/global/scholarships/Gco_Abt_Scholarships_International_Undergraduate_Details.shtm?bcid=M1_C5_S3"))
M1_C5_S4 = insFld(M1_C5, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;International Masters in Public Policy Scholarship</span>", "/global/scholarships/Gco_Abt_Scholarships_International_Masters_in_Public_Policy.shtm?bcid=M1_C5_S4"))}if(module_id == "M2"){
M2 = insFld(foldersTree, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Our Business</span>", "/global/businesses/Gco_OurBusinesses.shtm?bcid=M2"))
M2_1 = insFld(M2, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/global/businesses/Gco_OurBusinesses.shtm?bcid=M2_1"))}if(module_id == "M3"){
M3 = insFld(foldersTree, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Network</span>", "/global/aboutOCBC/Gco_Network.shtm?bcid=M3"))
M3_C1 = insFld(M3, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Branch Network</span>", "/personal-banking/helpcentre/Hcr_Brl_Listing.shtm?bcid=M3_C1"))
M3_C2 = insFld(M3, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;ATMs & e-Lobbies</span>", "/personal-banking/helpcentre/Hcr_Atm_Listing.shtm?bcid=M3_C2"))
M3_C3 = insFld(M3, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Countries</span>", "/global/countries/Gco_Countries.shtm?bcid=M3_C3"))
M3_C3_S1 = insFld(M3_C3, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;International Network</span>", "/global/countries/Gco_International.shtm?bcid=M3_C3_S1"))}if(module_id == "M4"){
M4 = insFld(foldersTree, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Investor Relations</span>", "/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4"))
M4_1 = insFld(M4, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4_1"))
M4_C1 = insFld(M4, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Financial Results</span>", "/global/investorrelations/Gco_Inv_QtrEarn.shtm?bcid=M4_C1"))
M4_C1_S1 = insFld(M4_C1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Latest Financial Results</span>", "/global/investorrelations/Gco_Inv_QtrEarn.shtm?bcid=M4_C1_S1"))
M4_C1_S2 = insFld(M4_C1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Financial Results Archive</span>", "/global/investorrelations/Gco_Inv_QtrEarnArchive.shtm?bcid=M4_C1_S2"))
M4_C1_S3 = insFld(M4_C1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Historical Financials</span>", "/global/investorrelations/Gco_Inv_10yrHistory.shtm?bcid=M4_C1_S3"))
M4_C2 = insFld(M4, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Annual Reports</span>", "/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2"))
M4_C2_S1 = insFld(M4_C2, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2008 Annual Report</span>", "/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2_S1"))
M4_C2_S2 = insFld(M4_C2, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Archive</span>", "/global/investorrelations/Gco_Inv_AnlRept2007.shtm?bcid=M4_C2_S2"))
insDoc(M4_C2_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2007</span>", "/global/investorrelations/Gco_Inv_AnlRept2007.shtm?bcid=M4_C2_S2_P7"))
insDoc(M4_C2_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2006 </span>", "/global/investorrelations/Gco_Inv_AnlRept2006.shtm?bcid=M4_C2_S2_P6"))
insDoc(M4_C2_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2005</span>", "/global/investorrelations/Gco_Inv_AnlRept2005.shtm?bcid=M4_C2_S2_P5"))
insDoc(M4_C2_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2004</span>", "/global/investorrelations/Gco_Inv_AnlRept2004.shtm?bcid=M4_C2_S2_P4"))
insDoc(M4_C2_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2003</span>", "/global/investorrelations/Gco_Inv_AnlRept2003.shtm?bcid=M4_C2_S2_P1"))
insDoc(M4_C2_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2002</span>", "/global/investorrelations/Gco_Inv_AnlRept2002.shtm?bcid=M4_C2_S2_P2"))
insDoc(M4_C2_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2001</span>", "/global/investorrelations/Gco_Inv_AnlRept2001.shtm?bcid=M4_C2_S2_P3"))
M4_C3 = insFld(M4, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Stock Information</span>", "/global/investorrelations/Gco_Inv_ValIndicators.shtm?bcid=M4_C3"))
M4_C3_S1 = insFld(M4_C3, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Valuation Indicators</span>", "/global/investorrelations/Gco_Inv_ValIndicators.shtm?bcid=M4_C3_S1"))
M4_C3_S2 = insFld(M4_C3, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Ordinary Shareholding Statistics</span>", "/global/investorrelations/Gco_Inv_OrdShareHolding.shtm?bcid=M4_C3_S2"))
insDoc(M4_C3_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Twenty Largest Stockholders</span>", "/global/investorrelations/Gco_Inv_OrdShareHolding.shtm?bcid=M4_C3_S2_P1"))
insDoc(M4_C3_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Substantial Stockholders</span>", "/global/investorrelations/Gco_Inv_SubsStockHolder.shtm?bcid=M4_C3_S2_P2"))
M4_C3_S3 = insFld(M4_C3, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Share Capital History</span>", "/global/investorrelations/Gco_Inv_ShareCapHistory.shtm?bcid=M4_C3_S3"))
M4_C3_S4 = insFld(M4_C3, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Dividend History</span>", "/global/investorrelations/Gco_Inv_DivHistory.shtm?bcid=M4_C3_S4"))
M4_C4 = insFld(M4, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Credit Ratings</span>", "/global/investorrelations/Gco_Inv_CredRtOCBC.shtm?bcid=M4_C4"))
M4_C4_S1 = insFld(M4_C4, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Bank Rating</span>", "/global/investorrelations/Gco_Inv_CredRtOCBC.shtm?bcid=M4_C4_S1"))
M4_C4_S2 = insFld(M4_C4, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Preference Shares & Bonds</span>", "/global/investorrelations/Gco_Inv_PrefShareBond.shtm?bcid=M4_C4_S2"))}if(module_id == "M5"){
M5 = insFld(foldersTree, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Research</span>", "/global/research/Gco_Rsc_Overview.shtm?bcid=M5"))
M5_1 = insFld(M5, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/global/research/Gco_Rsc_Overview.shtm?bcid=M5_1"))}if(module_id == "M6"){
M6 = insFld(foldersTree, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Newsroom</span>", "/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6"))
M6_C1 = insFld(M6, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Media Release</span>", "/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1"))
M6_C1_S1 = insFld(M6_C1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Latest News</span>", "/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1_S1"))
M6_C1_S2 = insFld(M6_C1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Archive</span>", "#?bcid=M6_C1_S2"))
insDoc(M6_C1_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2009</span>", "/global/newsroom/Gco_Nws_PressArchive2009.shtm?bcid=M6_C1_S2_P10"))
insDoc(M6_C1_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2008</span>", "/global/newsroom/Gco_Nws_PressArchive2008.shtm?bcid=M6_C1_S2_P9"))
insDoc(M6_C1_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2007</span>", "/global/newsroom/Gco_Nws_PressArchive2007.shtm?bcid=M6_C1_S2_P8"))
insDoc(M6_C1_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2006</span>", "/global/newsroom/Gco_Nws_PressArchive2006.shtm?bcid=M6_C1_S2_P7"))
insDoc(M6_C1_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2005</span>", "/global/newsroom/Gco_Nws_PressArchive2005.shtm?bcid=M6_C1_S2_P6"))
insDoc(M6_C1_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2004</span>", "/global/newsroom/Gco_Nws_PressArchive2004.shtm?bcid=M6_C1_S2_P1"))
insDoc(M6_C1_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2003</span>", "/global/newsroom/Gco_Nws_PressArchive2003.shtm?bcid=M6_C1_S2_P2"))
insDoc(M6_C1_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2002</span>", "/global/newsroom/Gco_Nws_PressArchive2002.shtm?bcid=M6_C1_S2_P3"))
insDoc(M6_C1_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2001</span>", "/global/newsroom/Gco_Nws_PressArchive2001.shtm?bcid=M6_C1_S2_P4"))
insDoc(M6_C1_S2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2000</span>", "/global/newsroom/Gco_Nws_PressArchive2000.shtm?bcid=M6_C1_S2_P5"))
M6_C2 = insFld(M6, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Corporate Developments</span>", "#?bcid=M6_C2"))
M6_C2_S1 = insFld(M6_C2, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Mergers & Acquisitions</span>", "/global/newsroom/Gco_Nws_CorporateDev_MergerandAcq.shtm?bcid=M6_C2_S1"))
M6_C2_S2 = insFld(M6_C2, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Divestment of Non-Core Assets</span>", "/global/newsroom/Gco_Nws_CorporateDev_Divestment.shtm?bcid=M6_C2_S2"))
M6_C2_S3 = insFld(M6_C2, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Capital Management</span>", "/global/newsroom/Gco_Nws_CorporateDev_CapMgt.shtm?bcid=M6_C2_S3"))}if(module_id == "M7"){
M7 = insFld(foldersTree, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Careers</span>", "/global/careers/Gco_Careers_Overview.shtm?bcid=M7"))
M7_1 = insFld(M7, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/global/careers/Gco_Careers_Overview.shtm?bcid=M7_1"))
M7_C1 = insFld(M7, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Positions Available</span>", "/global/careers/Gco_Careers_Positions_Available.shtm?bcid=M7_C1"))
M7_C3 = insFld(M7, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;The OCBC Advantage </span>", "/global/careers/Gco_Careers_The_OCBC_Advantage.shtm?bcid=M7_C3"))
M7_C2 = insFld(M7, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Career Transition Program</span>", "/global/careers/Gco_Careers_Career_Transition_Program.shtm?bcid=M7_C2"))
M7_C5 = insFld(M7, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Management Associate Program</span>", "/global/careers/Gco_Careers_MgmtAssProgram.shtm?bcid=M7_C5"))
M7_C5_S1 = insFld(M7_C5, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/global/careers/Gco_Careers_MgmtAssProgram.shtm?bcid=M7_C5_S1"))
M7_C5_S2 = insFld(M7_C5, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Selection Criteria </span>", "/global/careers/Gco_Careers_Selection_Criteria.shtm?bcid=M7_C5_S2"))
M7_C5_S3 = insFld(M7_C5, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;To Apply </span>", "/global/careers/Gco_Careers_To_Apply.shtm?bcid=M7_C5_S3"))
M7_C4 = insFld(M7, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Internship</span>", "/global/careers/Gco_Careers_Internship_Program.shtm?bcid=M7_C4"))
M7_C6 = insFld(M7, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;OCBC @ Universities</span>", "/global/careers/Gco_Careers_OCBC_Universities.shtm?bcid=M7_C6"))}			


}

// Publishing Tree is Over
			
 






_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#e32424";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#B92C2C";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B92C2C";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../../image/arrow.gif";
subimagepadding="2";
}

horizontalStyle= new copyOf(menuStyle)
horizontalStyle.offbgcolor="#B92C2C"
horizontalStyle.offcolor="#FFFFFF"
horizontalStyle.separatorcolor="#CAA072";
horizontalStyle.fontweight="bold";
horizontalStyle.fontsize="11px";
horizontalStyle.subimage="";

 	 

with(milonic=new menuname("M1")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1_1;");
aI("text=OCBC Bank;url=/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1;showmenu=M1_C1;");
aI("text=Management Team;url=/global/aboutOCBC/Gco_Abt_Directors.shtm?bcid=M1_C2;showmenu=M1_C2;");
aI("text=Awards;url=/global/aboutOCBC/Gco_Abt_Awards.shtm?bcid=M1_C3;");
aI("text=Community;url=/global/aboutOCBC/Gco_Abt_Community.shtm?bcid=M1_C4;showmenu=M1_C4;");
aI("text=Scholarships;url=/global/scholarships/Gco_Abt_Scholarships_Overview.shtm?bcid=M1_C5;showmenu=M1_C5;");}
with(milonic=new menuname("M2")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/global/businesses/Gco_OurBusinesses.shtm?bcid=M2_1;");}
with(milonic=new menuname("M3")){style=menuStyle;overflow="scroll";
aI("text=Branch Network;url=/personal-banking/helpcentre/Hcr_Brl_Listing.shtm?bcid=M3_C1;");
aI("text=ATMs & e-Lobbies;url=/personal-banking/helpcentre/Hcr_Atm_Listing.shtm?bcid=M3_C2;");
aI("text=Countries;url=/global/countries/Gco_Countries.shtm?bcid=M3_C3;showmenu=M3_C3;");}
with(milonic=new menuname("M4")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4_1;");
aI("text=Financial Results;url=/global/investorrelations/Gco_Inv_QtrEarn.shtm?bcid=M4_C1;showmenu=M4_C1;");
aI("text=Annual Reports;url=/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2;showmenu=M4_C2;");
aI("text=Stock Information;url=/global/investorrelations/Gco_Inv_ValIndicators.shtm?bcid=M4_C3;showmenu=M4_C3;");
aI("text=Credit Ratings;url=/global/investorrelations/Gco_Inv_CredRtOCBC.shtm?bcid=M4_C4;showmenu=M4_C4;");}
with(milonic=new menuname("M5")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/global/research/Gco_Rsc_Overview.shtm?bcid=M5_1;");}
with(milonic=new menuname("M6")){style=menuStyle;overflow="scroll";
aI("text=Media Release;url=/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1;showmenu=M6_C1;");
aI("text=Corporate Developments;url=#?bcid=M6_C2;showmenu=M6_C2;");}
with(milonic=new menuname("M7")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/global/careers/Gco_Careers_Overview.shtm?bcid=M7_1;");
aI("text=Positions Available;url=/global/careers/Gco_Careers_Positions_Available.shtm?bcid=M7_C1;");
aI("text=The OCBC Advantage ;url=/global/careers/Gco_Careers_The_OCBC_Advantage.shtm?bcid=M7_C3;");
aI("text=Career Transition Program;url=/global/careers/Gco_Careers_Career_Transition_Program.shtm?bcid=M7_C2;");
aI("text=Management Associate Program;url=/global/careers/Gco_Careers_MgmtAssProgram.shtm?bcid=M7_C5;showmenu=M7_C5;");
aI("text=Internship;url=/global/careers/Gco_Careers_Internship_Program.shtm?bcid=M7_C4;");
aI("text=OCBC @ Universities;url=/global/careers/Gco_Careers_OCBC_Universities.shtm?bcid=M7_C6;");}
with(milonic=new menuname("M1_1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C1")){style=menuStyle;overflow="scroll";
aI("text=Profile;url=/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1_S1;");
aI("text=Purpose & Values;url=/global/aboutOCBC/Gco_Abt_PurposeValues.shtm?bcid=M1_C1_S2;");
aI("text=History;url=/global/aboutOCBC/Gco_Abt_History.shtm?bcid=M1_C1_S3;");
aI("text=OCBC Organization;url=/global/aboutOCBC/Gco_Abt_Organization.shtm?bcid=M1_C1_S4;");
aI("text=Strategy;url=/global/aboutOCBC/Gco_Abt_Strategy.shtm?bcid=M1_C1_S5;");
aI("text=Group Fact Sheet;url=http://www.ocbc.com/download/ocbc_factsheet.pdf?bcid=M1_C1_S6;");}
with(milonic=new menuname("M1_C2")){style=menuStyle;overflow="scroll";
aI("text=Board of Directors;url=/global/aboutOCBC/Gco_Abt_Directors.shtm?bcid=M1_C2_S1;");
aI("text=Board Committees;url=/global/aboutOCBC/Gco_Abt_MgmtCommitte.shtm?bcid=M1_C2_S2;");
aI("text=Management Team;url=/global/aboutOCBC/Gco_Abt_MgmtTeam.shtm?bcid=M1_C2_S3;");}
with(milonic=new menuname("M1_C3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C4")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/global/aboutOCBC/Gco_Abt_Community.shtm?bcid=M1_C4_S1;");
aI("text=Global Compact;url=/global/aboutOCBC/Gco_Abt_Community_GlobalImpact.shtm?bcid=M1_C4_S2;");}
with(milonic=new menuname("M1_C5")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/global/scholarships/Gco_Abt_Scholarships_Overview.shtm?bcid=M1_C5_S1;");
aI("text=Local Undergraduate Scholarship;url=/global/scholarships/Gco_Abt_Scholarships_Local_Undergraduate_Details.shtm?bcid=M1_C5_S2;");
aI("text=International Undergraduate Scholarship;url=/global/scholarships/Gco_Abt_Scholarships_International_Undergraduate_Details.shtm?bcid=M1_C5_S3;");
aI("text=International Masters in Public Policy Scholarship;url=/global/scholarships/Gco_Abt_Scholarships_International_Masters_in_Public_Policy.shtm?bcid=M1_C5_S4;");}
with(milonic=new menuname("M2_1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C3")){style=menuStyle;overflow="scroll";
aI("text=International Network;url=/global/countries/Gco_International.shtm?bcid=M3_C3_S1;");}
with(milonic=new menuname("M4_1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C1")){style=menuStyle;overflow="scroll";
aI("text=Latest Financial Results;url=/global/investorrelations/Gco_Inv_QtrEarn.shtm?bcid=M4_C1_S1;");
aI("text=Financial Results Archive;url=/global/investorrelations/Gco_Inv_QtrEarnArchive.shtm?bcid=M4_C1_S2;");
aI("text=Historical Financials;url=/global/investorrelations/Gco_Inv_10yrHistory.shtm?bcid=M4_C1_S3;");}
with(milonic=new menuname("M4_C2")){style=menuStyle;overflow="scroll";
aI("text=2008 Annual Report;url=/global/investorrelations/Gco_Inv_AnlRept.shtm?bcid=M4_C2_S1;");
aI("text=Archive;url=/global/investorrelations/Gco_Inv_AnlRept2007.shtm?bcid=M4_C2_S2;showmenu=M4_C2_S2;");}
with(milonic=new menuname("M4_C3")){style=menuStyle;overflow="scroll";
aI("text=Valuation Indicators;url=/global/investorrelations/Gco_Inv_ValIndicators.shtm?bcid=M4_C3_S1;");
aI("text=Ordinary Shareholding Statistics;url=/global/investorrelations/Gco_Inv_OrdShareHolding.shtm?bcid=M4_C3_S2;showmenu=M4_C3_S2;");
aI("text=Share Capital History;url=/global/investorrelations/Gco_Inv_ShareCapHistory.shtm?bcid=M4_C3_S3;");
aI("text=Dividend History;url=/global/investorrelations/Gco_Inv_DivHistory.shtm?bcid=M4_C3_S4;");}
with(milonic=new menuname("M4_C4")){style=menuStyle;overflow="scroll";
aI("text=Bank Rating;url=/global/investorrelations/Gco_Inv_CredRtOCBC.shtm?bcid=M4_C4_S1;");
aI("text=Preference Shares & Bonds;url=/global/investorrelations/Gco_Inv_PrefShareBond.shtm?bcid=M4_C4_S2;");}
with(milonic=new menuname("M5_1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C1")){style=menuStyle;overflow="scroll";
aI("text=Latest News;url=/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6_C1_S1;");
aI("text=Archive;url=#?bcid=M6_C1_S2;showmenu=M6_C1_S2;");}
with(milonic=new menuname("M6_C2")){style=menuStyle;overflow="scroll";
aI("text=Mergers & Acquisitions;url=/global/newsroom/Gco_Nws_CorporateDev_MergerandAcq.shtm?bcid=M6_C2_S1;");
aI("text=Divestment of Non-Core Assets;url=/global/newsroom/Gco_Nws_CorporateDev_Divestment.shtm?bcid=M6_C2_S2;");
aI("text=Capital Management;url=/global/newsroom/Gco_Nws_CorporateDev_CapMgt.shtm?bcid=M6_C2_S3;");}
with(milonic=new menuname("M7_1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M7_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M7_C3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M7_C2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M7_C5")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/global/careers/Gco_Careers_MgmtAssProgram.shtm?bcid=M7_C5_S1;");
aI("text=Selection Criteria ;url=/global/careers/Gco_Careers_Selection_Criteria.shtm?bcid=M7_C5_S2;");
aI("text=To Apply ;url=/global/careers/Gco_Careers_To_Apply.shtm?bcid=M7_C5_S3;");}
with(milonic=new menuname("M7_C4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M7_C6")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C1_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C1_S2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C1_S3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C1_S4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C1_S5")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C1_S6")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C2_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C2_S2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C2_S3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C4_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C4_S2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C5_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C5_S2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C5_S3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C5_S4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C3_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C1_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C1_S2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C1_S3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C2_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C2_S2")){style=menuStyle;overflow="scroll";
aI("text=2007;url=/global/investorrelations/Gco_Inv_AnlRept2007.shtm?bcid=M4_C2_S2_P7;");
aI("text=2006 ;url=/global/investorrelations/Gco_Inv_AnlRept2006.shtm?bcid=M4_C2_S2_P6;");
aI("text=2005;url=/global/investorrelations/Gco_Inv_AnlRept2005.shtm?bcid=M4_C2_S2_P5;");
aI("text=2004;url=/global/investorrelations/Gco_Inv_AnlRept2004.shtm?bcid=M4_C2_S2_P4;");
aI("text=2003;url=/global/investorrelations/Gco_Inv_AnlRept2003.shtm?bcid=M4_C2_S2_P1;");
aI("text=2002;url=/global/investorrelations/Gco_Inv_AnlRept2002.shtm?bcid=M4_C2_S2_P2;");
aI("text=2001;url=/global/investorrelations/Gco_Inv_AnlRept2001.shtm?bcid=M4_C2_S2_P3;");}
with(milonic=new menuname("M4_C3_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C3_S2")){style=menuStyle;overflow="scroll";
aI("text=Twenty Largest Stockholders;url=/global/investorrelations/Gco_Inv_OrdShareHolding.shtm?bcid=M4_C3_S2_P1;");
aI("text=Substantial Stockholders;url=/global/investorrelations/Gco_Inv_SubsStockHolder.shtm?bcid=M4_C3_S2_P2;");}
with(milonic=new menuname("M4_C3_S3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C3_S4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C4_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C4_S2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C1_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C1_S2")){style=menuStyle;overflow="scroll";
aI("text=2009;url=/global/newsroom/Gco_Nws_PressArchive2009.shtm?bcid=M6_C1_S2_P10;");
aI("text=2008;url=/global/newsroom/Gco_Nws_PressArchive2008.shtm?bcid=M6_C1_S2_P9;");
aI("text=2007;url=/global/newsroom/Gco_Nws_PressArchive2007.shtm?bcid=M6_C1_S2_P8;");
aI("text=2006;url=/global/newsroom/Gco_Nws_PressArchive2006.shtm?bcid=M6_C1_S2_P7;");
aI("text=2005;url=/global/newsroom/Gco_Nws_PressArchive2005.shtm?bcid=M6_C1_S2_P6;");
aI("text=2004;url=/global/newsroom/Gco_Nws_PressArchive2004.shtm?bcid=M6_C1_S2_P1;");
aI("text=2003;url=/global/newsroom/Gco_Nws_PressArchive2003.shtm?bcid=M6_C1_S2_P2;");
aI("text=2002;url=/global/newsroom/Gco_Nws_PressArchive2002.shtm?bcid=M6_C1_S2_P3;");
aI("text=2001;url=/global/newsroom/Gco_Nws_PressArchive2001.shtm?bcid=M6_C1_S2_P4;");
aI("text=2000;url=/global/newsroom/Gco_Nws_PressArchive2000.shtm?bcid=M6_C1_S2_P5;");}
with(milonic=new menuname("M6_C2_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C2_S2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C2_S3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M7_C5_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M7_C5_S2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M7_C5_S3")){style=menuStyle;overflow="scroll";}			
	
			
drawMenus();

 





// Publishing Main Menu

function drawMainMenu(){


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;orientation="horizontal";style=horizontalStyle;position="relative";
aI("text=&nbsp;About OCBC Group&nbsp;url=/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1;showmenu=M1;");
aI("text=&nbsp;Our Business&nbsp;url=/global/businesses/Gco_OurBusinesses.shtm?bcid=M2;showmenu=M2;");
aI("text=&nbsp;Network&nbsp;url=/global/aboutOCBC/Gco_Network.shtm?bcid=M3;showmenu=M3;");
aI("text=&nbsp;Investor Relations&nbsp;url=/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4;showmenu=M4;");
aI("text=&nbsp;Research&nbsp;url=/global/research/Gco_Rsc_Overview.shtm?bcid=M5;showmenu=M5;");
aI("text=&nbsp;Newsroom&nbsp;url=/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6;showmenu=M6;");
aI("text=&nbsp;Careers&nbsp;url=/global/careers/Gco_Careers_Overview.shtm?bcid=M7;showmenu=M7;");
}
			


	drawMenus()
}




// Publishing Footer Links

function footerLinks(){


document.write("<a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Group</a> | <a href='/global/businesses/Gco_OurBusinesses.shtm?bcid=M2'>Our Business</a> | <a href='/global/aboutOCBC/Gco_Network.shtm?bcid=M3'>Network</a> | <a href='/global/investorrelations/Gco_Inv_Overview.shtm?bcid=M4'>Investor Relations</a> | <a href='/global/research/Gco_Rsc_Overview.shtm?bcid=M5'>Research</a> | <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M6'>Newsroom</a> | <a href='/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> ");			


}



