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",1,1,"clB",0,"bottom",0,0,0,0,0);
//oM.level[0].filter="PROGID:DXImageTransform.Microsoft.Alpha(opacity=97, finishopacity=87, style=1)";
oM.level[1]=new cm_makeLevel(175,30,"item_off","item_on",1,1,"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) 
*************************************/

//MEMBER BENEFITS
oM.makeMenu('menu1');
oM.makeMenu('menu1_1','menu1',"What is a Credit Union?", "/about/creditunion.html");
oM.makeMenu('menu1_2','menu1',"Who Can Join SECU?", "/about/join.html");
oM.makeMenu('menu1_3','menu1',"New Membership Checklist", "/about/checklist.html");
oM.makeMenu('menu1_4','menu1',"Membership Application", "/disclosures/disclosure1a.html");
oM.makeMenu('menu1_5','menu1',"Send More Information", "/form-post/e-info.html");
oM.makeMenu('menu1_6','menu1',"Group Benefits", "/about/group.html");
oM.makeMenu('menu1_7','menu1',"Member Discounts", "/about/discount.html");



//SAVINGS & CHECKING
oM.makeMenu('menu2');
oM.makeMenu('menu2_1','menu2',"Savings Accounts", "/products/savings_inx.html");
oM.makeMenu('menu2_2','menu2',"Checking Accounts", "/products/checking_inx.html");
oM.makeMenu('menu2_3','menu2',"Loans", "/products/loans_inx.html");
oM.makeMenu('menu2_4','menu2',"Home Equity & Mortgages", "/products/loans/homeequity.html");
oM.makeMenu('menu2_5','menu2',"ATM/Debit Cards", "/products/checking/checkcard.html");
oM.makeMenu('menu2_6','menu2',"Insurance", "/services/insurance.html");
oM.makeMenu('menu2_7','menu2',"Investments", "/services/investments.html");
oM.makeMenu('menu2_8','menu2',"Brochures", "/about/brochures.html");


//LOANS & MORTGAGES
oM.makeMenu('menu3');
oM.makeMenu('menu3_1','menu3',"Online Services", "/online_services/online-index.html");
oM.makeMenu('menu3_2','menu3',"Telephone Banking", "/services/phone.html");
oM.makeMenu('menu3_3','menu3',"Wire Transfers", "/services/wire.html");
oM.makeMenu('menu3_4','menu3',"Payment Protection", "/services/insurance.html#a");
oM.makeMenu('menu3_5','menu3',"Direct Deposit/Payroll Deduction", "/products/savings/directdeposit.html");
oM.makeMenu('menu3_6','menu3',"MEMBER Financial Service", "/services/members-financial-service.html");
oM.makeMenu('menu3_7','menu3',"Auto Buying Services", "/services/auto-finders.html");





//CARDS
oM.makeMenu('menu4');
oM.makeMenu('menu4_1','menu4',"Checking Rates", "/products/rates.html");
oM.makeMenu('menu4_2','menu4',"Savings Rates", "/products/rates.html");
oM.makeMenu('menu4_3','menu4',"Loan Rates","/products/loans/rates.html");
oM.makeMenu('menu4_4','menu4',"Fee Schedule", "/products/checking/fees.html");



//ABOUT US
oM.makeMenu('menu5');
oM.makeMenu('menu5_1','menu5',"ATM/Debit Card Application", "/disclosures/disclosure3a.html");
oM.makeMenu('menu5_2','menu5',"Change of Address Form","/forms_app/disclose3.html");
oM.makeMenu('menu5_3','menu5',"Checking Application","/disclosures/disclosure4a.html");
oM.makeMenu('menu5_4','menu5',"Deposit/Withdraw Form","/forms_app/disclose0.html");
oM.makeMenu('menu5_5','menu5',"Direct Deposit Form","/forms_app/disclose10.html");
oM.makeMenu('menu5_6','menu5',"Family Verification Form","/forms_app/disclose12.html");
oM.makeMenu('menu5_7','menu5',"New Membership Application","/disclosures/disclosure1a.html");
oM.makeMenu('menu5_8','menu5',"Payroll Deduction Form (Current State Employee)","/forms_app/disclose6.html");
oM.makeMenu('menu5_9','menu5',"Payroll Deduction Form (Retired State Employees)", "/forms_app/disclose13.html");
oM.makeMenu('menu5_10','menu5',"Membership Checklist","/forms_app/disclose11.html");
oM.makeMenu('menu5_11','menu5',"Loan Application","/forms_app/disclose1.html");
oM.makeMenu('menu5_12','menu5',"Report Lost/Stolen Card","/siteinfo/lost-card.html");
oM.makeMenu('menu5_13','menu5',"Send More Information","/forms_app/disclose9.html");

//ABOUT US
oM.makeMenu('menu6');
oM.makeMenu('menu6_1','menu6',"Calculators", "/calculators/index.html");
oM.makeMenu('menu6_2','menu6',"Publications", "/resources/publications.html");
oM.makeMenu('menu6_3','menu6',"Newsroom", "/resources/newsroom.html");
oM.makeMenu('menu6_4','menu6',"Credit Union Links", "/resources/links.html");
oM.makeMenu('menu6_5','menu6',"Consumer Links", "/resources/consumer-links.html");
oM.makeMenu('menu6_6','menu6',"Identity Theft Links", "/resources/id-theft-links.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("MEMBER");
var dropmenu2 = new FindPosition("PRODUCTS");
var dropmenu3 = new FindPosition("SERVICES");
var dropmenu4 = new FindPosition("RATES");
var dropmenu5 = new FindPosition("FORMS");
var dropmenu6 = new FindPosition("RESOURCES");

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