//Menu object creationoCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menunameoCMenu.frames = 0//Menu properties   oCMenu.pxBetween=-1oCMenu.fromLeft=110 oCMenu.fromTop=159  oCMenu.rows=1 oCMenu.menuPlacement="center"oCMenu.menuPlacementExtra=-1                                                             oCMenu.offlineRoot="menu/"oCMenu.onlineRoot="http://www.dsav.org/menu/" oCMenu.resizeCheck=1 oCMenu.wait=300 oCMenu.fillImg=""oCMenu.zIndex=0//Background bar propertiesoCMenu.useBar=0oCMenu.barWidth="100%"oCMenu.barHeight="30" oCMenu.barClass="clBar"oCMenu.barX=0 oCMenu.barY=10oCMenu.barBorderX=0oCMenu.barBorderY=0oCMenu.barBorderClass=""//Level properties - ALL properties have to be specified in level 0oCMenu.level[0]=new cm_makeLevel() //Add this for each new leveloCMenu.level[0].width=150oCMenu.level[0].height=30oCMenu.level[0].regClass="hideImageonPrint"oCMenu.level[0].overClass="hideImageonPrint"oCMenu.level[0].borderX=1oCMenu.level[0].borderY=1oCMenu.level[0].borderClass="clLevel0border"oCMenu.level[0].offsetX=0oCMenu.level[0].offsetY=-2oCMenu.level[0].rows=0oCMenu.level[0].arrow="arrow.gif"oCMenu.level[0].arrowWidth=6oCMenu.level[0].arrowHeight=10oCMenu.level[0].align="bottom"//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove thisoCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)oCMenu.level[1].Placement="left"oCMenu.level[1].width=150oCMenu.level[1].height=19oCMenu.level[1].regClass="clLevel1"oCMenu.level[1].overClass="clLevel1over"oCMenu.level[1].borderX=1oCMenu.level[1].borderY=1oCMenu.level[1].align="right" oCMenu.level[1].offsetX=10oCMenu.level[1].offsetY=0oCMenu.level[1].rows=0oCMenu.level[1].borderClass="clLevel1border"//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove thisoCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)oCMenu.level[2].width=150oCMenu.level[2].height=19oCMenu.level[2].offsetX=0oCMenu.level[2].offsetY=0oCMenu.level[2].regClass="clLevel2"oCMenu.level[2].overClass="clLevel2over"oCMenu.level[2].borderClass="clLevel2border"/******************************************Menu item creation:myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) *************************************/oCMenu.makeMenu('top0','','&nbsp;About&nbsp;Us','','','81','30','nav_aboutus.gif','nav_aboutus_o.gif','','','')	oCMenu.makeMenu('sub00','top0','&nbsp;What&nbsp;Is&nbsp;Down&nbsp;Syndrome?','http://www.dsav.org/what_is.html')	oCMenu.makeMenu('sub01','top0','&nbsp;Mission&nbsp;&amp;&nbsp;Vision','http://www.dsav.org/mission.html')	oCMenu.makeMenu('sub02','sub01','&nbsp;DSAV&nbsp;Logo&nbsp;&amp;&nbsp;Brand','http://www.dsav.org/dsavbrand.html')	oCMenu.makeMenu('sub03','top0','&nbsp;Board&nbsp;&amp;&nbsp;Staff','http://www.dsav.org/board_staff.html')	oCMenu.makeMenu('sub04','top0','&nbsp;Committees','http://www.dsav.org/committees.html')	oCMenu.makeMenu('top1','','&nbsp;Families&nbsp;&amp;&nbsp;Friends','','','128','30','nav_families.gif','nav_families_o.gif')	oCMenu.makeMenu('sub10','top1','&nbsp;Join','http://www.dsav.org/become_a_member.html')	oCMenu.makeMenu('sub11','top1','&nbsp;Volunteer','http://www.dsav.org/volunteer.html')	oCMenu.makeMenu('sub12','top1','&nbsp;Groups','')	oCMenu.makeMenu('sub13','sub12','&nbsp;Expectant/New&nbsp;Parents','http://www.dsav.org/groups_newparents.html')	oCMenu.makeMenu('sub14','sub12','&nbsp;Early&nbsp;Childhood','http://www.dsav.org/groups_earlychildhood.html')	oCMenu.makeMenu('sub15','sub12','&nbsp;School&nbsp;Age','http://www.dsav.org/groups_schoolage.html')	oCMenu.makeMenu('sub16','sub12','&nbsp;Adolescent','http://www.dsav.org/groups_adolescent.html')	oCMenu.makeMenu('sub17','sub12','&nbsp;Adults','http://www.dsav.org/groups_adults.html')	oCMenu.makeMenu('sub18','sub12','&nbsp;Grandparents','http://www.dsav.org/groups_grandparents.html')	oCMenu.makeMenu('sub19','sub12','&nbsp;Siblings','http://www.dsav.org/groups_siblings.html')	oCMenu.makeMenu('sub20','sub12','&nbsp;Geographic','http://www.dsav.org/groups_geographic.html')	oCMenu.makeMenu('top2','','&nbsp;Professionals','','','96','30','nav_professionals.gif','nav_professionals_o.gif')	oCMenu.makeMenu('sub22','top2','&nbsp;Health&nbsp;Care&nbsp;Providers','')	oCMenu.makeMenu('sub23','sub22','&nbsp;Resources','http://www.dsav.org/healthcare_resources.html')	oCMenu.makeMenu('sub24','sub22','&nbsp;Join','http://www.dsav.org/healthcare_join.html')	oCMenu.makeMenu('sub25','top2','&nbsp;Educators','')	oCMenu.makeMenu('sub26','sub25','&nbsp;Resources','http://www.dsav.org/educators_resources.html')	oCMenu.makeMenu('sub27','sub25','&nbsp;Join','http://www.dsav.org/educators_join.html')	oCMenu.makeMenu('top3','','&nbsp;Activities&nbsp;&amp;Events','','','126','30','nav_events.gif','nav_events_o.gif')	oCMenu.makeMenu('sub30','top3','&nbsp;Calendar','http://www.dsav.org/calendar.html')	oCMenu.makeMenu('sub31','top3','&nbsp;Buddy&nbsp;Walk','http://www.dsav.org/buddywalk/')	oCMenu.makeMenu('sub32','sub31','&nbsp;Details','http://www.dsav.org/buddywalk/details.html')	oCMenu.makeMenu('sub33','sub31','&nbsp;Sponsorship','http://www.dsav.org/buddywalk/sponsorship.html')	oCMenu.makeMenu('sub34','sub31','&nbsp;Teams&nbsp;&amp;&nbsp;Fundraising','http://www.dsav.org/buddywalk/teams.html')	oCMenu.makeMenu('sub35','sub31','&nbsp;Registration','http://www.dsav.org/buddywalk/registration.html')	oCMenu.makeMenu('sub36','top3','&nbsp;Other&nbsp;Events','http://www.dsav.org/otherevents.html')	oCMenu.makeMenu('sub37','top3','&nbsp;Past&nbsp;Events','http://www.dsav.org/pastevents.html')	oCMenu.makeMenu('sub38','top3','&nbsp;Photos','http://www.dsav.org/photoalbum/')	oCMenu.makeMenu('sub39','top3','&nbsp;Media','http://www.dsav.org/media.html')	oCMenu.makeMenu('top4','','&nbsp;Resources&nbsp;&amp;&nbsp;Services','','','141','30','nav_resources.gif','nav_resources_o.gif')	oCMenu.makeMenu('sub40','top4','&nbsp;Healthcare&nbsp;Guidelines','http://www.dsav.org/healthguidelines.html')	oCMenu.makeMenu('sub41','top4','&nbsp;DSAV&nbsp;Services','')	oCMenu.makeMenu('sub42','sub41','&nbsp;Center&nbsp;For&nbsp;Success&reg;','http://www.dsav.org/services_clinics.html')	oCMenu.makeMenu('sub43','sub41','&nbsp;Family&nbsp;Grants','http://www.dsav.org/services_familygrants.html')	oCMenu.makeMenu('sub44','sub41','&nbsp;Advocacy','http://www.dsav.org/services_advocacy.html')	oCMenu.makeMenu('sub45','top4','&nbsp;Information&nbsp;Packs','http://www.dsav.org/infopacks.html')	oCMenu.makeMenu('sub46','top4','&nbsp;Newsletter','http://www.dsav.org/newsletter.html')	oCMenu.makeMenu('sub47','top4','&nbsp;Resource&nbsp;Links','http://www.dsav.org/resourcelinks.html')	oCMenu.makeMenu('sub48','top4','&nbsp;Adoption&nbsp;Services','http://www.dsav.org/adoptionservices.html')	oCMenu.makeMenu('sub49','top4','&nbsp;Books','http://www.dsav.org/books.html')oCMenu.makeMenu('top5','','&nbsp;Support&nbsp;DSAV','','','99','30','nav_support.gif','nav_support_o.gif')	oCMenu.makeMenu('sub50','top5','&nbsp;Store','http://www.dsav.org/dsavstore.html')	oCMenu.makeMenu('sub51','top5','&nbsp;Fundraising','http://www.dsav.org/fundraising.html')	oCMenu.makeMenu('sub52','top5','&nbsp;Donate','http://www.dsav.org/donate.html')	oCMenu.makeMenu('sub53','top5','&nbsp;Planned&nbsp;Giving','http://www.dsav.org/plannedgiving.html')	oCMenu.makeMenu('sub54','top5','&nbsp;Volunteer','http://www.dsav.org/volunteer.html')	oCMenu.makeMenu('sub55','top5','&nbsp;DSAV&nbsp;Wish&nbsp;List','http://www.dsav.org/dsavwishlist.html')	oCMenu.makeMenu('top6','','&nbsp;Contact&nbsp;Us','http://www.dsav.org/contact.html','','89','30','nav_contactus.gif','nav_contactus_o.gif')//Leave this line - it constructs the menuoCMenu.construct()	