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=90, style=3)";
oM.level[1]=new cm_makeLevel(195,25,"item_off","item_on",2,2,"bordercolor",0,"right",0,0,imgdir+"tri.gif",13,13);
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) 
*************************************/
oM.makeMenu('menu1');
oM.makeMenu('menu1_1','menu1','Product and Services Guide','http://www.fortfinancialcu.org/products.html');
oM.makeMenu('menu2');
oM.makeMenu('menu2_1','menu2','Newsletter','http://www.fortfinancialcu.org/newsletter.html');
oM.makeMenu('menu3')
oM.makeMenu('menu3_1','menu3','Rates','http://www.fortfinancialcu.org/rates.html');  
oM.makeMenu('menu3_2','menu3','Calculators','http://www.fortfinancialcu.org/newcalc.html');  
oM.makeMenu('menu3_3','menu3','Loan Applications','https://loans.fortfinancialcu.org/netlend/client/applications/default.aspx');  
oM.makeMenu('menu4')
oM.makeMenu('menu4_1','menu4','Branches','http://www.fortfinancialcu.org/locations.html');  
oM.makeMenu('menu4_2','menu4','Service Centers','http://www.creditunion.net/');  
oM.makeMenu('menu4_3','menu4','ATMs','javascript:showWin(\'3rd.html\',\'http://www.allianceone.coop\');');  
oM.makeMenu('menu5')
oM.makeMenu('menu5_1','menu5','Eligiblity','http://www.fortfinancialcu.org/seglist.html');  
oM.makeMenu('menu5_2','menu5','Rates','http://www.fortfinancialcu.org/rates.html');  
oM.makeMenu('menu5_3','menu5','Fees','http://www.fortfinancialcu.org/fees.html');  
oM.makeMenu('menu5_4','menu5','Fort Financial Territory','http://www.fortfinancialcu.org/territory.html');  
/*oM.makeMenu('menu5_5','menu5','Turbo Tax','http://www.turbotax.intuit.com/welcome/affiliatecobrand04/live.htm?source=danafe');  */
oM.makeMenu('menu6')
oM.makeMenu('menu6_1','menu6','Privacy Notice','http://www.fortfinancialcu.org/privacynotice.html');  
oM.makeMenu('menu6_2','menu6','Electronic Fund Transfer Laws','http://www.fortfinancialcu.org/disclosure.html');  
oM.makeMenu('menu7')
oM.makeMenu('menu7_1','menu7','Loan Applications','https://loans.fortfinancialcu.org/netlend/client/applications/default.aspx');  
//oM.makeMenu('menu7_2','menu7','Visa Applications','https://loans.fortfinancialcu.org/netlend/client/applications/default.aspx');  
oM.makeMenu('menu8')
oM.makeMenu('menu8_1','menu8','E-Mail Us','https://www.fortfinancialcu.org/Forms/OnlineForm.cgi?form=guestbook');  




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("products");
var dropmenu2 = new  FindPosition("newsletter");
var dropmenu3 = new  FindPosition("loans");
var dropmenu4 = new  FindPosition("locations");
var dropmenu5 = new  FindPosition("member");
var dropmenu6 = new  FindPosition("disclosure");
var dropmenu7 = new  FindPosition("applications");
var dropmenu8 = new  FindPosition("email");


function showMenu(menu){
	switch(menu){
		case "menu1":
		oM.m["menu1"].b.moveIt(dropmenu1.xPos+143,dropmenu1.yPos+0);
		break;
		case "menu2":
        oM.m["menu2"].b.moveIt(dropmenu2.xPos+143,dropmenu2.yPos+0);
		break;
		case "menu3":
		oM.m["menu3"].b.moveIt(dropmenu3.xPos+143,dropmenu3.yPos+0);
		break;
		case "menu4":
		oM.m["menu4"].b.moveIt(dropmenu4.xPos+143,dropmenu4.yPos+0);
		break;
        case "menu5":
		oM.m["menu5"].b.moveIt(dropmenu5.xPos+143,dropmenu5.yPos+0);
		break;
		case "menu6":
		oM.m["menu6"].b.moveIt(dropmenu6.xPos+143,dropmenu6.yPos+0);
		break;
		case "menu7":
		oM.m["menu7"].b.moveIt(dropmenu7.xPos+143,dropmenu7.yPos+0);
		break;
		case "menu8":
		oM.m["menu8"].b.moveIt(dropmenu8.xPos+143,dropmenu8.yPos+0);
		break;
		
	} 
	oM.showsub(menu);
	
}



