







// 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 Malaysia");
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 Malaysia</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 Malaysia</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 Malaysia</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 Malaysia</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 Malaysia</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 Malaysia</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 Malaysia</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 Malaysia</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1'>OCBC Bank</a> &raquo; Financial Results - OCBC Bank");
if(bcid == "M1_C1_S7") 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 Malaysia</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1'>OCBC Bank</a> &raquo; Pillar 3 Disclosures - OCBC Bank");
if(bcid == "M1_C1_S8") 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 Malaysia</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1'>OCBC Bank</a> &raquo; Financial Results - OCBC Al-Amin");
if(bcid == "M1_C1_S9") 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 Malaysia</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1'>OCBC Bank</a> &raquo; Pillar 3 Disclosures - OCBC Al-Amin");
if(bcid == "M1_C1_S10") 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 Malaysia</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Profile.shtm?bcid=M1_C1'>OCBC Bank</a> &raquo; Fair Dealing");
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 Malaysia</a> &raquo; Management Team");
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 Malaysia</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 Malaysia</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 Malaysia</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 Malaysia</a> &raquo; <a href='/global/aboutOCBC/Gco_Abt_Community.shtm?bcid=M1_C4'>Community</a> &raquo; Overview");
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; Countries");
if(bcid == "M3_1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/countries/Gco_Countries.shtm?bcid=M3'>Countries</a> &raquo; Overview");
if(bcid == "M4") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; Newsroom");
if(bcid == "M4_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=M4'>Newsroom</a> &raquo; Media Release");
if(bcid == "M4_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=M4'>Newsroom</a> &raquo; <a href='http://www.ocbc.com.my/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4_C1'>Media Release</a> &raquo; Archive");
if(bcid == "M4_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=M4'>Newsroom</a> &raquo; <a href='http://www.ocbc.com.my/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4_C1'>Media Release</a> &raquo; <a href='http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2008.shtm?bcid=M4_C1_S2'>Archive</a> &raquo; 2011");
if(bcid == "M4_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=M4'>Newsroom</a> &raquo; <a href='http://www.ocbc.com.my/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4_C1'>Media Release</a> &raquo; <a href='http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2008.shtm?bcid=M4_C1_S2'>Archive</a> &raquo; 2010");
if(bcid == "M4_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=M4'>Newsroom</a> &raquo; <a href='http://www.ocbc.com.my/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4_C1'>Media Release</a> &raquo; <a href='http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2008.shtm?bcid=M4_C1_S2'>Archive</a> &raquo; 2009");
if(bcid == "M4_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=M4'>Newsroom</a> &raquo; <a href='http://www.ocbc.com.my/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4_C1'>Media Release</a> &raquo; <a href='http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2008.shtm?bcid=M4_C1_S2'>Archive</a> &raquo; 2008");
if(bcid == "M4_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=M4'>Newsroom</a> &raquo; <a href='http://www.ocbc.com.my/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4_C1'>Media Release</a> &raquo; <a href='http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2008.shtm?bcid=M4_C1_S2'>Archive</a> &raquo; 2007");
if(bcid == "M4_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=M4'>Newsroom</a> &raquo; <a href='http://www.ocbc.com.my/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4_C1'>Media Release</a> &raquo; Latest News");
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='http://www.ocbc.com/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='http://www.ocbc.com/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='http://www.ocbc.com/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='http://www.ocbc.com/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='http://www.ocbc.com/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='http://www.ocbc.com/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; <a href='http://www.ocbc.com/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='http://www.ocbc.com/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; <a href='http://www.ocbc.com/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='http://www.ocbc.com/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; <a href='http://www.ocbc.com/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='http://www.ocbc.com/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; Internship Program");
if(bcid == "M7_C6") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='http://www.ocbc.com/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> &raquo; OCBC@Universities");
if(bcid == "M8") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; Fees & Charges");
if(bcid == "M9") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; Premier Banking");
if(bcid == "M10") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; iQ");
if(bcid == "M11") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; OCBC Al-Amin");
if(bcid == "M12") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; Financial Results");
if(bcid == "M12_C1") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/main/index.shtm?bcid=M12'>Financial Results</a> &raquo; Financial Results - OCBC Bank");
if(bcid == "M12_C2") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/main/index.shtm?bcid=M12'>Financial Results</a> &raquo; Pillar 3 Disclosures - OCBC Bank");
if(bcid == "M12_C3") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/main/index.shtm?bcid=M12'>Financial Results</a> &raquo; Financial Results - OCBC Al-Amin");
if(bcid == "M12_C4") document.write("<B>You're in : </B><a href='../main/index.shtm'>Home</a> &raquo; <a href='/global/main/index.shtm?bcid=M12'>Financial Results</a> &raquo; Pillar 3 Disclosures - OCBC Al-Amin");			
	
}

//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 Malaysia");
if(mid == "M2") document.write("Our Business");
if(mid == "M3") document.write("Countries");
if(mid == "M4") document.write("Newsroom");
if(mid == "M7") document.write("Careers");
if(mid == "M8") document.write("Fees & Charges");
if(mid == "M9") document.write("Premier Banking");
if(mid == "M10") document.write("iQ");
if(mid == "M11") document.write("OCBC Al-Amin");
if(mid == "M12") document.write("Financial Results");
	
}




// 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 Malaysia</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;Financial Results - OCBC Bank</span>", "/global/aboutOCBC/Gco_Abt_Latest_Financial_Result.shtm?bcid=M1_C1_S6"))
M1_C1_S7 = insFld(M1_C1, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Pillar 3 Disclosures - OCBC Bank</span>", "/global/aboutOCBC/Gco_Pillar3_OCBCBank.shtm?bcid=M1_C1_S7"))
M1_C1_S8 = insFld(M1_C1, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Financial Results - OCBC Al-Amin</span>", "/global/aboutOCBC/Gco_Abt_Latest_Financial_Result_AlAmin.shtm?bcid=M1_C1_S8"))
M1_C1_S9 = insFld(M1_C1, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Pillar 3 Disclosures - OCBC Al-Amin</span>", "/global/aboutOCBC/Gco_Pillar3_OCBC_Al-Amin.shtm?bcid=M1_C1_S9"))
M1_C1_S10 = insFld(M1_C1, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Fair Dealing</span>", "http://www.ocbc.com/global/aboutOCBC/Gco_Abt_Fair_Dealing.shtm?bcid=M1_C1_S7?bcid=M1_C1_S10"))
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_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"))}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;Countries</span>", "/global/countries/Gco_Countries.shtm?bcid=M3"))
M3_1 = insFld(M3, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/global/countries/Gco_Countries.shtm?bcid=M3_1"))}if(module_id == "M4"){
M4 = 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=M4"))
M4_C1 = insFld(M4, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Media Release</span>", "http://www.ocbc.com.my/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4_C1"))
M4_C1_S2 = insFld(M4_C1, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Archive</span>", "http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2008.shtm?bcid=M4_C1_S2"))
insDoc(M4_C1_S2, gLnk("S", "<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2011</span>", "http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2011.shtm?bcid=M4_C1_S2_P5"))
insDoc(M4_C1_S2, gLnk("S", "<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2010</span>", "http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2010.shtm?bcid=M4_C1_S2_P4"))
insDoc(M4_C1_S2, gLnk("S", "<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2009</span>", "http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2009.shtm?bcid=M4_C1_S2_P3"))
insDoc(M4_C1_S2, gLnk("S", "<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2008</span>", "http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2008.shtm?bcid=M4_C1_S2_P1"))
insDoc(M4_C1_S2, gLnk("S", "<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;2007</span>", "http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2007.shtm?bcid=M4_C1_S2_P2"))
M4_C1_S1 = insFld(M4_C1, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Latest News</span>", "http://www.ocbc.com.my/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4_C1_S1"))}if(module_id == "M7"){
M7 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Careers</span>", "http://www.ocbc.com/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>", "http://www.ocbc.com/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>", "http://www.ocbc.com/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>", "http://www.ocbc.com/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>", "http://www.ocbc.com/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>", "http://www.ocbc.com/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>", "http://www.ocbc.com/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>", "http://www.ocbc.com/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>", "http://www.ocbc.com/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 Program</span>", "http://www.ocbc.com/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>", "http://www.ocbc.com/global/careers/Gco_Careers_OCBC_Universities.shtm?bcid=M7_C6"))}if(module_id == "M8"){
M8 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Fees & Charges</span>", "http://www.ocbc.com.my/personal-banking/Tools_Info/tools_fees_charges.shtm?bcid=M8_C4?bcid=M8"))}if(module_id == "M9"){
M9 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Premier Banking</span>", "http://www.ocbc.com.my/personal-banking/banking/MY_Banking_PremierOverview.shtm?bcid=M1_C5?bcid=M9"))}if(module_id == "M10"){
M10 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;iQ</span>", "http://www.ocbc.com.my/myIQ/index.html?bcid=M10"))}if(module_id == "M11"){
M11 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;OCBC Al-Amin</span>", "http://www.ocbc.com.my/OCBCAl_Amin/?bcid=M11"))}if(module_id == "M12"){
M12 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Financial Results</span>", "/global/main/index.shtm?bcid=M12"))
M12_C1 = insFld(M12, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Financial Results - OCBC Bank</span>", "/global/aboutOCBC/Gco_Abt_Latest_Financial_Result.shtm?bcid=M12_C1"))
M12_C2 = insFld(M12, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Pillar 3 Disclosures - OCBC Bank</span>", "/global/aboutOCBC/Gco_Pillar3_OCBCBank.shtm?bcid=M12_C2"))
M12_C3 = insFld(M12, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Financial Results - OCBC Al-Amin</span>", "/global/aboutOCBC/Gco_Abt_Latest_Financial_Result_AlAmin.shtm?bcid=M12_C3"))
M12_C4 = insFld(M12, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Pillar 3 Disclosures - OCBC Al-Amin</span>", "/global/aboutOCBC/Gco_Pillar3_OCBC_Al-Amin.shtm?bcid=M12_C4"))}			


}

// 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;");}
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=Overview;url=/global/countries/Gco_Countries.shtm?bcid=M3_1;");}
with(milonic=new menuname("M4")){style=menuStyle;overflow="scroll";
aI("text=Media Release;url=http://www.ocbc.com.my/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4_C1;showmenu=M4_C1;");}
with(milonic=new menuname("M7")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=http://www.ocbc.com/global/careers/Gco_Careers_Overview.shtm?bcid=M7_1;");
aI("text=Positions Available;url=http://www.ocbc.com/global/careers/Gco_Careers_Positions_Available.shtm?bcid=M7_C1;");
aI("text=The OCBC Advantage;url=http://www.ocbc.com/global/careers/Gco_Careers_The_OCBC_Advantage.shtm?bcid=M7_C3;");
aI("text=Career Transition Program;url=http://www.ocbc.com/global/careers/Gco_Careers_Career_Transition_Program.shtm?bcid=M7_C2;");
aI("text=Management Associate Program;url=http://www.ocbc.com/global/careers/Gco_Careers_MgmtAssProgram.shtm?bcid=M7_C5;showmenu=M7_C5;");
aI("text=Internship Program;url=http://www.ocbc.com/global/careers/Gco_Careers_Internship_Program.shtm?bcid=M7_C4;");
aI("text=OCBC@Universities;url=http://www.ocbc.com/global/careers/Gco_Careers_OCBC_Universities.shtm?bcid=M7_C6;");}
with(milonic=new menuname("M8")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M9")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M10")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M11")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M12")){style=menuStyle;overflow="scroll";
aI("text=Financial Results - OCBC Bank;url=/global/aboutOCBC/Gco_Abt_Latest_Financial_Result.shtm?bcid=M12_C1;");
aI("text=Pillar 3 Disclosures - OCBC Bank;url=/global/aboutOCBC/Gco_Pillar3_OCBCBank.shtm?bcid=M12_C2;");
aI("text=Financial Results - OCBC Al-Amin;url=/global/aboutOCBC/Gco_Abt_Latest_Financial_Result_AlAmin.shtm?bcid=M12_C3;");
aI("text=Pillar 3 Disclosures - OCBC Al-Amin;url=/global/aboutOCBC/Gco_Pillar3_OCBC_Al-Amin.shtm?bcid=M12_C4;");}
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=Financial Results - OCBC Bank;url=/global/aboutOCBC/Gco_Abt_Latest_Financial_Result.shtm?bcid=M1_C1_S6;");
aI("text=Pillar 3 Disclosures - OCBC Bank;url=/global/aboutOCBC/Gco_Pillar3_OCBCBank.shtm?bcid=M1_C1_S7;");
aI("text=Financial Results - OCBC Al-Amin;url=/global/aboutOCBC/Gco_Abt_Latest_Financial_Result_AlAmin.shtm?bcid=M1_C1_S8;");
aI("text=Pillar 3 Disclosures - OCBC Al-Amin;url=/global/aboutOCBC/Gco_Pillar3_OCBC_Al-Amin.shtm?bcid=M1_C1_S9;");
aI("text=Fair Dealing;url=http://www.ocbc.com/global/aboutOCBC/Gco_Abt_Fair_Dealing.shtm?bcid=M1_C1_S7?bcid=M1_C1_S10;");}
with(milonic=new menuname("M1_C2")){style=menuStyle;overflow="scroll";
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;");}
with(milonic=new menuname("M2_1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C1")){style=menuStyle;overflow="scroll";
aI("text=Archive;url=http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2008.shtm?bcid=M4_C1_S2;showmenu=M4_C1_S2;");
aI("text=Latest News;url=http://www.ocbc.com.my/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4_C1_S1;");}
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=http://www.ocbc.com/global/careers/Gco_Careers_MgmtAssProgram.shtm?bcid=M7_C5_S1;");
aI("text=Selection Criteria;url=http://www.ocbc.com/global/careers/Gco_Careers_Selection_Criteria.shtm?bcid=M7_C5_S2;");
aI("text=To Apply;url=http://www.ocbc.com/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("M12_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M12_C2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M12_C3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M12_C4")){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_C1_S7")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C1_S8")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C1_S9")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C1_S10")){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("M4_C1_S2")){style=menuStyle;overflow="scroll";
aI("text=2011;url=http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2011.shtm?bcid=M4_C1_S2_P5;");
aI("text=2010;url=http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2010.shtm?bcid=M4_C1_S2_P4;");
aI("text=2009;url=http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2009.shtm?bcid=M4_C1_S2_P3;");
aI("text=2008;url=http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2008.shtm?bcid=M4_C1_S2_P1;");
aI("text=2007;url=http://www.ocbc.com.my/global/newsroom/Gco_Nws_PressArchive2007.shtm?bcid=M4_C1_S2_P2;");}
with(milonic=new menuname("M4_C1_S1")){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 Malaysia&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;Countries&nbsp;url=/global/countries/Gco_Countries.shtm?bcid=M3;showmenu=M3;");
aI("text=&nbsp;Newsroom&nbsp;url=/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4;showmenu=M4;");
aI("text=&nbsp;Careers&nbsp;url=http://www.ocbc.com/global/careers/Gco_Careers_Overview.shtm?bcid=M7;showmenu=M7;");
aI("text=&nbsp;Fees & Charges&nbsp;url=http://www.ocbc.com.my/personal-banking/Tools_Info/tools_fees_charges.shtm?bcid=M8_C4?bcid=M8;showmenu=M8;");
aI("text=&nbsp;Premier Banking&nbsp;url=http://www.ocbc.com.my/personal-banking/banking/MY_Banking_PremierOverview.shtm?bcid=M1_C5?bcid=M9;showmenu=M9;");
aI("text=&nbsp;iQ&nbsp;url=http://www.ocbc.com.my/myIQ/index.html?bcid=M10;showmenu=M10;");
aI("text=&nbsp;OCBC Al-Amin&nbsp;url=http://www.ocbc.com.my/OCBCAl_Amin/?bcid=M11;showmenu=M11;");
aI("text=&nbsp;Financial Results&nbsp;url=/global/main/index.shtm?bcid=M12;showmenu=M12;");
}
			


	drawMenus()
}




// Publishing Footer Links

function footerLinks(){


document.write("<a href='/global/aboutOCBC/Gco_Abt_Overview.shtm?bcid=M1'>About OCBC Malaysia</a> | <a href='/global/businesses/Gco_OurBusinesses.shtm?bcid=M2'>Our Business</a> | <a href='/global/countries/Gco_Countries.shtm?bcid=M3'>Countries</a> | <a href='/global/newsroom/Gco_Nws_Overview.shtm?bcid=M4'>Newsroom</a> | <a href='http://www.ocbc.com/global/careers/Gco_Careers_Overview.shtm?bcid=M7'>Careers</a> | <a href='http://www.ocbc.com.my/personal-banking/Tools_Info/tools_fees_charges.shtm?bcid=M8_C4?bcid=M8'>Fees & Charges</a> | <a href='http://www.ocbc.com.my/personal-banking/banking/MY_Banking_PremierOverview.shtm?bcid=M1_C5?bcid=M9'>Premier Banking</a> | <a href='http://www.ocbc.com.my/myIQ/index.html?bcid=M10'>iQ</a> | <a href='http://www.ocbc.com.my/OCBCAl_Amin/?bcid=M11'>OCBC Al-Amin</a> | <a href='/global/main/index.shtm?bcid=M12'>Financial Results</a> ");			


}




