oM=new makeCM("oM"); oM.resizeCheck=1; oM.rows=1; oM.onlineRoot="/"; oM.pxBetween=40; 
oM.fillImg="images/cm_fill.gif"; oM.fromTop=69; oM.fromLeft=155; oM.wait=300; oM.zIndex=400;
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.offlineRoot="/C|/documents/rutland_files/current/";

/******************************************
Menu level creation:
myCoolMenu.level[num](width,height,regClass,overClass,borderX,borderY,borderClass,offsetX,offsetY,rows,arrow,arrowWidth,arrowHeight,align) 
*************************************/
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(145,22,"clS","clSover",1,1,"clB",0,"right",0,0,"images/menu_arrow.gif",12,12);
oM.level[2]=new cm_makeLevel(145,22,"clS2","clS2over");
oM.level[3]=new cm_makeLevel(120,22);

/******************************************
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('m1','','About Us');
oM.makeMenu('m11','m1','What We Believe','believe.shtml');
oM.makeMenu('m12','m1','Elders','elders.php');
/*oM.makeMenu('m121','m12','Pastors','pastors.shtml');*/
/*oM.makeMenu('m122','m12','Elders','elders.shtml');*/
oM.makeMenu('m14','m1','Photos','photos.shtml');
/* oM.makeMenu('m14','m1','Noticeboard','noticeboard.shtml'); */
oM.makeMenu('m15','m1','Service Times','sundayservices.shtml');
oM.makeMenu('m16','m1','How to Find Us','howtofindus.shtml');
oM.makeMenu('m17','m1','Contact Us','contactus.shtml');
oM.makeMenu('m2','','What\'s On');
oM.makeMenu('m21','m2','Church Events','currentevents.php');
oM.makeMenu('m22','m2','Upcoming Sermons','sermons.php');
oM.makeMenu('m3','','Ministries');
oM.makeMenu('m32','m3','Home Groups','homegroups.php');
/* oM.makeMenu('m33','m3','Hope','hope.shtml'); */
/* oM.makeMenu('m34','m3','Library','library.shtml'); */
oM.makeMenu('m35','m3','Missionaries','missionaries.shtml');
oM.makeMenu('m351','m35','Salisbury\'s','salisbury.shtml');
oM.makeMenu('m352','m35','Sam and Gaby','sam_gaby.shtml');
oM.makeMenu('m353','m35','Sandy Meikle','meikle.shtml');
oM.makeMenu('m36','m3','Mums and Children','mumsandchildren.shtml');
oM.makeMenu('m39','m3','Marriage Course','marriagecourse.shtml');
oM.makeMenu('m37','m3','Music','music.shtml');
/* oM.makeMenu('m38','m3','Prison','prison.shtml'); */
/* oM.makeMenu('m39','m3','Student','student.shtml'); */
oM.makeMenu('m40','m3','Youth','youngpeople.shtml');
oM.makeMenu('m401','m40','Primary Agegroup','primary.shtml');
oM.makeMenu('m402','m40','Secondary&nbsp;Agegroup','secondary.shtml');
/*oM.makeMenu('m403','m40','Tertiary Agegroup','tertiary.shtml'); */
oM.makeMenu('m3a','m3','Other','otheractivities.shtml');
oM.makeMenu('m4','','Resources');
oM.makeMenu('m41','m4','Articles');
oM.makeMenu('m411','m41','Gospel','gospel.shtml');
oM.makeMenu('m412','m41','Easter','easter.shtml');
oM.makeMenu('m42','m4','Bible Gateway','bible_gateway.shtml');
oM.makeMenu('m43','m4','Hear Past Sermons','archive.php');
oM.makeMenu('m44','m4','Library','library.shtml');
oM.makeMenu('m45','m4','Links','links.shtml');
oM.makeMenu('m5','','Kid\'s Corner','kids.shtml');
oM.makeMenu('m6','','Answers');
oM.makeMenu('m62','m6','Split Time','splittime.shtml');
oM.makeMenu('m63','m6','The Kristo','flash/thekristo/default.shtml');

var avail="130+((cmpage.x2-150)/6)"
oM.menuPlacement=new Array(132,avail+"-3",avail+"*2+1",avail+"*3+0",avail+"*4-6",avail+"*5+0")
oM.construct()
