//Menu object creation oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname oCMenu.frames = 0 //Menu properties oCMenu.pxBetween=0 oCMenu.fromLeft=0 oCMenu.fromTop=122 oCMenu.rows=1 oCMenu.menuPlacement="center" oCMenu.offlineRoot="" oCMenu.onlineRoot="" oCMenu.resizeCheck=1 oCMenu.wait=1000 oCMenu.fillImg="cm_fill.gif" oCMenu.zIndex=999999 //Background bar properties oCMenu.useBar=1 oCMenu.barWidth="770" oCMenu.barHeight="menu" oCMenu.barClass="clBar" oCMenu.barX=0 oCMenu.barY=0 oCMenu.barBorderX=0 oCMenu.barBorderY=0 oCMenu.barBorderClass="" //Level properties - ALL properties have to be spesified in level 0 oCMenu.level[0]=new cm_makeLevel() //Add this for each new level oCMenu.level[0].width=10 oCMenu.level[0].height=28 oCMenu.level[0].regClass="clLevel0" oCMenu.level[0].overClass="clLevel0over" oCMenu.level[0].borderX=1 oCMenu.level[0].borderY=1 oCMenu.level[0].borderClass="clLevel0border" oCMenu.level[0].offsetX=0 oCMenu.level[0].offsetY=0 oCMenu.level[0].rows=0 oCMenu.level[0].arrow=0 oCMenu.level[0].arrowWidth=0 oCMenu.level[0].arrowHeight=0 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].width=140 oCMenu.level[1].height=18 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=-(oCMenu.level[0].width-2)/2+3 oCMenu.level[1].offsetY=0 oCMenu.level[1].borderClass="clLevel1border" oCMenu.level[1].arrow="http://www.cape-epic.com/images/menu1_arrow.gif" oCMenu.level[1].arrowWidth=10 oCMenu.level[1].arrowHeight=10 oCMenu.makeMenu('top0','','','index.php','',58,'') oCMenu.makeMenu('sub00','top0','Introduction', 'http://www.cape-epic.com/content.php?page_id=23&title=/Introduction/') oCMenu.makeMenu('top2','','','http://www.cape-epic.com/content.php?page_id=36&title=/The_Route/','',77,'') oCMenu.makeMenu('sub20','top2','The Route', 'http://www.cape-epic.com/content.php?page_id=36&title=/The_Route/') oCMenu.makeMenu('sub200','sub20','The Towns', 'http://www.cape-epic.com/content.php?page_id=37&title=/The_Towns/') oCMenu.makeMenu('sub201','sub20','The Stages', 'http://www.cape-epic.com/content.php?page_id=116&title=/The_Stages/') oCMenu.makeMenu('sub21','top2','Prologue', 'http://www.cape-epic.com/content.php?page_id=135&title=/Prologue/') oCMenu.makeMenu('sub22','top2','Race Register', 'http://www.cape-epic.com/content.php?page_id=39&title=/Race_Register/') oCMenu.makeMenu('sub23','top2','Results', 'http://www.cape-epic.com/acelive08/results.php') oCMenu.makeMenu('sub24','top2','Spectators', 'http://www.cape-epic.com/content.php?page_id=41&title=/Spectators/') oCMenu.makeMenu('sub25','top2','Hall of Fame', 'http://www.cape-epic.com/content.php?page_id=136&title=/Who_To_Watch/') oCMenu.makeMenu('sub250','sub25','Who To Watch', 'http://www.cape-epic.com/content.php?page_id=136&title=/Who_To_Watch/') oCMenu.makeMenu('sub251','sub25','Amabubesi', 'http://www.cape-epic.com/content.php?page_id=29&title=/Amabubesi/') oCMenu.makeMenu('sub26','top2','Rules', 'http://www.cape-epic.com/content.php?page_id=31&title=/Rules/') oCMenu.makeMenu('top3','','','http://www.cape-epic.com/content.php?page_id=15&title=/How_to_Register/','',65,'') oCMenu.makeMenu('sub30','top3','Registration', 'http://www.cape-epic.com/content.php?page_id=15&title=/How_to_Register/') oCMenu.makeMenu('sub300','sub30','How to Register', 'http://www.cape-epic.com/content.php?page_id=15&title=/How_to_Register/') oCMenu.makeMenu('sub301','sub30','Charity Entries', 'http://www.cape-epic.com/content.php?page_id=16&title=/Charity_Entries/') oCMenu.makeMenu('sub302','sub30','Wildcard Entries', 'http://www.cape-epic.com/content.php?page_id=17&title=/Wildcard_Entries/') oCMenu.makeMenu('sub31','top3','Upgrade Options', 'http://www.cape-epic.com/content.php?page_id=48&title=/Premium_Packages/') oCMenu.makeMenu('sub310','sub31','Premium Packages', 'http://www.cape-epic.com/content.php?page_id=48&title=/Premium_Packages/') oCMenu.makeMenu('sub311','sub31','Mobile Homes', 'http://www.cape-epic.com/content.php?page_id=49&title=/Mobile_Homes/') oCMenu.makeMenu('sub32','top3','Rider Info', 'http://www.cape-epic.com/content.php?page_id=99&title=/2008_Rider_Info/') oCMenu.makeMenu('sub320','sub32','2008 Rider Info', 'http://www.cape-epic.com/content.php?page_id=99&title=/2008_Rider_Info/') oCMenu.makeMenu('sub321','sub32','Information Evenings', 'http://www.cape-epic.com/content.php?page_id=53&title=/Information_Evenings/') oCMenu.makeMenu('sub322','sub32','4-Day Training Camp', 'http://www.cape-epic.com/content.php?page_id=115&title=/4-Day_Training_Camp/') oCMenu.makeMenu('sub323','sub32','Prize Money', 'http://www.cape-epic.com/content.php?page_id=57&title=/Prize_Money/') oCMenu.makeMenu('sub324','sub32','The Experience', 'http://www.cape-epic.com/content.php?page_id=58&title=/The_Experience/') oCMenu.makeMenu('sub33','top3','Volunteers', 'http://www.cape-epic.com/content.php?page_id=47&title=/Volunteers/') oCMenu.makeMenu('top4','','','http://www.cape-epic.com/content.php?page_id=89&title=/The_Team/','',95,'') oCMenu.makeMenu('sub40','top4','The Team', 'http://www.cape-epic.com/content.php?page_id=89&title=/The_Team/') oCMenu.makeMenu('sub41','top4','Associated Events', 'http://www.cape-epic.com/content.php?page_id=32&title=/Vigne_à_Vigne/') oCMenu.makeMenu('sub410','sub41','Vigne à Vigne', 'http://www.cape-epic.com/content.php?page_id=32&title=/Vigne_à_Vigne/') oCMenu.makeMenu('sub411','sub41','Vineyard Run', 'http://www.cape-epic.com/content.php?page_id=143&title=/Vineyard_Run/') oCMenu.makeMenu('sub412','sub41','Epic Trippers', 'http://www.cape-epic.com/content.php?page_id=33&title=/Epic_Trippers/') oCMenu.makeMenu('sub42','top4','Ethos', 'http://www.cape-epic.com/content.php?page_id=118&title=/Company_Ethos/') oCMenu.makeMenu('sub420','sub42','Company Ethos', 'http://www.cape-epic.com/content.php?page_id=118&title=/Company_Ethos/') oCMenu.makeMenu('sub421','sub42','Drugs in Sport', 'http://www.cape-epic.com/content.php?page_id=61&title=/Drugs_in_Sport/') oCMenu.makeMenu('sub43','top4','Sponsors', 'http://www.cape-epic.com/content.php?page_id=62&title=/Sponsors/') oCMenu.makeMenu('sub430','sub43','Title Sponsors', 'http://www.cape-epic.com/content.php?page_id=117&title=/Title_Sponsors/') oCMenu.makeMenu('sub431','sub43','Headline Sponsor', 'http://www.cape-epic.com/content.php?page_id=100&title=/Headline_Sponsor/') oCMenu.makeMenu('sub432','sub43','Products and Services', 'http://www.cape-epic.com/content.php?page_id=63&title=/Products_and_Services/') oCMenu.makeMenu('sub433','sub43','Destination Partners', 'http://www.cape-epic.com/content.php?page_id=91&title=/Destination_Partners/') oCMenu.makeMenu('sub434','sub43','Media Partners', 'http://www.cape-epic.com/content.php?page_id=92&title=/Media_Partners/') oCMenu.makeMenu('sub435','sub43','Supplier Partners', 'http://www.cape-epic.com/content.php?page_id=93&title=/Supplier_Partners/') oCMenu.makeMenu('sub44','top4','Contact us', 'http://www.cape-epic.com/content.php?page_id=69&title=/Contact_us/') oCMenu.makeMenu('top5','','','http://www.cape-epic.com/content.php?page_id=70&title=/Photo_Gallery/','',58,'') oCMenu.makeMenu('sub50','top5','Photo Gallery', 'http://www.cape-epic.com/content.php?page_id=70&title=/Photo_Gallery/') oCMenu.makeMenu('sub51','top5','Video Gallery', 'http://www.cape-epic.com/content.php?page_id=137&title=/Video_Gallery/') oCMenu.makeMenu('sub52','top5','Help', 'http://www.cape-epic.com/content.php?page_id=72&title=/FAQ/') oCMenu.makeMenu('sub520','sub52','FAQ', 'http://www.cape-epic.com/content.php?page_id=72&title=/FAQ/') oCMenu.makeMenu('sub521','sub52','Search this site', 'http://www.cape-epic.com/content.php?page_id=73&title=/Search_this_site/') oCMenu.makeMenu('sub522','sub52','Site map', 'http://www.cape-epic.com/content.php?page_id=74&title=/Site_map/') oCMenu.makeMenu('sub53','top5','TV Schedules', 'http://www.cape-epic.com/content.php?page_id=106&title=/TV_Schedules/') oCMenu.makeMenu('sub54','top5','News Archive', 'http://www.cape-epic.com/content.php?page_id=79&title=/News_Stories/') oCMenu.makeMenu('sub540','sub54','News Stories', 'http://www.cape-epic.com/content.php?page_id=79&title=/News_Stories/') oCMenu.makeMenu('sub541','sub54','Newsletters', 'http://www.cape-epic.com/content.php?page_id=85&title=/Newsletters/') oCMenu.makeMenu('sub55','top5','Rider Blogs', 'http://www.cape-epic.com/content.php?page_id=81&title=/Rider_Blogs/') oCMenu.makeMenu('sub56','top5','Polls', 'http://www.cape-epic.com/content.php?page_id=77&title=/Polls/') oCMenu.makeMenu('top131','','','http://www.cape-epic.com/content.php?page_id=25&title=/Milestones/','',58,'') oCMenu.makeMenu('sub1310','top131','Milestones', 'http://www.cape-epic.com/content.php?page_id=25&title=/Milestones/') oCMenu.makeMenu('sub1311','top131','2007 Results', 'raceresults.php') oCMenu.makeMenu('sub1312','top131','2006 Results', 'http://capeepic.igroup.co.za/live/results.php') oCMenu.makeMenu('top6','','','#top','',240,'')