oM=new makeCM("oM"); 
oM.resizeCheck=0; 
oM.rows=1;  
oM.onlineRoot=""
oM.offlineRoot=""
oM.pxBetween=0; 
oM.fillImg=imgdir+"spacer.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=94, finishopacity=94, style=2)";
oM.level[1]=new cm_makeLevel(225,25,"item_off","item_on",0,0,"bordercolor",0,"right",0,0,imgdir+"tri.gif",5,10);
oM.level[1].roundBorder=0;
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
// more info
oM.makeMenu('menu1');
	oM.makeMenu('menu1_1','menu1','New Users?',"https://www.wraystatebank.com/onlineserv/HB/STDReg.cgi");
	//oM.makeMenu('menu1_2','menu1','Forgotten Password?',"/onlineserv/HB/ForgottenPW.html");
	oM.makeMenu('menu1_2','menu1','AOL Users',"/onlineserv/HB/aol.html");
	oM.makeMenu('menu1_3','menu1','Difficulties Logging in?',"/onlineserv/HB/login_help.html");
	oM.makeMenu('menu1_4','menu1','Security',"/onlineserv/HB/security_site/index.html");

oM.makeMenu('menu2')
	oM.makeMenu('menu2_1','menu2','Agricultural and Business Loans',sitedir+'lending.html#commercial');
	oM.makeMenu('menu2_2','menu2','Residential Loans',sitedir+'lending.html#residential');
	oM.makeMenu('menu2_3','menu2','Personal Loans',sitedir+'lending.html#personal');
	oM.makeMenu('menu2_4','menu2','Vehicle Loans',sitedir+'lending.html#vehicle');


oM.makeMenu('menu3')
	oM.makeMenu('menu3_1','menu3','Checking',sitedir+'b_checking.html');
		oM.makeMenu('menu3_1_1','menu3_1','Interest-Bearing Checking','javascript:void(0)');
			oM.makeMenu('menu3_1_1_1','menu3_1_1','Hometown Checking I',sitedir+'b_checking.html#hometowni');
		    oM.makeMenu('menu3_1_1_2','menu3_1_1','Hometown Checking II',sitedir+'b_checking.html#hometownii');
		    oM.makeMenu('menu3_1_1_3','menu3_1_1','Hometown Checking III',sitedir+'b_checking.html#hometowniii');
		    oM.makeMenu('menu3_1_1_4','menu3_1_1','NOW Checking',sitedir+'b_checking.html#now');
		    oM.makeMenu('menu3_1_1_5','menu3_1_1','SUPER NOW Checking',sitedir+'b_checking.html#supernow');			
	    oM.makeMenu('menu3_1_2','menu3_1','Other Checking','javascript:void(0)');
		    oM.makeMenu('menu3_1_2_1','menu3_1_2','Personal Checking',sitedir+'b_checking.html#personal');
		    oM.makeMenu('menu3_1_2_2','menu3_1_2','Business Checking',sitedir+'b_checking.html#business');  

	oM.makeMenu('menu3_2','menu3','Savings ',sitedir+'b_savings.html');
    	oM.makeMenu('menu3_2_1','menu3_2','Regular Savings Account',sitedir+'b_savings.html#savings');	
    	oM.makeMenu('menu3_2_2','menu3_2','Money Market Account',sitedir+'b_savings.html#moneymarket');
    	oM.makeMenu('menu3_2_3','menu3_2','CDs and IRAs',sitedir+'b_savings.html#cdira');
    	//oM.makeMenu('menu3_2_4','menu3_2','Junior CD',sitedir+'b_savings.html#jrcd');
//    	oM.makeMenu('menu3_2_5','menu3_2','Dormant Savings Fee',sitedir+'b_savings.html#dormant');
  //  	oM.makeMenu('menu3_2_6','menu3_2','ATM and MasterCard Check Card',sitedir+'b_savings.html#checkcard');

	oM.makeMenu('menu3_3','menu3','Other Services',sitedir+'b_other.html');
    	oM.makeMenu('menu3_3_1','menu3_3','ATM &amp; MasterCard Check Card/Debit Card',sitedir+'b_other.html#atm');
    	oM.makeMenu('menu3_3_2','menu3_3','Safe Deposit Boxes',sitedir+'b_other.html#sdbox');
    	oM.makeMenu('menu3_3_3','menu3_3','Miscellaneous Services',sitedir+'b_other.html#misc');		
    	oM.makeMenu('menu3_3_4','menu3_3','Escrow Fee',sitedir+'b_other.html#escrow');

	oM.makeMenu('menu3_4','menu3','Voice Access Banking',sitedir+'voice_access.html');
	oM.makeMenu('menu3_5','menu3','Heritage Club',sitedir+'b_heritage.html');
    
oM.makeMenu('menu4');
	oM.makeMenu('menu4_1','menu4','Loan Calculator',sitedir+'calcs_loan.html');
	oM.makeMenu('menu4_2','menu4','Loan Comparison Calculator',sitedir+'calcs_loancomp.html');
	oM.makeMenu('menu4_3','menu4','Mortgage Calculator',sitedir+'calcs_mortgage.html');
	oM.makeMenu('menu4_4','menu4','Retirement Calculator',sitedir+'calcs_retire.html');
	oM.makeMenu('menu4_5','menu4','Savings Calculator',sitedir+'calcs_savings.html');
	oM.makeMenu('menu4_6','menu4','Kids Calculator',sitedir+'calcs_kids.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("more_info");
var dropmenu2 = new  FindPosition("lending");
var dropmenu3 = new  FindPosition("banking");
var dropmenu4 = new  FindPosition("calcs");

function showMenu(menu){
	switch(menu){
		case "menu1":
        if(window.homepage)
    		oM.m["menu1"].b.moveIt(dropmenu1.xPos+60,dropmenu1.yPos-6);
        else
    		oM.m["menu1"].b.moveIt(dropmenu1.xPos+62,dropmenu1.yPos-6);
		break;
		case "menu2":
        oM.m["menu2"].b.moveIt(dropmenu2.xPos+190,dropmenu2.yPos-3);
		break;
		case "menu3":
		oM.m["menu3"].b.moveIt(dropmenu3.xPos+190,dropmenu3.yPos-2);
		break;
		case "menu4":
		oM.m["menu4"].b.moveIt(dropmenu4.xPos+190,dropmenu4.yPos-2);
		break;
	} 
	oM.showsub(menu);
	
}