var imgname= new Array() imgname[0]="http://www.bpidirect.com/images/emall.gif|http://www.bpidirect.com" imgname[1]="http://www.bpidirect.com/images/eauto.gif|http://www.bpidirect.com" imgname[2]="http://www.bpidirect.com/images/save.gif|http://www.bpidirect.com" imgname[3]="http://www.bpidirect.com/images/remit.gif|http://www.bpidirect.com" // Configure text|URL the of menu1 var menu_1= new Array() menu_1[0]=" Savings Account|http://www.bpidirect.com/deposit_products/products.html#A" menu_1[1]=" Checking Account|http://www.bpidirect.com/deposit_products/products.html#B" menu_1[2]=" Time Deposit Account|http://www.bpidirect.com/deposit_products/products.html#C" menu_1[3]=" BPI Express Online|http://www.bpidirect.com/redirect.html" // Configure text|URL the of menu2 var menu_2= new Array() menu_2[0]="Auto Loan|http://www.bpidirect.com/loans/auto/auto.html" menu_2[1]="Home Loan|http://www.bpidirect.com/loans/home/home.html" menu_2[2]="Application Tips|http://www.bpidirect.com/loans/tips.html" menu_2[3]="Credit Cards|http://www.bpidirect.com/loans/cards/cards.html" // Configure text|URL the of menu3 var menu_3= new Array() menu_3[0]="Express Remit|http://www.bpidirect.com/remittance/express/express_remittance.html" //menu_3[1]="Online Remittance|http://www.bpidirect.com/remittance/online/online_remittance.html" // Configure text|URL the of menu4 var menu_4= new Array() menu_4[0]="e-Shopping Center|http://www.bpidirect.com/e-shopping/frame.html" menu_4[1]="e-Auto Center|http://www.bpidirect.com/e-shopping/e-auto/frame.html" menu_4[2]="e-Home Center|http://www.bpidirect.com/e-shopping/e-home/frame.html" menu_4[3]="e-Mall Center|http://www.bpidirect.com/e-shopping/e-mall/frame.html" // Configure text|URL the of menu5 var menu_5= new Array() menu_5[0]="Other Online Services|http://www.bpidirect.com/resources/forex/online_fx.html" menu_5[1]="Government Resources|http://www.bpidirect.com/resources/govt_links.html" menu_5[2]="Expat Pinoy Corner|http://www.bpidirect.com/resources/ofw_corner/features.html" // Configure text|URL the of menu6 var menu_6= new Array() menu_6[0]="BPI Direct|http://www.bpidirect.com/aboutus/aboutdirect.html" menu_6[1]="BPI Express Online|http://www.bpidirect.com/aboutus/abouteol.html" menu_6[2]="Terms and Conditions|http://www.bpidirect.com/aboutus/terms_condition.html" menu_6[3]="Financial Statements|http://www.bpidirect.com/aboutus/statements/report.html" // The height of the imagefield (pixels) var scrollerheight=85 // The width of the imagefield (pixels) var scrollerwidth=150 // The distance to the top border of the window (pixels) var scrollertop=2 // The distance to the left border of the window (pixels) var scrollerleft=464 // The background-image's (imagemap's) horizontal shift in relation to the imagefield (pixels) var leftdif=435 // The background-image's (imagemap's) vertical shift in relation to the imagefield (pixels) var topdif=2 // Font attributes of the submenu-links var font_linkface="Verdana" var font_linkcolor="yellow" var font_linksize="2" // The targets of the subemus var linktarget="_top" // standstill between the images of the slideshow (milliseconds) var standstillfix=3000 // how long shall the submenus be visible (milliscronds) var submenutime=10000 // the total number of your menu-items (menu-buttons on your imagemap) var buttonnumber=6 // Do not edit below this line var scrollerpadding=0 var cliptop=0 var clipbottom=scrollerheight-2*scrollerpadding var clipleft=0 var clipright=scrollerwidth var backgroundborder=0 var i_imgname=0 var mes_joined var mes_split var menu_joined var menu_split var contenttext var contentmenu var contentmenu2 var contentbg var scrollerbgcolor="" var totalheight=scrollerheight*(imgname.length) var i_height=0 var step=1 var pause=20 var standstillflex=0 var imgpreload=new Array() for (i=0;i<=imgname.length-1;i++) { menu_joined=imgname[i] menu_split=menu_joined.split("|") imgpreload[i]=new Image() imgpreload[i].src=menu_split[0] } var menu = new Array() var imenu1 = "javascript:showmenu('menu1')" var imenu2 = "javascript:showmenu('menu2')" var imenu3 = "javascript:showmenu('menu3')" var imenu4 = "javascript:showmenu('menu5')" var imenu5 = "javascript:showmenu('menu6')" var imenu6 = "javascript:showmenu('menu6')" function initializemenus(){ for (var ii=1;ii<=buttonnumber;ii++) { contentmenu="" contentmenu+="" contentmenu+="
" var thismenu=eval("menu_"+ii) for (i=0;i<=thismenu.length-1;i++) { menu_joined=thismenu[i] menu_split=menu_joined.split("|") contentmenu+=""+menu_split[0]+"" } contentmenu+="
" menu[ii]=contentmenu contentmenu="" } // menu[7] = "" if (document.all) { middle.innerHTML = menu[7] } else { var thismenu = eval("document.middle") thismenu.document.write(menu[7]) thismenu.document.close() } } function initiatemenus(){ for (var ii=1;ii<=buttonnumber;ii++) { contentmenu="" contentmenu+="" contentmenu+="" contentmenu+="
" contentmenu+="" contentmenu+="" contentmenu+="" contentmenu+="" var thismenu=eval("menu_"+ii) for (i=0;i<=thismenu.length-1;i++) { menu_joined=thismenu[i] menu_split=menu_joined.split("|") contentmenu+=""+menu_split[0]+"
" } contentmenu+="
" contentmenu+="" contentmenu+="" contentmenu+="
" if (document.all) { var thismenudiv=eval("document.all.menu"+ii+".style") var thisinnerhtml=eval("menu"+ii) thisinnerhtml.innerHTML=contentmenu thismenudiv.posTop=0 thismenudiv.posLeft=0 } if (document.layers) { var thismenudiv=eval("document.menu"+ii) thismenudiv.document.write(contentmenu) thismenudiv.document.close() thismenudiv.top=0 thismenudiv.left=0 } contentmenu="" } initiatemiddle() } function initiatemiddle() { contentmenu="" contentmenu+="" // contentmenu+="" contentmenu+="
" contentmenu+="" contentmenu+="" contentmenu+="" contentmenu+="" // contentmenu+="" // contentmenu+="" contentmenu+="" contentmenu+="" contentmenu+="" contentmenu+="
" contentmenu2="" contentmenu2+="" contentmenu2+="" contentmenu2+="" contentmenu2+="" contentmenu2+="" contentmenu2+="" contentmenu2+="" contentmenu2+="" contentmenu2+="
 
 
 
 
 
" contentmenu2+="Home" contentmenu2+="Help " contentmenu2+="Transact " contentmenu2+="Contact Us" contentmenu2+="
" if (document.all) { var thismenudiv=eval("document.all.middlepic.style") var thisinnerhtml=eval("middlepic") thisinnerhtml.innerHTML=contentmenu thismenudiv.posTop=0 thismenudiv.posLeft=0 thismenudiv=eval("document.all.buttonmenu.style") thisinnerhtml=eval("buttonmenu") thisinnerhtml.innerHTML=contentmenu2 thismenudiv.posTop=0 thismenudiv.posLeft=0 } if (document.layers) { var thismenudiv=eval("document.middlepic") thismenudiv.document.write(contentmenu) thismenudiv.document.close() thismenudiv.top=0 thismenudiv.left=0 thismenudiv=eval("document.buttonmenu") thismenudiv.document.write(contentmenu2) thismenudiv.document.close() thismenudiv.top=0 thismenudiv.left=0 } contentmenu="" } function initiatescroller(){ contenttext="" contenttext+="" for (i=0;i<=imgname.length-1;i++) { mes_joined=imgname[i] mes_split=mes_joined.split("|") contenttext+="" } contenttext+="

" contentbg="
 
" } function scroll(){ standstillflex=standstillfix if (document.all){ if (i_height