







// 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 Us");
if(bcid == "M1_C1") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/about_us/about_us.shtm?bcid=M1'>About Us</a> &raquo; About FairPrice Plus");
if(bcid == "M1_C2") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/about_us/about_us.shtm?bcid=M1'>About Us</a> &raquo; Brand Manifesto");
if(bcid == "M2") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; Savings");
if(bcid == "M2_C1") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/savings/savings.shtm?bcid=M2'>Savings</a> &raquo; Funds Transfer");
if(bcid == "M4") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; Credit Card");
if(bcid == "M4_C1") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/cards/credit_card/credit_card.shtm?bcid=M4'>Credit Card</a> &raquo; Credit Card");
if(bcid == "M4_C2") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/cards/credit_card/credit_card.shtm?bcid=M4'>Credit Card</a> &raquo; Supplementary Card");
if(bcid == "M5") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; Debit Card");
if(bcid == "M6") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; Personal Loan");
if(bcid == "M7") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; Insurance");
if(bcid == "M7_C1") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='#?bcid=M7'>Insurance</a> &raquo; Home Insurance");
if(bcid == "M7_C2") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='#?bcid=M7'>Insurance</a> &raquo; Travel Insurance");
if(bcid == "M8") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; Promotions");
if(bcid == "M8_C1") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/promotions/promotions.shtm?bcid=M8'>Promotions</a> &raquo; FairPrice Plus Promotions");
if(bcid == "M8_C2") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/promotions/promotions.shtm?bcid=M8'>Promotions</a> &raquo; Family Club Privileges");
if(bcid == "M8_C3") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/promotions/promotions.shtm?bcid=M8'>Promotions</a> &raquo; OCBC Flavours");
if(bcid == "M8_C4") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/promotions/promotions.shtm?bcid=M8'>Promotions</a> &raquo; OCBC Lifestyle Privileges");
if(bcid == "M8_C5") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/promotions/promotions.shtm?bcid=M8'>Promotions</a> &raquo; 0% Instalment Plan");
if(bcid == "M8_C6") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/promotions/promotions.shtm?bcid=M8'>Promotions</a> &raquo; LinkPoints Privileges");
if(bcid == "M8_C7") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/promotions/promotions.shtm?bcid=M8'>Promotions</a> &raquo; VISA Privileges");
if(bcid == "M8_C8") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/promotions/promotions.shtm?bcid=M8'>Promotions</a> &raquo; ShopOnLine");
if(bcid == "M9") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; Services");
if(bcid == "M9_C1") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/services/services-main%20page.shtm?bcid=M9'>Services</a> &raquo; Internet Banking");
if(bcid == "M9_C2") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/services/services-main%20page.shtm?bcid=M9'>Services</a> &raquo; Phone Banking");
if(bcid == "M9_C3") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/services/services-main%20page.shtm?bcid=M9'>Services</a> &raquo; ATM");
if(bcid == "M9_C4") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/services/services-main%20page.shtm?bcid=M9'>Services</a> &raquo; Payments");
if(bcid == "M9_C4_S1") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/services/services-main%20page.shtm?bcid=M9'>Services</a> &raquo; <a href='/services/payments.shtm?bcid=M9_C4'>Payments</a> &raquo; Bill Payments");
if(bcid == "M9_C4_S2") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/services/services-main%20page.shtm?bcid=M9'>Services</a> &raquo; <a href='/services/payments.shtm?bcid=M9_C4'>Payments</a> &raquo; GIRO");
if(bcid == "M9_C5") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/services/services-main%20page.shtm?bcid=M9'>Services</a> &raquo; Forms");
if(bcid == "M9_C6") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/services/services-main%20page.shtm?bcid=M9'>Services</a> &raquo; AXS Station");
if(bcid == "M9_C7") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/services/services-main%20page.shtm?bcid=M9'>Services</a> &raquo; eStatement");
if(bcid == "M10") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; Help Centre");
if(bcid == "M10_C1") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/help/help_centre_overview.shtm?bcid=M10'>Help Centre</a> &raquo; Contact Us");
if(bcid == "M10_C2") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/help/help_centre_overview.shtm?bcid=M10'>Help Centre</a> &raquo; ATM Locator");
if(bcid == "M10_C2_S1") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/help/help_centre_overview.shtm?bcid=M10'>Help Centre</a> &raquo; <a href='http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_Listing.shtm?bcid=M10_C2'>ATM Locator</a> &raquo; North Zone");
if(bcid == "M10_C2_S2") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/help/help_centre_overview.shtm?bcid=M10'>Help Centre</a> &raquo; <a href='http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_Listing.shtm?bcid=M10_C2'>ATM Locator</a> &raquo; East Zone");
if(bcid == "M10_C2_S3") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/help/help_centre_overview.shtm?bcid=M10'>Help Centre</a> &raquo; <a href='http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_Listing.shtm?bcid=M10_C2'>ATM Locator</a> &raquo; West Zone");
if(bcid == "M10_C2_S4") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/help/help_centre_overview.shtm?bcid=M10'>Help Centre</a> &raquo; <a href='http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_Listing.shtm?bcid=M10_C2'>ATM Locator</a> &raquo; Central Zone");
if(bcid == "M10_C2_S5") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/help/help_centre_overview.shtm?bcid=M10'>Help Centre</a> &raquo; <a href='http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_Listing.shtm?bcid=M10_C2'>ATM Locator</a> &raquo; @FairPrice");
if(bcid == "M10_C3") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/help/help_centre_overview.shtm?bcid=M10'>Help Centre</a> &raquo; Road Show Locator");
if(bcid == "M10_C4") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/help/help_centre_overview.shtm?bcid=M10'>Help Centre</a> &raquo; FAQs");
if(bcid == "M10_C5") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/help/help_centre_overview.shtm?bcid=M10'>Help Centre</a> &raquo; FairPrice Plus Pricing Guide");
if(bcid == "M10_C6") document.write("<B>You're in : </B><a href='/main/index.shtm'>Home</a> &raquo; <a href='/help/help_centre_overview.shtm?bcid=M10'>Help Centre</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("About Us");
if(mid == "M2") document.write("Savings");
if(mid == "M4") document.write("Credit Card");
if(mid == "M5") document.write("Debit Card");
if(mid == "M6") document.write("Personal Loan");
if(mid == "M7") document.write("Insurance");
if(mid == "M8") document.write("Promotions");
if(mid == "M9") document.write("Services");
if(mid == "M10") document.write("Help Centre");
	
}




// 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 Us</span>", "/about_us/about_us.shtm?bcid=M1"))
M1_C1 = insFld(M1, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;About FairPrice Plus</span>", "/about_us/about_us.shtm?bcid=M1_C1"))
M1_C2 = insFld(M1, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Brand Manifesto</span>", "/about_us/about_us.shtm?bcid=M1_C2"))}if(module_id == "M2"){
M2 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Savings</span>", "/savings/savings.shtm?bcid=M2"))
M2_C1 = insFld(M2, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Funds Transfer</span>", "/services/Funds Transfer.shtm?bcid=M2_C1"))}if(module_id == "M4"){
M4 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Credit Card</span>", "/cards/credit_card/credit_card.shtm?bcid=M4"))
M4_C1 = insFld(M4, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Credit Card</span>", "/cards/credit_card/credit_card.shtm?bcid=M4_C1"))
M4_C2 = insFld(M4, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Supplementary Card</span>", "/cards/supp_card/FPP_Supp_CC.shtm?bcid=M4_C2"))}if(module_id == "M5"){
M5 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Debit Card</span>", "/cards/debit_card/debit_card.shtm?bcid=M5"))}if(module_id == "M6"){
M6 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Personal Loan</span>", "/Personal Loan/Personal_Loan.shtm?bcid=M6"))}if(module_id == "M7"){
M7 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Insurance</span>", "#?bcid=M7"))
M7_C1 = insFld(M7, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Home Insurance</span>", "/Insurance/Home_Insurance.shtm?bcid=M7_C1"))
M7_C2 = insFld(M7, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Travel Insurance</span>", "/Insurance/Travel Insurance.shtm?bcid=M7_C2"))}if(module_id == "M8"){
M8 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Promotions</span>", "/promotions/promotions.shtm?bcid=M8"))
M8_C1 = insFld(M8, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;FairPrice Plus Promotions</span>", "/promotions/promotions.shtm?bcid=M8_C1"))
M8_C2 = insFld(M8, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Family Club Privileges</span>", "/promotions/promotions.shtm?bcid=M8_C2"))
M8_C3 = insFld(M8, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;OCBC Flavours</span>", "/promotions/promotions.shtm?bcid=M8_C3"))
M8_C4 = insFld(M8, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;OCBC Lifestyle Privileges</span>", "/promotions/promotions.shtm?bcid=M8_C4"))
M8_C5 = insFld(M8, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;0% Instalment Plan</span>", "/promotions/promotions.shtm?bcid=M8_C5"))
M8_C6 = insFld(M8, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;LinkPoints Privileges</span>", "/promotions/promotions.shtm?bcid=M8_C6"))
M8_C7 = insFld(M8, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;VISA Privileges</span>", "/promotions/promotions.shtm?bcid=M8_C7"))
M8_C8 = insFld(M8, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;ShopOnLine</span>", "/promotions/promotions.shtm?bcid=M8_C8"))}if(module_id == "M9"){
M9 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Services</span>", "/services/services-main%20page.shtm?bcid=M9"))
M9_C1 = insFld(M9, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Internet Banking</span>", "/services/services-Internet%20banking.shtm?bcid=M9_C1"))
M9_C2 = insFld(M9, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Phone Banking</span>", "/services/services-phone%20banking.shtm?bcid=M9_C2"))
M9_C3 = insFld(M9, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;ATM</span>", "/services/services-atm.shtm?bcid=M9_C3"))
M9_C4 = insFld(M9, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Payments</span>", "/services/payments.shtm?bcid=M9_C4"))
M9_C4_S1 = insFld(M9_C4, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Bill Payments</span>", "/services/payments.shtm?bcid=M9_C4_S1"))
M9_C4_S2 = insFld(M9_C4, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;GIRO</span>", "/services/payments.shtm?bcid=M9_C4_S2"))
M9_C5 = insFld(M9, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Forms</span>", "/services/forms_description.shtm?bcid=M9_C5"))
M9_C6 = insFld(M9, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;AXS Station</span>", "http://www.axs.com.sg/axs_station/location/location.asp?bcid=M9_C6"))
M9_C7 = insFld(M9, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;eStatement</span>", "/services/eStatement/eStatement.shtm?bcid=M9_C7"))}if(module_id == "M10"){
M10 = insFld(foldersTree, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Help Centre</span>", "/help/help_centre_overview.shtm?bcid=M10"))
M10_C1 = insFld(M10, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Contact Us</span>", "/help/contact_us/contact_us.shtm?bcid=M10_C1"))
M10_C2 = insFld(M10, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;ATM Locator</span>", "http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_Listing.shtm?bcid=M10_C2"))
M10_C2_S1 = insFld(M10_C2, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;North Zone</span>", "http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_NorthZone.shtm?bcid=M10_C2_S1"))
M10_C2_S2 = insFld(M10_C2, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;East Zone</span>", "http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_EastZone.shtm?bcid=M10_C2_S2"))
M10_C2_S3 = insFld(M10_C2, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;West Zone</span>", "http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_WestZone.shtm?bcid=M10_C2_S3"))
M10_C2_S4 = insFld(M10_C2, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Central Zone</span>", "http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_CentralZone.shtm?bcid=M10_C2_S4"))
M10_C2_S5 = insFld(M10_C2, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;@FairPrice</span>", "/help/ATM_Locator.shtm?bcid=M10_C2_S5"))
M10_C3 = insFld(M10, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Road Show Locator</span>", "/highlight.shtm?bcid=M10_C3"))
M10_C4 = insFld(M10, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;FAQs</span>", "/help/faq/faq_listing.shtm?bcid=M10_C4"))
M10_C5 = insFld(M10, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;FairPrice Plus Pricing Guide</span>", "/help/faq/faq_listing.shtm?bcid=M10_C5"))
M10_C6 = insFld(M10, gFld("<img src='/image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Terms and Conditions</span>", "/help/terms_and_conditions/tnc_listing.shtm?bcid=M10_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="#FFC20C";
oncolor="#000000";
offbgcolor="#FEF5EE";
offcolor="#000000";
bordercolor="#AF6D23";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B92C2C";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/image/arrow.gif";
subimagepadding="2";
}

horizontalStyle= new copyOf(menuStyle)
horizontalStyle.onbgcolor="#FFC20C";
horizontalStyle.oncolor="#FFFFFF";
horizontalStyle.offbgcolor="#FAA619"
horizontalStyle.offcolor="#FFFFFF"
horizontalStyle.separatorcolor="#E9B679";
horizontalStyle.bordercolor="#FAA619";
horizontalStyle.borderstyle="solid";
horizontalStyle.borderwidth=1;
horizontalStyle.subimage="";
horizontalStyle.fontstyle="normal";
horizontalStyle.fontweight="Bold";
horizontalStyle.fontsize="11px";

 	 

with(milonic=new menuname("M1")){style=menuStyle;overflow="scroll";
aI("text=About FairPrice Plus;url=/about_us/about_us.shtm?bcid=M1_C1;");
aI("text=Brand Manifesto;url=/about_us/about_us.shtm?bcid=M1_C2;");}
with(milonic=new menuname("M2")){style=menuStyle;overflow="scroll";
aI("text=Funds Transfer;url=/services/Funds Transfer.shtm?bcid=M2_C1;");}
with(milonic=new menuname("M4")){style=menuStyle;overflow="scroll";
aI("text=Credit Card;url=/cards/credit_card/credit_card.shtm?bcid=M4_C1;");
aI("text=Supplementary Card;url=/cards/supp_card/FPP_Supp_CC.shtm?bcid=M4_C2;");}
with(milonic=new menuname("M5")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M6")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M7")){style=menuStyle;overflow="scroll";
aI("text=Home Insurance;url=/Insurance/Home_Insurance.shtm?bcid=M7_C1;");
aI("text=Travel Insurance;url=/Insurance/Travel Insurance.shtm?bcid=M7_C2;");}
with(milonic=new menuname("M8")){style=menuStyle;overflow="scroll";
aI("text=FairPrice Plus Promotions;url=/promotions/promotions.shtm?bcid=M8_C1;");
aI("text=Family Club Privileges;url=/promotions/promotions.shtm?bcid=M8_C2;");
aI("text=OCBC Flavours;url=/promotions/promotions.shtm?bcid=M8_C3;");
aI("text=OCBC Lifestyle Privileges;url=/promotions/promotions.shtm?bcid=M8_C4;");
aI("text=0% Instalment Plan;url=/promotions/promotions.shtm?bcid=M8_C5;");
aI("text=LinkPoints Privileges;url=/promotions/promotions.shtm?bcid=M8_C6;");
aI("text=VISA Privileges;url=/promotions/promotions.shtm?bcid=M8_C7;");
aI("text=ShopOnLine;url=/promotions/promotions.shtm?bcid=M8_C8;");}
with(milonic=new menuname("M9")){style=menuStyle;overflow="scroll";
aI("text=Internet Banking;url=/services/services-Internet%20banking.shtm?bcid=M9_C1;");
aI("text=Phone Banking;url=/services/services-phone%20banking.shtm?bcid=M9_C2;");
aI("text=ATM;url=/services/services-atm.shtm?bcid=M9_C3;");
aI("text=Payments;url=/services/payments.shtm?bcid=M9_C4;showmenu=M9_C4;");
aI("text=Forms;url=/services/forms_description.shtm?bcid=M9_C5;");
aI("text=AXS Station;url=http://www.axs.com.sg/axs_station/location/location.asp?bcid=M9_C6;");
aI("text=eStatement;url=/services/eStatement/eStatement.shtm?bcid=M9_C7;");}
with(milonic=new menuname("M10")){style=menuStyle;overflow="scroll";
aI("text=Contact Us;url=/help/contact_us/contact_us.shtm?bcid=M10_C1;");
aI("text=ATM Locator;url=http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_Listing.shtm?bcid=M10_C2;showmenu=M10_C2;");
aI("text=Road Show Locator;url=/highlight.shtm?bcid=M10_C3;");
aI("text=FAQs;url=/help/faq/faq_listing.shtm?bcid=M10_C4;");
aI("text=FairPrice Plus Pricing Guide;url=/help/faq/faq_listing.shtm?bcid=M10_C5;");
aI("text=Terms and Conditions;url=/help/terms_and_conditions/tnc_listing.shtm?bcid=M10_C6;");}
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("M4_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M4_C2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M7_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M7_C2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M8_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M8_C2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M8_C3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M8_C4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M8_C5")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M8_C6")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M8_C7")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M8_C8")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M9_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M9_C2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M9_C3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M9_C4")){style=menuStyle;overflow="scroll";
aI("text=Bill Payments;url=/services/payments.shtm?bcid=M9_C4_S1;");
aI("text=GIRO;url=/services/payments.shtm?bcid=M9_C4_S2;");}
with(milonic=new menuname("M9_C5")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M9_C6")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M9_C7")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M10_C1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M10_C2")){style=menuStyle;overflow="scroll";
aI("text=North Zone;url=http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_NorthZone.shtm?bcid=M10_C2_S1;");
aI("text=East Zone;url=http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_EastZone.shtm?bcid=M10_C2_S2;");
aI("text=West Zone;url=http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_WestZone.shtm?bcid=M10_C2_S3;");
aI("text=Central Zone;url=http://www.ocbc.com/personal-banking/helpcentre/Hcr_Atm_CentralZone.shtm?bcid=M10_C2_S4;");
aI("text=@FairPrice;url=/help/ATM_Locator.shtm?bcid=M10_C2_S5;");}
with(milonic=new menuname("M10_C3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M10_C4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M10_C5")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M10_C6")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M9_C4_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M9_C4_S2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M10_C2_S1")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M10_C2_S2")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M10_C2_S3")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M10_C2_S4")){style=menuStyle;overflow="scroll";}
with(milonic=new menuname("M10_C2_S5")){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;Internet Banking&nbsp;url=https://www.fairpriceplus.com/internet-banking/");
aI("text=&nbsp;About Us&nbsp;url=/about_us/about_us.shtm?bcid=M1;showmenu=M1;");
aI("text=&nbsp;Savings&nbsp;url=/savings/savings.shtm?bcid=M2;showmenu=M2;");
aI("text=&nbsp;Credit Card&nbsp;url=/cards/credit_card/credit_card.shtm?bcid=M4;showmenu=M4;");
aI("text=&nbsp;Debit Card&nbsp;url=/cards/debit_card/debit_card.shtm?bcid=M5;showmenu=M5;");
aI("text=&nbsp;Personal Loan&nbsp;url=/Personal Loan/Personal_Loan.shtm?bcid=M6;showmenu=M6;");
aI("text=&nbsp;Insurance&nbsp;url=#?bcid=M7;showmenu=M7;");
aI("text=&nbsp;Promotions&nbsp;url=/promotions/promotions.shtm?bcid=M8;showmenu=M8;");
aI("text=&nbsp;Services&nbsp;url=/services/services-main%20page.shtm?bcid=M9;showmenu=M9;");
aI("text=&nbsp;Help Centre&nbsp;url=/help/help_centre_overview.shtm?bcid=M10;showmenu=M10;");
}
			


	drawMenus()
}




// Publishing Footer Links

function footerLinks(){


document.write("<a href='/about_us/about_us.shtm?bcid=M1'>About Us</a> | <a href='/savings/savings.shtm?bcid=M2'>Savings</a> | <a href='/cards/credit_card/credit_card.shtm?bcid=M4'>Credit Card</a> | <a href='/cards/debit_card/debit_card.shtm?bcid=M5'>Debit Card</a> | <a href='/Personal Loan/Personal_Loan.shtm?bcid=M6'>Personal Loan</a> | <a href='#?bcid=M7'>Insurance</a> | <a href='/promotions/promotions.shtm?bcid=M8'>Promotions</a> | <a href='/services/services-main%20page.shtm?bcid=M9'>Services</a> | <a href='/help/help_centre_overview.shtm?bcid=M10'>Help Centre</a> ");			


}



