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=90, finishopacity=100, style=3)";
oM.level[1]=new cm_makeLevel(145,20,"item_off","item_on",0,0,"clB",0,"right",0,0,imgdir+"tri.gif",5,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','Online Banking',sitedir+'online_banking_olb.html'); 
/*oM.makeMenu('menu1_1_1','menu1_1','Register for Online Banking/Bill Pay','https://www.twsbank.com/onlineserv/HB/STDReg.cgi?STDRegStep1=yes&runmode=REGISTRATION', "_self", 145, 35);*/
oM.makeMenu('menu1_2','menu1','Online Bill Pay',sitedir+'online_banking_bp.html'); 
oM.makeMenu('menu1_3','menu1','Reorder Checks',sitedir+'online_banking_rc.html');
oM.makeMenu('menu1_3_1','menu1_3','Deluxe Checks',"javascript:showWarning('http://www.deluxe.com');");
oM.makeMenu('menu1_3_2','menu1_3','Liberty Checks',"javascript:showWarning('http://reorder.libertysite.com');");

oM.makeMenu('menu2');
oM.makeMenu('menu2_1','menu2','Checking',sitedir+'prod_serv_che.html'); 
oM.makeMenu('menu2_1_1','menu2_1','Regular Checking',sitedir+'prod_serv_che.html#reg');
oM.makeMenu('menu2_1_2','menu2_1','Student Checking',sitedir+'prod_serv_che.html#stu');
oM.makeMenu('menu2_1_3','menu2_1','Now Account',sitedir+'prod_serv_che.html#now');
oM.makeMenu('menu2_1_4','menu2_1','Money Market Account',sitedir+'prod_serv_che.html#mma');
oM.makeMenu('menu2_2','menu2','Savings & CDs',sitedir+'prod_serv_sav.html'); 
oM.makeMenu('menu2_2_1','menu2_2','Regular Savings',sitedir+'prod_serv_sav.html#reg'); 
oM.makeMenu('menu2_2_2','menu2_2','Certificates of Deposit',sitedir+'prod_serv_sav.html#cd'); 
oM.makeMenu('menu2_3','menu2','IRAs',sitedir+'prod_serv_ira.html');
oM.makeMenu('menu2_4','menu2','ATM/Debit Cards',sitedir+'prod_serv_atm.html');
oM.makeMenu('menu2_5','menu2','Loans',sitedir+'prod_serv_loa.html'); 
oM.makeMenu('menu2_5_1','menu2_5','Consumer Loans',sitedir+'prod_serv_loa.html#con');
oM.makeMenu('menu2_5_2','menu2_5','Real Estate Loans',sitedir+'prod_serv_loa.html#rea');
oM.makeMenu('menu2_5_3','menu2_5','Commercial Loans',sitedir+'prod_serv_loa.html#com');
oM.makeMenu('menu2_5_4','menu2_5','Agricultural Loans',sitedir+'prod_serv_loa.html#agr');
oM.makeMenu('menu2_6','menu2','Other Services',sitedir+'prod_serv_oth.html');


oM.makeMenu('menu3');
oM.makeMenu('menu3_1','menu3','Loan Calculator',sitedir+'calculators_loa.html'); 
oM.makeMenu('menu3_2','menu3','Savings Calculator',sitedir+'calculators_sav.html'); 
oM.makeMenu('menu3_3','menu3','Retirement Calculator',sitedir+'calculators_ret.html'); 

oM.makeMenu('menu4');
oM.makeMenu('menu4_1','menu4','WaKeeney Links',sitedir+'quicklinks_wkl.html'); 
oM.makeMenu('menu4_1_1','menu4_1','Trego Co. Economic Development', "javascript:showWarning('http://www.tregocountyks.com')", "_self", 145, 35); 

oM.makeMenu('menu4_1_2','menu4_1','WaKeeney Chamber of Commerce', "javascript:showWarning('http://www.wakeeney.org')", "_self", 145, 35); 
oM.makeMenu('menu4_1_3','menu4_1','More WaKeeney Info', "javascript:showWarning('http://www.wakeeney.com')"); 
oM.makeMenu('menu4_1_4','menu4_1','TCHS News', "javascript:showWarning('http://www.tregoeagles.com')"); 


oM.makeMenu('menu4_2','menu4','Financial Links',sitedir+'quicklinks_fin.html'); 
oM.makeMenu('menu4_2_1','menu4_2','NADA - Used Car Value Guide', "javascript:showWarning('http://www.nadaguides.com')", "_self", 145, 35); 
oM.makeMenu('menu4_2_2','menu4_2','FDIC Insurance', "javascript:showWarning('http://www2.fdic.gov/edie')"); 
oM.makeMenu('menu4_2_3','menu4_2','Savings Bonds', "javascript:showWarning('http://www.treasurydirect.gov')"); 





		
		
		
		
 		
	 	
		
		












// example
//oM.makeMenu('menu2_6','menu2','Other Services', "javascript:showWarning('" + sitedir+'prod_serv_oth.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("online_banking");
var dropmenu2 = new  FindPosition("prod_serv");
var dropmenu3 = new  FindPosition("calcs");
var dropmenu4 = new  FindPosition("quicklinks");



function showMenu(menu){
	switch(menu){
		case "menu1":
		oM.m["menu1"].b.moveIt(dropmenu1.xPos+170,dropmenu1.yPos+0);
		break;
		case "menu2":
        oM.m["menu2"].b.moveIt(dropmenu2.xPos+170,dropmenu2.yPos+0);
		break;
		case "menu3":
		oM.m["menu3"].b.moveIt(dropmenu3.xPos+170,dropmenu3.yPos+0);
		break;
		case "menu4":
		oM.m["menu4"].b.moveIt(dropmenu4.xPos+170,dropmenu4.yPos+0);
		break;   
		case "menu5":
		oM.m["menu5"].b.moveIt(dropmenu5.xPos-15,dropmenu4.yPos+27);
		break;   
		case "menu6":
		oM.m["menu6"].b.moveIt(dropmenu6.xPos-15,dropmenu4.yPos+27);
		break;   
	} 
	oM.showsub(menu);
	
}






