function mmLoadMenus() {
  if (window.mm_menu_0927143703_0) return;
    window.mm_menu_0927143703_0 = new Menu("root",115,16,"Tahoma",10,"#BA2434","#000000","#FFFFFF","#DEDCDB","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_0927143703_0.addMenuItem("ATM&nbsp;Locator","window.open('http://info.bpiexpressonline.com/bpiprod/prodserv.nsf/Pop-Ups/ATMSearch', 'locator','scrollbars=yes,width=700,height=500');");
    mm_menu_0927143703_0.addMenuItem("Branch&nbsp;Locator","window.open('http://info.bpiexpressonline.com/bpiprod/prodserv.nsf/Pop-Ups/BranchesSearch', 'locator','scrollbars=yes,width=700,height=500');");
    mm_menu_0927143703_0.hideOnMouseOut=true;
    mm_menu_0927143703_0.bgColor='#999999';
    mm_menu_0927143703_0.menuBorder=1;
    mm_menu_0927143703_0.menuLiteBgColor='#DEDCDB';
    mm_menu_0927143703_0.menuBorderBgColor='#BA2434';

    window.mm_menu_0927153735_0 = new Menu("root",102,16,"Tahoma",10,"#BA2434","#000000","#FFFFFF","#DEDCDB","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_0927153735_0.addMenuItem("Features","location='https://www.bpiexpressonline.com/direct_features.htm'");
    mm_menu_0927153735_0.addMenuItem("Benefits","location='https://www.bpiexpressonline.com/learnmore/learnmore_benefits.asp'");
    mm_menu_0927153735_0.addMenuItem("Requirements","location='https://www.bpiexpressonline.com/learnmore/learnmore_requirements.asp'");
    mm_menu_0927153735_0.addMenuItem("Pricing","location='https://www.bpiexpressonline.com/learnmore/learnmore_pricing.asp'");
    mm_menu_0927153735_0.addMenuItem("Glossary","location='https://www.bpiexpressonline.com/customer/glossary_details.asp'");
    mm_menu_0927153735_0.hideOnMouseOut=true;
    mm_menu_0927153735_0.bgColor='#999999';
    mm_menu_0927153735_0.menuBorder=1;
    mm_menu_0927153735_0.menuLiteBgColor='#DEDCDB';
    mm_menu_0927153735_0.menuBorderBgColor='#BA2434';

    mm_menu_0927153735_0.writeMenus();
} // mmLoadMenus()

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function P7_JumpMenu(selObj,restore){ //v1.4 by Project Seven
	var theFullString = selObj.options[selObj.selectedIndex].value;
	if (restore) selObj.selectedIndex=0;
	var theLength = theFullString.length;
	var endPos = theFullString.lastIndexOf("~");
	var theUrl, theTarget, theParent;
	if (endPos > 0) {theUrl = theFullString.substring(0,endPos);}
	else {theUrl = theFullString;}
	endPos++
	if (endPos < theLength) {theTarget = theFullString.substring(endPos,theLength)}
	else {theTarget = "window:Main";}
	if (theTarget == "window:New") {window.open(theUrl);}
	else if (theTarget == "window:Main") {eval("parent.location='"+theUrl+"'");}
	else {eval("parent.frames[\'"+theTarget+"\'].location='"+theUrl+"'");}
}