//This file creates the drop down menus.  Look for ***
oM=new makeCM("oM"); 
oM.resizeCheck=1; 
oM.rows=1;  
oM.pxBetween =0; 
oM.fillImg="images/cm_fill.gif"; 
oM.fromTop=170; 
oM.fromLeft=0; 
oM.wait=300; 
//oM.zIndex=400;
oM.zIndex=0;
oM.useBar=1; 
oM.barWidth="100%"; 
oM.barHeight="menu"; 
oM.barX=0;
oM.barY="menu"; 
oM.barClass="clBar";
oM.barBorderX=0; 
oM.barBorderY=0;
oM.level[0]=new cm_makeLevel(90,21,"clT","clTover",1,1,"clB",0,"bottom",0,0,0,0,0);
oM.level[1]=new cm_makeLevel(102,22,"clS","clSover",1,1,"clB",0,"right",0,0,"images/menu_arrow.gif",10,10);
oM.level[2]=new cm_makeLevel(110,22,"clS2","clS2over");
oM.level[3]=new cm_makeLevel(140,22);
oM.onlineRoot="";
oM.offlineRoot="file:///c|/StJamesWebSite/";
//***Begin menu***
oM.makeMenu('top0','','Home',"index.htm");
oM.makeMenu('sub01','top0','Staff','staff.htm');
oM.makeMenu('sub02','top0','Directions','directions.htm');
oM.makeMenu('top1','','Worship','');
oM.makeMenu('sub11','top1','Services','services.htm');
oM.makeMenu('sub12','top1','Sermons',"sermons.htm");
oM.makeMenu('top2','','Calendars','');
oM.makeMenu('sub21','top2','This Week at Saint James','/PDF/CALENDAR/ThisWeekAtStJames.pdf','','','35');
oM.makeMenu('sub22','top2','Acolyte Schedule','/PDF/CALENDAR/AcolyteSchedule.pdf');
oM.makeMenu('sub23','top2','Church Calendar','/PDF/CALENDAR/ChurchCalendar.htm');
oM.makeMenu('sub24','top2','Worship Assistants','/PDF/CALENDAR/AssistantSchedule.pdf','','','35');
oM.makeMenu('sub25','top2','Youth Calendar','/PDF/CALENDAR/YouthCalendar.htm');
oM.makeMenu('top3','','News','');
oM.makeMenu('sub31','top3','Announcements','/PDF/CALENDAR/Announcements.pdf');
oM.makeMenu('sub32','top3','Sword & Shell Newsletter','/PDF/NEWSLETTER/SwordAndShell.pdf','','','35');
oM.makeMenu('top4','','Programs','');
oM.makeMenu('sub41','top4','Bible Study','BibleStudy.htm');
oM.makeMenu('sub42','top4','Christian Education','ChristianEd.htm','','','35');
oM.makeMenu('sub43','top4','Music','Music.htm');
oM.makeMenu('sub44','top4','Youth','Youth.htm');
oM.makeMenu('top5','','Endowment','');
oM.makeMenu('sub51','top5','St. James Mission Endowment Fund','Endowment.htm','','','45');
oM.makeMenu('sub52','top5','Recommendation for Distribution','/PDF/Endowment-Recommendation-for-Distribution.pdf','','','35');
oM.makeMenu('top6','','Contact Us','staff.htm');
oM.makeMenu('sub61','top6','Change Address','changeAddress.htm');
oM.makeMenu('sub62','top6','Facility Use Request','facilityUseGuidelines.htm','','','35');
oM.makeMenu('top7','','Links','');
oM.makeMenu('sub71','top7','Adobe Acrobat Reader','http://www.adobe.com/products/acrobat/readstep2.html','','','35');
oM.makeMenu('sub72','top7','Augsburg Fortress','http://www.augsburgfortress.org','','','35');
oM.makeMenu('sub73','top7','DM Area Religious Council','http://www.dmreligious.org','','','35');
oM.makeMenu('sub74','top7','ELCA','http://www.ELCA.org');
oM.makeMenu('sub75','top7','Grandview College','http://www.gvc.edu','','','35');
oM.makeMenu('sub76','top7','The Lutheran','http://www.thelutheran.org');
oM.makeMenu('sub77','top7','SE Iowa Synod','http://www.seiasynod.org');
//***End Menu***
var avail="190+((cmpage.x2-235)/7)";
//oM.menuPlacement=new Array(192,avail+"-11",avail+"*2-8",avail+"*3-12",avail+"*4-7",avail+"*5-9",avail+"*6+5")
oM.menuPlacement='left';
oM.construct();