



// 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='/html/index.shtm'>Home</a> &raquo; Login");
if(bcid == "M1_C1") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='#?bcid=M1'>Login</a> &raquo; Equities Trading   ");
if(bcid == "M1_C2") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='#?bcid=M1'>Login</a> &raquo; Forex Trading");
if(bcid == "M2") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; Why OCBC Securities");
if(bcid == "M2_C1") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/about_us/overview.shtm?bcid=M2'>Why OCBC Securities</a> &raquo; Overview");
if(bcid == "M2_C2") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/about_us/overview.shtm?bcid=M2'>Why OCBC Securities</a> &raquo; History of OCBC Securities");
if(bcid == "M2_C3") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/about_us/overview.shtm?bcid=M2'>Why OCBC Securities</a> &raquo; Why OCBC Securities");
if(bcid == "M2_C5") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/about_us/overview.shtm?bcid=M2'>Why OCBC Securities</a> &raquo; Our Business");
if(bcid == "M2_C4") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/about_us/overview.shtm?bcid=M2'>Why OCBC Securities</a> &raquo; Newsroom");
if(bcid == "M2_C6") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/about_us/overview.shtm?bcid=M2'>Why OCBC Securities</a> &raquo; Newsletters");
if(bcid == "M2_C8") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/about_us/overview.shtm?bcid=M2'>Why OCBC Securities</a> &raquo; Career");
if(bcid == "M3") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; Products & Services");
if(bcid == "M3_C1") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; Overview");
if(bcid == "M3_C10") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; iOCBC");
if(bcid == "M3_C10_S1") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/iocbc_internet_trading.shtm?bcid=M3_C10'>iOCBC</a> &raquo; Online Trading Guide");
if(bcid == "M3_C10_S2") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/iocbc_internet_trading.shtm?bcid=M3_C10'>iOCBC</a> &raquo; Security Tips");
if(bcid == "M3_C10_S3") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/iocbc_internet_trading.shtm?bcid=M3_C10'>iOCBC</a> &raquo; Prohibited Practices");
if(bcid == "M3_C10_S4") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/iocbc_internet_trading.shtm?bcid=M3_C10'>iOCBC</a> &raquo; Phishing Alert");
if(bcid == "M3_C10_S5") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/iocbc_internet_trading.shtm?bcid=M3_C10'>iOCBC</a> &raquo; Security & Privacy Policy");
if(bcid == "M3_C10_S6") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/iocbc_internet_trading.shtm?bcid=M3_C10'>iOCBC</a> &raquo; Mobile Trading");
if(bcid == "M3_C7") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; Share Financing");
if(bcid == "M3_C7_S1") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/share_financing.shtm?bcid=M3_C7'>Share Financing</a> &raquo; ShareInvest");
if(bcid == "M3_C9") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; Listed Products");
if(bcid == "M3_C8") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; Securities Borrowing");
if(bcid == "M3_C3") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; Young Investor Pack");
if(bcid == "M3_C4") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; iOCBCfx");
if(bcid == "M3_C5") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; Futures");
if(bcid == "M3_C11") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; FAQs");
if(bcid == "M3_C11_S1") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/faqs.shtm?bcid=M3_C11'>FAQs</a> &raquo; iOCBC Online Trading Account");
if(bcid == "M3_C11_S2") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/faqs.shtm?bcid=M3_C11'>FAQs</a> &raquo; iOCBC Mobile Trading");
if(bcid == "M3_C11_S3") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/faqs.shtm?bcid=M3_C11'>FAQs</a> &raquo; Young Investor Pack");
if(bcid == "M3_C11_S5") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/faqs.shtm?bcid=M3_C11'>FAQs</a> &raquo; Share Borrowing Account");
if(bcid == "M3_C11_S6") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/faqs.shtm?bcid=M3_C11'>FAQs</a> &raquo; Share Financing Account");
if(bcid == "M3_C11_S8") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/faqs.shtm?bcid=M3_C11'>FAQs</a> &raquo; Info On Corporate Action");
if(bcid == "M3_C11_S7") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/faqs.shtm?bcid=M3_C11'>FAQs</a> &raquo; HK Market");
if(bcid == "M3_C11_S9") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> &raquo; <a href='/html/product_services/faqs.shtm?bcid=M3_C11'>FAQs</a> &raquo; US Markets");
if(bcid == "M4") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; Market Information");
if(bcid == "M4_C1") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; Overview");
if(bcid == "M4_C2") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; Singapore");
if(bcid == "M4_C3") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; Malaysia");
if(bcid == "M4_C4") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; Hongkong");
if(bcid == "M4_C5") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; Thailand");
if(bcid == "M4_C6") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; Indonesia");
if(bcid == "M4_C7") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; Philippines");
if(bcid == "M4_C8") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; US");
if(bcid == "M4_C9") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; China");
if(bcid == "M4_C10") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; Japan");
if(bcid == "M4_C11") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; UK");
if(bcid == "M4_C12") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; Australia");
if(bcid == "M4_C13") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> &raquo; FAQ");
if(bcid == "M5") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; Research");
if(bcid == "M5_C1") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/research/overview.shtm?bcid=M5'>Research</a> &raquo; Overview");
if(bcid == "M5_C2") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/research/overview.shtm?bcid=M5'>Research</a> &raquo; OCBC Investment Research");
if(bcid == "M5_C4") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/research/overview.shtm?bcid=M5'>Research</a> &raquo; Treasury Research");
if(bcid == "M5_C3") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/research/overview.shtm?bcid=M5'>Research</a> &raquo; Company Announcements");
if(bcid == "M6") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; Customer Service");
if(bcid == "M6_C2") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/customer_service/overview.shtm?bcid=M6'>Customer Service</a> &raquo; Overview");
if(bcid == "M6_C7") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/customer_service/overview.shtm?bcid=M6'>Customer Service</a> &raquo; Getting Started");
if(bcid == "M6_C7_S1") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/customer_service/overview.shtm?bcid=M6'>Customer Service</a> &raquo; <a href='/html/customer_service/getting_started/overview.shtm?bcid=M6_C7'>Getting Started</a> &raquo; ABC Guide");
if(bcid == "M6_C4") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/customer_service/overview.shtm?bcid=M6'>Customer Service</a> &raquo; Account Opening");
if(bcid == "M6_C6") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/customer_service/overview.shtm?bcid=M6'>Customer Service</a> &raquo; Other Forms");
if(bcid == "M6_C3") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/customer_service/overview.shtm?bcid=M6'>Customer Service</a> &raquo; FAQs");
if(bcid == "M6_C1") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/customer_service/overview.shtm?bcid=M6'>Customer Service</a> &raquo; Contact Us");
if(bcid == "M6_C8") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/customer_service/overview.shtm?bcid=M6'>Customer Service</a> &raquo; Useful Links");
if(bcid == "M6_C5") document.write("<B>You're in : </B><a href='/html/index.shtm'>Home</a> &raquo; <a href='/html/customer_service/overview.shtm?bcid=M6'>Customer Service</a> &raquo; Terms and Conditions");			
	
}

//GENERATION OF BREADCRUMBS - OVER





// Publishing Tree ...

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

function getModuleName(mid)
{
		
 	 

if(mid == "M1") document.write("Login");
if(mid == "M2") document.write("Why OCBC Securities");
if(mid == "M3") document.write("Products & Services");
if(mid == "M4") document.write("Market Information");
if(mid == "M5") document.write("Research");
if(mid == "M6") document.write("Customer Service");
	
}




// Publishing Tree ...

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

 	 
foldersTree = gFld("<img src='/images/common/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='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Login</span>", "#?bcid=M1"))
M1_C1 = insFld(M1, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Equities Trading   </span>", "https://www1.iocbc.com/iocbc_secure_client.jsp?bcid=M1_C1"))
M1_C2 = insFld(M1, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Forex Trading</span>", "http://www.osplfx.com/?bcid=M1_C8?bcid=M1_C2"))}if(module_id == "M2"){
M2 = insFld(foldersTree, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Why OCBC Securities</span>", "/html/about_us/overview.shtm?bcid=M2"))
M2_C1 = insFld(M2, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/html/about_us/overview.shtm?bcid=M2_C1"))
M2_C2 = insFld(M2, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;History of OCBC Securities</span>", "/html/about_us/history.shtm?bcid=M2_C2"))
M2_C3 = insFld(M2, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Why OCBC Securities</span>", "/html/about_us/why_ospl.shtm?bcid=M2_C3"))
M2_C5 = insFld(M2, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Our Business</span>", "/html/about_us/our_business.shtm?bcid=M2_C5"))
M2_C4 = insFld(M2, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Newsroom</span>", "/html/about_us/newsroom.shtm?bcid=M2_C4"))
M2_C6 = insFld(M2, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Newsletters</span>", "/html/about_us/newsletters.shtm?bcid=M2_C6"))
M2_C8 = insFld(M2, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Career</span>", "/html/about_us/career.shtm?bcid=M2_C8"))}if(module_id == "M3"){
M3 = insFld(foldersTree, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Products & Services</span>", "/html/product_services/overview.shtm?bcid=M3"))
M3_C1 = insFld(M3, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/html/product_services/overview.shtm?bcid=M3_C1"))
M3_C10 = insFld(M3, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;iOCBC</span>", "/html/product_services/iocbc_internet_trading.shtm?bcid=M3_C10"))
M3_C10_S1 = insFld(M3_C10, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Online Trading Guide</span>", "/html/product_services/user_guide.shtm?bcid=M3_C10_S1"))
M3_C10_S2 = insFld(M3_C10, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Security Tips</span>", "/html/product_services/securitytips_spyware.shtm?bcid=M3_C10_S2"))
M3_C10_S3 = insFld(M3_C10, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Prohibited Practices</span>", "/html/product_services/prohibited_pratice.shtm?bcid=M3_C10_S3"))
M3_C10_S4 = insFld(M3_C10, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Phishing Alert</span>", "/html/product_services/phising_alert.shtm?bcid=M3_C10_S4"))
M3_C10_S5 = insFld(M3_C10, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Security & Privacy Policy</span>", "/html/product_services/security_policy.shtm?bcid=M3_C10_S5"))
M3_C10_S6 = insFld(M3_C10, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Mobile Trading</span>", "/html/product_services/iocbc_mobile_trading.shtm?bcid=M3_C10_S6"))
M3_C7 = insFld(M3, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Share Financing</span>", "/html/product_services/share_financing.shtm?bcid=M3_C7"))
M3_C7_S1 = insFld(M3_C7, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;ShareInvest</span>", "/html/product_services/shareinvest.shtm?bcid=M3_C7_S1"))
M3_C9 = insFld(M3, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Listed Products</span>", "/html/product_services/ais.shtm?bcid=M3_C9"))
M3_C8 = insFld(M3, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Securities Borrowing</span>", "/html/product_services/share_borrowing.shtm?bcid=M3_C8"))
M3_C3 = insFld(M3, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Young Investor Pack</span>", "/html/product_services/yip.shtm?bcid=M3_C3"))
M3_C4 = insFld(M3, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;iOCBCfx</span>", "/html/product_services/iocbcfx.shtm?bcid=M3_C4"))
M3_C5 = insFld(M3, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Futures</span>", "/html/product_services/futures.shtm?bcid=M3_C5"))
M3_C11 = insFld(M3, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;FAQs</span>", "/html/product_services/faqs.shtm?bcid=M3_C11"))
M3_C11_S1 = insFld(M3_C11, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;iOCBC Online Trading Account</span>", "/html/product_services/faqs/faq_iocbc_ota.shtm?bcid=M3_C11_S1"))
M3_C11_S2 = insFld(M3_C11, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;iOCBC Mobile Trading</span>", "/html/product_services/faqs/faq_mobile_trading.shtm?bcid=M3_C11_S2"))
M3_C11_S3 = insFld(M3_C11, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Young Investor Pack</span>", "/html/product_services/faqs/faq_yip.shtm?bcid=M3_C11_S3"))
M3_C11_S5 = insFld(M3_C11, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Share Borrowing Account</span>", "/html/product_services/faqs/faq_sba.shtm?bcid=M3_C11_S5"))
M3_C11_S6 = insFld(M3_C11, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Share Financing Account</span>", "/html/product_services/faqs/faq_sfa.shtm?bcid=M3_C11_S6"))
M3_C11_S8 = insFld(M3_C11, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Info On Corporate Action</span>", "/html/product_services/faqs/faq_corp_action.shtm?bcid=M3_C11_S8"))
M3_C11_S7 = insFld(M3_C11, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;HK Market</span>", "/html/product_services/faqs/faq_hkmarket.shtm?bcid=M3_C11_S7"))
M3_C11_S9 = insFld(M3_C11, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;US Markets</span>", "/html/product_services/faqs/faq_usmarket.shtm?bcid=M3_C11_S9"))}if(module_id == "M4"){
M4 = insFld(foldersTree, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Market Information</span>", "/html/market_info/overview.shtm?bcid=M4"))
M4_C1 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/html/market_info/overview.shtm?bcid=M4_C1"))
M4_C2 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Singapore</span>", "/html/market_info/singapore.shtm?bcid=M4_C2"))
M4_C3 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Malaysia</span>", "/html/market_info/malaysia.shtm?bcid=M4_C3"))
M4_C4 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Hongkong</span>", "/html/market_info/hong_kong.shtm?bcid=M4_C4"))
M4_C5 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Thailand</span>", "/html/market_info/thailand.shtm?bcid=M4_C5"))
M4_C6 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Indonesia</span>", "/html/market_info/indonesia.shtm?bcid=M4_C6"))
M4_C7 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Philippines</span>", "/html/market_info/philippines.shtm?bcid=M4_C7"))
M4_C8 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;US</span>", "/html/market_info/us.shtm?bcid=M4_C8"))
M4_C9 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;China</span>", "/html/market_info/china.shtm?bcid=M4_C9"))
M4_C10 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Japan</span>", "/html/market_info/japan.shtm?bcid=M4_C10"))
M4_C11 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;UK</span>", "/html/market_info/uk.shtm?bcid=M4_C11"))
M4_C12 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Australia</span>", "/html/market_info/australia.shtm?bcid=M4_C12"))
M4_C13 = insFld(M4, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;FAQ</span>", "/html/product_services/faqs/faq_general_foreignmarket.shtm?bcid=M4_C13"))}if(module_id == "M5"){
M5 = insFld(foldersTree, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Research</span>", "/html/research/overview.shtm?bcid=M5"))
M5_C1 = insFld(M5, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/html/research/overview.shtm?bcid=M5_C1"))
M5_C2 = insFld(M5, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;OCBC Investment Research</span>", "http://www.ocbcresearch.com?bcid=M5_C2"))
M5_C4 = insFld(M5, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Treasury Research</span>", "http://www.ocbc.com/global/research/Gco_Rsc_Overview.shtm?bcid=M5_C4"))
M5_C3 = insFld(M5, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Company Announcements</span>", "http://www.sgx.com/wps/portal/marketplace/mp-en/listed_companies_info/company_announcements?bcid=M5_C3"))}if(module_id == "M6"){
M6 = insFld(foldersTree, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Customer Service</span>", "/html/customer_service/overview.shtm?bcid=M6"))
M6_C2 = insFld(M6, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Overview</span>", "/html/customer_service/overview.shtm?bcid=M6_C2"))
M6_C7 = insFld(M6, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Getting Started</span>", "/html/customer_service/getting_started/overview.shtm?bcid=M6_C7"))
M6_C7_S1 = insFld(M6_C7, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;ABC Guide</span>", "/html/customer_service/getting_started/abc_guide.shtm?bcid=M6_C7_S1"))
M6_C4 = insFld(M6, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Account Opening</span>", "/html/customer_service/forms.shtm?bcid=M6_C4"))
M6_C6 = insFld(M6, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Other Forms</span>", "/html/customer_service/other_forms.shtm?bcid=M6_C6"))
M6_C3 = insFld(M6, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;FAQs</span>", "/html/product_services/faqs.shtm?bcid=M6_C3"))
M6_C1 = insFld(M6, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Contact Us</span>", "/html/customer_service/contact_us.shtm?bcid=M6_C1"))
M6_C8 = insFld(M6, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Useful Links</span>", "/html/customer_service/useful_links.shtm?bcid=M6_C8"))
M6_C5 = insFld(M6, gFld("<img src='/images/common/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Terms and Conditions</span>", "/html/customer_service/terms_conditions.shtm?bcid=M6_C5"))}			


}

// 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="/images/common/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=Equities Trading   ;url=https://www1.iocbc.com/iocbc_secure_client.jsp?bcid=M1_C1;");
aI("text=Forex Trading;url=http://www.osplfx.com/?bcid=M1_C8?bcid=M1_C2;");}
with(milonic=new menuname("M2")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/html/about_us/overview.shtm?bcid=M2_C1;");
aI("text=History of OCBC Securities;url=/html/about_us/history.shtm?bcid=M2_C2;");
aI("text=Why OCBC Securities;url=/html/about_us/why_ospl.shtm?bcid=M2_C3;");
aI("text=Our Business;url=/html/about_us/our_business.shtm?bcid=M2_C5;");
aI("text=Newsroom;url=/html/about_us/newsroom.shtm?bcid=M2_C4;");
aI("text=Newsletters;url=/html/about_us/newsletters.shtm?bcid=M2_C6;");
aI("text=Career;url=/html/about_us/career.shtm?bcid=M2_C8;");}
with(milonic=new menuname("M3")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/html/product_services/overview.shtm?bcid=M3_C1;");
aI("text=iOCBC;url=/html/product_services/iocbc_internet_trading.shtm?bcid=M3_C10;showmenu=M3_C10;");
aI("text=Share Financing;url=/html/product_services/share_financing.shtm?bcid=M3_C7;showmenu=M3_C7;");
aI("text=Listed Products;url=/html/product_services/ais.shtm?bcid=M3_C9;");
aI("text=Securities Borrowing;url=/html/product_services/share_borrowing.shtm?bcid=M3_C8;");
aI("text=Young Investor Pack;url=/html/product_services/yip.shtm?bcid=M3_C3;");
aI("text=iOCBCfx;url=/html/product_services/iocbcfx.shtm?bcid=M3_C4;");
aI("text=Futures;url=/html/product_services/futures.shtm?bcid=M3_C5;");
aI("text=FAQs;url=/html/product_services/faqs.shtm?bcid=M3_C11;showmenu=M3_C11;");}
with(milonic=new menuname("M4")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/html/market_info/overview.shtm?bcid=M4_C1;");
aI("text=Singapore;url=/html/market_info/singapore.shtm?bcid=M4_C2;");
aI("text=Malaysia;url=/html/market_info/malaysia.shtm?bcid=M4_C3;");
aI("text=Hongkong;url=/html/market_info/hong_kong.shtm?bcid=M4_C4;");
aI("text=Thailand;url=/html/market_info/thailand.shtm?bcid=M4_C5;");
aI("text=Indonesia;url=/html/market_info/indonesia.shtm?bcid=M4_C6;");
aI("text=Philippines;url=/html/market_info/philippines.shtm?bcid=M4_C7;");
aI("text=US;url=/html/market_info/us.shtm?bcid=M4_C8;");
aI("text=China;url=/html/market_info/china.shtm?bcid=M4_C9;");
aI("text=Japan;url=/html/market_info/japan.shtm?bcid=M4_C10;");
aI("text=UK;url=/html/market_info/uk.shtm?bcid=M4_C11;");
aI("text=Australia;url=/html/market_info/australia.shtm?bcid=M4_C12;");
aI("text=FAQ;url=/html/product_services/faqs/faq_general_foreignmarket.shtm?bcid=M4_C13;");}
with(milonic=new menuname("M5")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/html/research/overview.shtm?bcid=M5_C1;");
aI("text=OCBC Investment Research;url=http://www.ocbcresearch.com?bcid=M5_C2;");
aI("text=Treasury Research;url=http://www.ocbc.com/global/research/Gco_Rsc_Overview.shtm?bcid=M5_C4;");
aI("text=Company Announcements;url=http://www.sgx.com/wps/portal/marketplace/mp-en/listed_companies_info/company_announcements?bcid=M5_C3;");}
with(milonic=new menuname("M6")){style=menuStyle;overflow="scroll";
aI("text=Overview;url=/html/customer_service/overview.shtm?bcid=M6_C2;");
aI("text=Getting Started;url=/html/customer_service/getting_started/overview.shtm?bcid=M6_C7;showmenu=M6_C7;");
aI("text=Account Opening;url=/html/customer_service/forms.shtm?bcid=M6_C4;");
aI("text=Other Forms;url=/html/customer_service/other_forms.shtm?bcid=M6_C6;");
aI("text=FAQs;url=/html/product_services/faqs.shtm?bcid=M6_C3;");
aI("text=Contact Us;url=/html/customer_service/contact_us.shtm?bcid=M6_C1;");
aI("text=Useful Links;url=/html/customer_service/useful_links.shtm?bcid=M6_C8;");
aI("text=Terms and Conditions;url=/html/customer_service/terms_conditions.shtm?bcid=M6_C5;");}
with(milonic=new menuname("M1_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M1_C2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M2_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M2_C2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M2_C3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M2_C5")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M2_C4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M2_C6")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M2_C8")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C10")){style=menuStyle;overflow="scroll";
aI("text=Online Trading Guide;url=/html/product_services/user_guide.shtm?bcid=M3_C10_S1;");
aI("text=Security Tips;url=/html/product_services/securitytips_spyware.shtm?bcid=M3_C10_S2;");
aI("text=Prohibited Practices;url=/html/product_services/prohibited_pratice.shtm?bcid=M3_C10_S3;");
aI("text=Phishing Alert;url=/html/product_services/phising_alert.shtm?bcid=M3_C10_S4;");
aI("text=Security & Privacy Policy;url=/html/product_services/security_policy.shtm?bcid=M3_C10_S5;");
aI("text=Mobile Trading;url=/html/product_services/iocbc_mobile_trading.shtm?bcid=M3_C10_S6;");}
with(milonic=new menuname("M3_C7")){style=menuStyle;overflow="scroll";
aI("text=ShareInvest;url=/html/product_services/shareinvest.shtm?bcid=M3_C7_S1;");}
with(milonic=new menuname("M3_C9")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C8")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C5")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C11")){style=menuStyle;overflow="scroll";
aI("text=iOCBC Online Trading Account;url=/html/product_services/faqs/faq_iocbc_ota.shtm?bcid=M3_C11_S1;");
aI("text=iOCBC Mobile Trading;url=/html/product_services/faqs/faq_mobile_trading.shtm?bcid=M3_C11_S2;");
aI("text=Young Investor Pack;url=/html/product_services/faqs/faq_yip.shtm?bcid=M3_C11_S3;");
aI("text=Share Borrowing Account;url=/html/product_services/faqs/faq_sba.shtm?bcid=M3_C11_S5;");
aI("text=Share Financing Account;url=/html/product_services/faqs/faq_sfa.shtm?bcid=M3_C11_S6;");
aI("text=Info On Corporate Action;url=/html/product_services/faqs/faq_corp_action.shtm?bcid=M3_C11_S8;");
aI("text=HK Market;url=/html/product_services/faqs/faq_hkmarket.shtm?bcid=M3_C11_S7;");
aI("text=US Markets;url=/html/product_services/faqs/faq_usmarket.shtm?bcid=M3_C11_S9;");}
with(milonic=new menuname("M4_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C5")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C6")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C7")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C8")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C9")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C10")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C11")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C12")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C13")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M5_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M5_C2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M5_C4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M5_C3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C7")){style=menuStyle;overflow="scroll";
aI("text=ABC Guide;url=/html/customer_service/getting_started/abc_guide.shtm?bcid=M6_C7_S1;");}
with(milonic=new menuname("M6_C4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C6")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C8")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C5")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C10_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C10_S2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C10_S3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C10_S4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C10_S5")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C10_S6")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C7_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C11_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C11_S2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C11_S3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C11_S5")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C11_S6")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C11_S8")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C11_S7")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M3_C11_S9")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6_C7_S1")){style=menuStyle;overflow="scroll";}			
	
			
drawMenus();

 





// Publishing Main Menu

function drawMainMenu(){
	
	
	
	document.write("<a href='#' onmouseover=\"MM_showHideLayers('M1','','show','M2','','hide','M3','','hide','M4','','hide','M5','','hide','M6','','hide')\">Login</a><a href='/html/about_us/overview.shtm' onmouseover=\"MM_showHideLayers('M1','','hide','M2','','show','M3','','hide','M4','','hide','M5','','hide','M6','','hide')\">Why OCBC Securities</a><a href='/html/product_services/overview.shtm' onmouseover=\"MM_showHideLayers('M1','','hide','M2','','hide','M3','','show','M4','','hide','M5','','hide','M6','','hide')\">Products & Services</a><a href='/html/market_info/overview.shtm' onmouseover=\"MM_showHideLayers('M1','','hide','M2','','hide','M3','','hide','M4','','show','M5','','hide','M6','','hide')\">Market Information</a><a href='/html/research/overview.shtm' onmouseover=\"MM_showHideLayers('M1','','hide','M2','','hide','M3','','hide','M4','','hide','M5','','show','M6','','hide')\">Research</a><a href='/html/customer_service/overview.shtm' onmouseover=\"MM_showHideLayers('M1','','hide','M2','','hide','M3','','hide','M4','','hide','M5','','hide','M6','','show')\" style=\"border-right-style:none\">Customer Service</a>");
	
	
		
	

}








// Publishing Sub Main Menu
function drawSubMainMenu(){
	
	
	
	
	document.write("<div class='sub_nav' id='M1' style='position:absolute; top:0; visibility: hidden;'>	<div id='sub'><a href='https://www1.iocbc.com/iocbc_secure_client.jsp' target='_top' onclick=\"setName('M1')\">Equities Trading   </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.osplfx.com/?bcid=M1_C8' target='_top' onclick=\"setName('M1')\">Forex Trading</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></div><div class='sub_nav' id='M2' style='position:absolute; top:0; visibility: hidden;'>	<div id='sub'><a href='/html/about_us/overview.shtm' target='' onclick=\"setName('M2')\">Overview</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/about_us/history.shtm' target='' onclick=\"setName('M2')\">History of OCBC Securities</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/about_us/why_ospl.shtm' target='' onclick=\"setName('M2')\">Why OCBC Securities</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/about_us/our_business.shtm' target='' onclick=\"setName('M2')\">Our Business</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/about_us/newsroom.shtm' target='' onclick=\"setName('M2')\">Newsroom</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/about_us/newsletters.shtm' target='' onclick=\"setName('M2')\">Newsletters</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/about_us/career.shtm' target='' onclick=\"setName('M2')\">Career</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></div><div class='sub_nav' id='M3' style='position:absolute; top:0; visibility: hidden;'>	<div id='sub'><a href='/html/product_services/overview.shtm' target='' onclick=\"setName('M3')\">Overview</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/product_services/iocbc_internet_trading.shtm' target='' onclick=\"setName('M3')\">iOCBC</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/product_services/share_financing.shtm' target='' onclick=\"setName('M3')\">Share Financing</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/product_services/ais.shtm' target='' onclick=\"setName('M3')\">Listed Products</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/product_services/share_borrowing.shtm' target='' onclick=\"setName('M3')\">Securities Borrowing</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/product_services/yip.shtm' target='' onclick=\"setName('M3')\">Young Investor Pack</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/product_services/iocbcfx.shtm' target='' onclick=\"setName('M3')\">iOCBCfx</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/product_services/futures.shtm' target='' onclick=\"setName('M3')\">Futures</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/product_services/faqs.shtm' target='' onclick=\"setName('M3')\">FAQs</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></div><div class='sub_nav' id='M4' style='position:absolute; top:0; visibility: hidden;'>	<div id='sub'><a href='/html/market_info/overview.shtm' target='' onclick=\"setName('M4')\">Overview</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/market_info/singapore.shtm' target='' onclick=\"setName('M4')\">Singapore</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/market_info/malaysia.shtm' target='' onclick=\"setName('M4')\">Malaysia</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/market_info/hong_kong.shtm' target='' onclick=\"setName('M4')\">Hongkong</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/market_info/thailand.shtm' target='' onclick=\"setName('M4')\">Thailand</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/market_info/indonesia.shtm' target='' onclick=\"setName('M4')\">Indonesia</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/market_info/philippines.shtm' target='' onclick=\"setName('M4')\">Philippines</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/market_info/us.shtm' target='' onclick=\"setName('M4')\">US</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/market_info/china.shtm' target='' onclick=\"setName('M4')\">China</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/market_info/japan.shtm' target='' onclick=\"setName('M4')\">Japan</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/market_info/uk.shtm' target='' onclick=\"setName('M4')\">UK</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/market_info/australia.shtm' target='' onclick=\"setName('M4')\">Australia</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/product_services/faqs/faq_general_foreignmarket.shtm' target='' onclick=\"setName('M4')\">FAQ</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></div><div class='sub_nav' id='M5' style='position:absolute; top:0; visibility: hidden;'>	<div id='sub'><a href='/html/research/overview.shtm' target='' onclick=\"setName('M5')\">Overview</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.ocbcresearch.com' target='_top' onclick=\"setName('M5')\">OCBC Investment Research</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.ocbc.com/global/research/Gco_Rsc_Overview.shtm' target='_top' onclick=\"setName('M5')\">Treasury Research</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.sgx.com/wps/portal/marketplace/mp-en/listed_companies_info/company_announcements' target='_top' onclick=\"setName('M5')\">Company Announcements</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></div><div class='sub_nav' id='M6' style='position:absolute; top:0; visibility: hidden;'>	<div id='sub'><a href='/html/customer_service/overview.shtm' target='' onclick=\"setName('M6')\">Overview</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/customer_service/getting_started/overview.shtm' target='' onclick=\"setName('M6')\">Getting Started</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/customer_service/forms.shtm' target='' onclick=\"setName('M6')\">Account Opening</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/customer_service/other_forms.shtm' target='' onclick=\"setName('M6')\">Other Forms</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/product_services/faqs.shtm' target='' onclick=\"setName('M6')\">FAQs</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/customer_service/contact_us.shtm' target='' onclick=\"setName('M6')\">Contact Us</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/customer_service/useful_links.shtm' target='' onclick=\"setName('M6')\">Useful Links</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/html/customer_service/terms_conditions.shtm' target='' onclick=\"setName('M6')\">Terms and Conditions</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></div>");
	
	
}







// Publishing Footer Links

function footerLinks(){


document.write("<a href='#?bcid=M1'>Login</a> | <a href='/html/about_us/overview.shtm?bcid=M2'>Why OCBC Securities</a> | <a href='/html/product_services/overview.shtm?bcid=M3'>Products & Services</a> | <a href='/html/market_info/overview.shtm?bcid=M4'>Market Information</a> | <a href='/html/research/overview.shtm?bcid=M5'>Research</a> | <a href='/html/customer_service/overview.shtm?bcid=M6'>Customer Service</a> ");			


}



