//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=230
oCMenu.rows=1
oCMenu.menuPlacement="left"
                                                           
oCMenu.offlineRoot=""
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=500
oCMenu.fillImg=""
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="100%"
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 specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=160
oCMenu.level[0].height=20
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=3
oCMenu.level[0].borderY=3
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=17
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]
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderClass="clLevel1border"

oCMenu.makeMenu('top1','','','','',90,20,'http://www.horsetoothhang.net/navigation/spacer.gif','')

oCMenu.makeMenu('top2','','','','',64,20,'http://www.horsetoothhang.net/navigation/button-about-off.jpg','http://www.horsetoothhang.net/navigation/button-about-on.jpg')
        oCMenu.makeMenu('sub200','top2','Home','http://www.horsetoothhang.net/')
        oCMenu.makeMenu('sub201','top2','History','http://www.horsetoothhang.net/history.shtml')
        oCMenu.makeMenu('sub202','top2','Contact','http://www.horsetoothhang.net/contact.shtml')

oCMenu.makeMenu('top3','','','','',105,20,'http://www.horsetoothhang.net/navigation/button-reg-off.jpg','http://www.horsetoothhang.net/navigation/button-reg-on.jpg')
        oCMenu.makeMenu('sub300','top3','Climber Registration Form','http://www.horsetoothhang.net/reg/climber.shtml')
        //oCMenu.makeMenu('sub301','top3','1/2 Day Volunteer Form','http://www.horsetoothhang.net/reg/volunteer-half.shtml')
        oCMenu.makeMenu('sub301','top3','Volunteer Registration Form','http://www.horsetoothhang.net/reg/volunteer.shtml')
        oCMenu.makeMenu('sub302','top3','Waiver','http://www.horsetoothhang.net/reg/WAIVER 2009.pdf')

oCMenu.makeMenu('top4','','','','',67,20,'http://www.horsetoothhang.net/navigation/button-events-off.jpg','http://www.horsetoothhang.net/navigation/button-events-on.jpg')
        oCMenu.makeMenu('sub400','top4','Hang 2009 Info','http://www.horsetoothhang.net/events/current.shtml')
	  oCMenu.makeMenu('sub401','top4','Volunteer Info','http://www.horsetoothhang.net/events/VolunteerInfo.shtml')
	  oCMenu.makeMenu('sub402','top4','Directions and Maps','http://www.horsetoothhang.net/events/directions.shtml')
        oCMenu.makeMenu('sub403','top4','Community Events','http://www.nococlimbing.org/events')        


oCMenu.makeMenu('top6','','','','',106,20,'http://www.horsetoothhang.net/navigation/button-dead-off.jpg','http://www.horsetoothhang.net/navigation/button-dead-on.jpg')
	  oCMenu.makeMenu('sub601','top6','2008 Recap','http://www.horsetoothhang.net/history/2008/recap.shtml')
        oCMenu.makeMenu('sub602','top6','&nbsp;&nbsp;&nbsp;2008 Results','http://www.horsetoothhang.net/history/2008/results.shtml')
        oCMenu.makeMenu('sub603','top6','&nbsp;&nbsp;&nbsp;Gallery','http://www.horsetoothhang.net/history/2008/gallery/default.htm')
        oCMenu.makeMenu('sub604','top6','&nbsp;&nbsp;&nbsp;2008 Grant Winner','http://www.horsetoothhang.net/history/2008/grantwinner2008.shtml')
        oCMenu.makeMenu('sub605','top6','2007 Recap','http://www.horsetoothhang.net/history/2007/recap.shtml')
        oCMenu.makeMenu('sub606','top6','&nbsp;&nbsp;&nbsp;2007 Results','http://www.horsetoothhang.net/history/2007/results.shtml')
        oCMenu.makeMenu('sub607','top6','&nbsp;&nbsp;&nbsp;Gallery','http://www.horsetoothhang.net/history/2007/gallery/default.htm')
        oCMenu.makeMenu('sub608','top6','&nbsp;&nbsp;&nbsp;2007 Grant Winner','http://www.horsetoothhang.net/history/2007/grantwinner2007.shtml')
        oCMenu.makeMenu('sub609','top6','2006 Recap','http://www.horsetoothhang.net/history/2006/recap.shtml')
        oCMenu.makeMenu('sub6010','top6','&nbsp;&nbsp;&nbsp;Gallery','http://www.horsetoothhang.net/history/2006/gallery/')
        oCMenu.makeMenu('sub6011','top6','&nbsp;&nbsp;&nbsp;2006 Grant Winner','http://www.horsetoothhang.net/history/2006/grantwinner2006.shtml')
        oCMenu.makeMenu('sub6012','top6','2005 Recap','http://www.horsetoothhang.net/history/2005/recap.shtml')
        oCMenu.makeMenu('sub6013','top6','&nbsp;&nbsp;&nbsp;Results','http://www.horsetoothhang.net/history/2005/results.shtml')
        oCMenu.makeMenu('sub6014','top6','&nbsp;&nbsp;&nbsp;Gallery','http://www.horsetoothhang.net/history/2005/gallery/')


oCMenu.makeMenu('top7','','','','',70,20,'http://www.horsetoothhang.net/navigation/button-access-off.jpg','http://www.horsetoothhang.net/navigation/button-access-on.jpg')
        oCMenu.makeMenu('sub700','top7','Horsetooth Areas','http://www.horsetoothhang.net/access/horsetooth.shtml')
        oCMenu.makeMenu('sub701','top7','Poudre Canyon','http://www.horsetoothhang.net/access/poudre.shtml')
        oCMenu.makeMenu('sub702','top7','Estes Park','http://www.horsetoothhang.net/access/estes.shtml')
        oCMenu.makeMenu('sub703','top7','Boulder Area','http://www.horsetoothhang.net/access/boulder.shtml')
        oCMenu.makeMenu('sub704','top7','Mt. Evans','http://www.horsetoothhang.net/access/mtevans.shtml')

oCMenu.makeMenu('top8','','','http://www.horsetoothhang.net/contact.shtml','',77,20,'http://www.horsetoothhang.net/navigation/button-contact-off.jpg','http://www.horsetoothhang.net/navigation/button-contact-on.jpg')

oCMenu.makeMenu('top9','','','http://www.horsetoothhang.net/events/sponsors.shtml','',84,20,'http://www.horsetoothhang.net/navigation/button-sponsors-off.jpg','http://www.horsetoothhang.net/navigation/button-sponsors-on.jpg')

oCMenu.makeMenu('top10','','','http://www.horsetoothhang.net/suggestions.shtml','',105,20,'http://www.horsetoothhang.net/navigation/button-suggestions-off.jpg','http://www.horsetoothhang.net/navigation/button-suggestions-on.jpg')

oCMenu.construct()
