oM=new makeCM("oM"); 
oM.resizeCheck=0; 
oM.rows=1;  
oM.onlineRoot=""
oM.offlineRoot=""
oM.pxBetween=0; 
oM.fillImg=imgdir+"clearpix.gif"; 
oM.fromTop=0; 
oM.fromLeft=0; 
oM.wait=300; 
oM.zIndex=400;
oM.useBar=0; 
oM.barWidth="0"; 
oM.barHeight="menu"; 
oM.barX=0;
oM.barY="menu"; 
oM.barClass="clB";
oM.barBorderX=0; 
oM.barBorderY=0;
db='<span class="bullet">&#149; </span>';

//oM.level[0]=new cm_makeLevel(width,height,regClass,overClass,borderX,borderY,borderClass,rows,align,offsetX,offsetY,arrow,arrowWidth,arrowHeight)
oM.level[0]=new cm_makeLevel(0,0,"bordercolor","bordercolor",0,0,"clB",0,"bottom",0,0,0,0,0);
oM.level[0].filter="progid:DXImageTransform.Microsoft.Alpha(opacity=100, finishopacity=100, style=3)";
oM.level[1]=new cm_makeLevel(195,25,"item_off","item_on",0,1,"bordercolor",0,"right",0,0,imgdir+"tri.gif",10,10);
oM.level[1].roundBorder=1;
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/


oM.makeMenu('menu1');
oM.makeMenu('menu1_1','menu1','Bank&rsquo;s History',sitedir+'about_history.html');
oM.makeMenu('menu1_2','menu1','Locations and Hours',sitedir+'about_location_hours.html');
oM.makeMenu('menu1_3','menu1','Privacy Policy',sitedir+'about_privacy_policy.html');
oM.makeMenu('menu1_4','menu1','Disclosures',sitedir+'about_disclosure.html');
		oM.makeMenu('menu1_4_1','menu1_4','Business Disclosure',sitedir+'about_disclosure_business.html');
		oM.makeMenu('menu1_4_2','menu1_4','Personal Disclosure',sitedir+'about_disclosure_personal.html');
oM.makeMenu('menu1_5','menu1','Employment Opportunities',sitedir+'about_employment.html');
oM.makeMenu('menu1_6','menu1','Contact Us',sitedir+'about_contact_us.html');


oM.makeMenu('menu2');
oM.makeMenu('menu2_1','menu2','Deposit Products &amp; Services',sitedir+'personal_deposit.html');
		oM.makeMenu('menu2_1_1','menu2_1','Checking',sitedir+'personal_deposit_checking.html');
		oM.makeMenu('menu2_1_2','menu2_1','Savings',sitedir+'personal_deposit_savings.html');
		oM.makeMenu('menu2_1_3','menu2_1','Money Market Accounts',sitedir+'personal_deposit_money.html');
		oM.makeMenu('menu2_1_4','menu2_1','Certificates of Deposit',sitedir+'personal_deposit_cd.html');
		oM.makeMenu('menu2_1_5','menu2_1','Online Banking',sitedir+'personal_deposit_ob.html');
		oM.makeMenu('menu2_1_6','menu2_1','Electronic Bill Payment',sitedir+'personal_deposit_ob.html#billpay');
		
		oM.makeMenu('menu2_1_7','menu2_1','MasterMoney<sup>&reg;</sup> Debit Card',sitedir+'personal_deposit_ob.html#debit');
		oM.makeMenu('menu2_1_8','menu2_1','Telephone Banking',sitedir+'personal_deposit_ob.html#telephone');


oM.makeMenu('menu2_2','menu2','Consumer Loan Products',sitedir+'personal_consumer.html');
		oM.makeMenu('menu2_2_1','menu2_2','Home Equity Lines of Credit',sitedir+'personal_consumer.html#equity');
		oM.makeMenu('menu2_2_2','menu2_2','Installment Loans',sitedir+'personal_consumer.html#installment');
		oM.makeMenu('menu2_2_3','menu2_2','Personal Lines of Credit',sitedir+'personal_consumer.html#lines_of_credit');

oM.makeMenu('menu3');
oM.makeMenu('menu3_1','menu3','Deposit Products &amp; Services',sitedir+'business_deposit.html');
		oM.makeMenu('menu3_1_1','menu3_1','Remote Deposit',sitedir+'remote_deposit.html');
		oM.makeMenu('menu3_1_2','menu3_1','Business Interest Checking',sitedir+'business_deposit_interest_checking.html');
		oM.makeMenu('menu3_1_3','menu3_1','Savings',sitedir+'business_deposit_savings.html');
		oM.makeMenu('menu3_1_4','menu3_1','Money Market Accounts',sitedir+'business_deposit_money.html');
		oM.makeMenu('menu3_1_5','menu3_1','Certificates of Deposit',sitedir+'business_deposit_cd.html');
		oM.makeMenu('menu3_1_6','menu3_1','Business Banking Online',sitedir+'business_deposit_safenet.html');
		oM.makeMenu('menu3_1_7','menu3_1','Telephone Banking',sitedir+'business_deposit_telephone.html');	
		//oM.makeMenu('menu3_1_7','menu3_1','Desktop Deposit',sitedir+'business_deposit_desktop.html');	
oM.makeMenu('menu3_2','menu3','Commercial Loan Products',sitedir+'business_commercial.html');
		//oM.makeMenu('menu3_2_1','menu3_2','Small Business Loans',sitedir+'business_commercial.html#small');
		//oM.makeMenu('menu3_2_2','menu3_2','Investment Lines of Cedit',sitedir+'business_commercial.html#investment');
		//oM.makeMenu('menu3_2_3','menu3_2','Real Estate Purchase and Development',sitedir+'business_commercial.html#real_estate');

oM.makeMenu('menu4');
oM.makeMenu('menu4_1','menu4','Bounce Protection<sup>&reg;</sup>',sitedir+'other_bounce.html');
oM.makeMenu('menu4_2','menu4','CDARS<sup>&reg;</sup> CDs',sitedir+'other_cdars.html');

oM.makeMenu('menu5');
oM.makeMenu('menu5_1','menu5','Deposit Rates',sitedir+'rates_deposit.html');
oM.makeMenu('menu5_2','menu5','Miscellaneous Fees and Charges',sitedir+'rates_miscellaneous.html');


	
oM.menuPlacement=new Array(0);
oM.construct();

function FindPosition(image_name){
    if(!document.images[image_name]){
        return null;
    }
    this.image_name = image_name;
    this.xPos = 500;
    this.yPos = 500;
    this.ref_image = document.images[image_name];
    this.getRealLeft = getRealLeft;
    this.getRealTop = getRealTop;
    this.getRealLeft();
    this.getRealTop();
}

function getRealLeft(move) {
   if(!move){
        move = 0;
    }
   if(document.layers){
     this.xPos = this.ref_image.x + move;    
     return this.xPos;
   }
	this.xPos = this.ref_image.offsetLeft;
	tempEl = this.ref_image.offsetParent;
  	while (tempEl != null) {
  		this.xPos += tempEl.offsetLeft;
  		tempEl = tempEl.offsetParent;
  	}
    this.xPos = this.xPos + move;
	return this.xPos;
}

function getRealTop(move) {
    if(!move){
        move = 0;
    }
    if(document.layers){
     this.yPos = this.ref_image.y + move; 
     return this.yPos
   }
	this.yPos = this.ref_image.offsetTop;
	tempEl = this.ref_image.offsetParent;
	while (tempEl != null) {
  		this.yPos += tempEl.offsetTop;
  		tempEl = tempEl.offsetParent;
  	}
    this.yPos = this.yPos + move;
	return this.yPos;
}

var dropmenu1 = new  FindPosition("about");
var dropmenu2 = new  FindPosition("personal");
var dropmenu3 = new  FindPosition("business");
var dropmenu4 = new  FindPosition("other");
var dropmenu5 = new  FindPosition("rates");
var dropmenu6 = new  FindPosition("xxxxx");

function showMenu(menu){
	switch(menu){
		case "menu1":
		oM.m["menu1"].b.moveIt(dropmenu1.xPos,dropmenu1.yPos+26);
		break;
		case "menu2":
        oM.m["menu2"].b.moveIt(dropmenu2.xPos,dropmenu2.yPos+26);
		break;
		case "menu3":
		oM.m["menu3"].b.moveIt(dropmenu3.xPos,dropmenu3.yPos+26);
		break;
		case "menu4":
		oM.m["menu4"].b.moveIt(dropmenu4.xPos,dropmenu4.yPos+26);
		break;
        case "menu5":
		oM.m["menu5"].b.moveIt(dropmenu5.xPos,dropmenu5.yPos+26);
		break;
		case "menu6":
		oM.m["menu6"].b.moveIt(dropmenu6.xPos,dropmenu6.yPos+26);
		break;
	} 
	oM.showsub(menu);
	
}



