// CONTACT
dropMENU1 = new Array (
	150,15,
	"#05030B","#8CAB53","#9FC45E",  // color, bgcolor, hicolor
	"../images/common/transpacer.gif", // bullet image
	"../images/common/transpacer.gif", // border image
	"#4A6E0C",1, // bordercolour, borderwidth
	"tblNavSecondary", // class
	"BRANCHES","../contact_us/branches.asp",1,0, // Menu Text, A Link, Number of Lines, 0=normal_link; 1=_blank link
//	"ONLINE","../contact_us/online.asp",1,0,
	"FEEDBACK","../contact_us/feedback.asp",1,0
);

// RATES
dropMENU2 = new Array (
	150,15,
	"#05030B","#8CAB53","#9FC45E",  // color, bgcolor, hicolor
	"../images/common/transpacer.gif", // bullet image
	"../images/common/transpacer.gif", // border image
	"#4A6E0C",1, // bordercolour, borderwidth
	"tblNavSecondary", // class
	"SAVINGS / DEPOSITS","../interest_rates/savings_deposits.asp",1,0, // Menu Text, A Link, Number of Lines, 0=normal_link; 1=_blank link
	"LOANS","../interest_rates/loans.asp",1,0
);

// OTHER
dropMENU3 = new Array (
	150,15,
	"#05030B","#8CAB53","#9FC45E",  // color, bgcolor, hicolor
	"../images/common/transpacer.gif", // bullet image
	"../images/common/transpacer.gif", // border image
	"#4A6E0C",1, // bordercolour, borderwidth
	"tblNavSecondary", // class
	"PHONE BANKING","../other_services/phonebanking.asp",1,0, // Menu Text, A Link, Number of Lines, 0=normal_link; 1=_blank link
	"REDICARD","../other_services/redicard.asp",1,0,
	"MYCARD","../other_services/mycard.asp",1,0,
	"INSURANCE","../other_services/insurance.asp",1,0,
	"FEES & CHARGES","../other_services/fees_charges.asp",1,0
);