MainMenu=new makeCM("MainMenu") //Making the menu object. Argument: menuname

//Menu properties   
MainMenu.pxBetween=0
MainMenu.fromLeft=0
MainMenu.fromTop=130
MainMenu.rows=0 
MainMenu.menuPlacement="left"
                                                             
MainMenu.offlineRoot="" 
MainMenu.onlineRoot=""
MainMenu.resizeCheck=1 
MainMenu.wait=1000 
MainMenu.fillImg="cm_fill.gif"
MainMenu.zIndex=0

//Background bar properties
MainMenu.useBar=1
MainMenu.barWidth="menu"
MainMenu.barHeight="menu" 
MainMenu.barClass="clBar"
MainMenu.barX="menu"
MainMenu.barY="menu"
MainMenu.barBorderX="0"
MainMenu.barBorderY="0"
MainMenu.barBorderClass=""

//Level properties - ALL properties have to be specified in level 0
MainMenu.level[0]=new cm_makeLevel() //Add this for each new level
MainMenu.level[0].width=125
MainMenu.level[0].height=20 
MainMenu.level[0].regClass="clLevel0"
MainMenu.level[0].overClass="clLevel0over"
MainMenu.level[0].borderX=0
MainMenu.level[0].borderY=0
MainMenu.level[0].borderClass="clLevel0border"
MainMenu.level[0].offsetX=0
MainMenu.level[0].offsetY=0
MainMenu.level[0].rows=0
MainMenu.level[0].arrow=3
MainMenu.level[0].arrowWidth=0
MainMenu.level[0].arrowHeight=0
MainMenu.level[0].align="right"

//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
MainMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
MainMenu.level[1].width=207
MainMenu.level[1].height=20
MainMenu.level[1].regClass="clLevel1"
MainMenu.level[1].overClass="clLevel1over"
MainMenu.level[1].borderX=0
MainMenu.level[1].borderY=0
MainMenu.level[1].align="right" 
MainMenu.level[1].offsetX=-(MainMenu.level[0].width-2)/2+20
MainMenu.level[1].offsetY=3
MainMenu.level[1].borderClass="clLevel1border"
MainMenu.level[1].align="right" 



//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
MainMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
MainMenu.level[2].width=MainMenu.level[0].width
MainMenu.level[2].height=13
MainMenu.level[2].offsetX=0
MainMenu.level[2].offsetY=0
MainMenu.level[2].regClass="clLevel2"
MainMenu.level[2].overClass="clLevel2over"
MainMenu.level[2].borderClass="clLevel2border"


//Menu Construction

MainMenu.makeMenu('top0','','Main Page','http://brightonlibrary.info/index.html')
MainMenu.makeMenu('top1','','KIDS\' HOME','http://brightonlibrary.info/kids/index.html')

MainMenu.makeMenu('top3','','Kids\' Calendar','http://brightonlibrary.info/kids/calframe.html')
	MainMenu.makeMenu('sub30','top3','Kids\' Events by Date','http://brightonlibrary.info/kids/calframe.html')
    MainMenu.makeMenu('sub31','top3','Kids\' Events by Program Type','http://brightonlibrary.info/kids/index.html')
	MainMenu.makeMenu('sub32','top3','All Library Events','http://brightonlibrary.info/calendar/index.html')

MainMenu.makeMenu('top4','','Ask-a-Librarian','http://www.brightonlibrary.info/kids/askkids.html')

MainMenu.makeMenu('top5','','Library Catalog','http://catalog.tln.lib.mi.us/uhtbin/cgisirsi/x/0/0/57/49?user_id=BRIGHTONWEB')
	MainMenu.makeMenu('sub50','top5','My Account','http://catalog.tln.lib.mi.us/uhtbin/cgisirsi/x/BRIGHTON/x/1/1166/X/BLASTOFF?user_id=BRIGHTONWEB')
    MainMenu.makeMenu('sub51','top5','Renew Online','http://catalog.tln.lib.mi.us/uhtbin/cgisirsi/x/BRIGHTON/x/1/1166/X/BLASTOFF?user_id=BRIGHTONWEB')

MainMenu.makeMenu('top6','','Find Articles','http://www.brightonlibrary.info/kids/articles.html')
	
MainMenu.makeMenu('top7','','Reading Lists','http://www.brightonlibrary.info/kids/reading/index.html')
	MainMenu.makeMenu('sub70','top7','Brighton Reading Lists','http://www.brightonlibrary.info/kids/reading/')
	MainMenu.makeMenu('sub71','top7','Award Winners \/ Bestsellers','http://catalog.tln.lib.mi.us/uhtbin/cgisirsi/tSfqdXGUSV/BRIGHTON/168770025/122/2008')

MainMenu.makeMenu('top8','','Suggested Reading', 'http://www.brightonlibrary.info/kids/readingsuggestions.html')

MainMenu.makeMenu('top9','','Search Engines','http://www.brightonlibrary.info/kids/search.html')

MainMenu.makeMenu('top10','','Cool Links','http://brightonlibrary.info/kids/links.html')

MainMenu.makeMenu('top11','','For Parents','http://www.brightonlibrary.info/kids/parents.html')

MainMenu.makeMenu('top12','','For Educators','http://www.brightonlibrary.info/learn/teacher.html')
	MainMenu.makeMenu('sub120','top11','Brighton Area Schools Services','http://www.brightonlibrary.info/bas/index.html')
	MainMenu.makeMenu('sub121','top11','Tell Us About Your Assignment!','http://brightonlibrary.info/learn/assign.html')
	MainMenu.makeMenu('sub122','top11','Library Tours','http://brightonlibrary.info/learn/tour.html')

MainMenu.makeMenu('top13','','For Homeschoolers','http://www.brightonlibrary.info/kids/homeschool/index.html')
	MainMenu.makeMenu('top130','top12','Homeschool Info','http://www.brightonlibrary.info/kids/homeschool/index.html')
	MainMenu.makeMenu('sub131','top12','Print Resources','http://www.brightonlibrary.info/kids/homeschool/books.html')
	MainMenu.makeMenu('sub132','top12','Databases','http://www.brightonlibrary.info/kids/articles.html')
	MainMenu.makeMenu('sub133','top12','Software','http://brightonlibrary.info/kids/homeschool/software.html')

MainMenu.makeMenu('top14','','Homework Help','')
	MainMenu.makeMenu('sub140','top13','Tutor.com','http://www.brightonlibrary.info')
	MainMenu.makeMenu('sub141','top13','Links','http://www.brightonlibrary.info/learn/links.html')
	MainMenu.makeMenu('sub142','top13','Help for Current Assignments','/learn/current.html')
	MainMenu.makeMenu('sub143','top13','Bibliography Help','http://www.brightonlibrary.info/learn/citations/index.html')
    MainMenu.makeMenu('sub144','top13','Learning Link','http://brightonlibrary.info/learn/index.html')

MainMenu.makeMenu('top15','','Other Resources','')
    MainMenu.makeMenu('sub150','top14','Howell Catalog','http://catalog.howelllibrary.org')
    MainMenu.makeMenu('sub151','top14','Cromaine Catalog','http://catalog.cromaine.org/ipac20/ipac.jsp?profile=#focus')
    MainMenu.makeMenu('sub152','top14','Mich eLibrary','http://mel.org')
    MainMenu.makeMenu('sub153','top14','MiLE','http://brightonlibrary.info/mile.html')
    MainMenu.makeMenu('sub154','top14','Kids Click','http://sunsite.berkeley.edu/KidsClick!/')

MainMenu.makeMenu('top16','','Photos','http://www.flickr.com/photos/37333510@N05/collections/')

MainMenu.makeMenu('top17','','About Us','http://www.brightonlibrary.info/kids/about.html')
    MainMenu.makeMenu('sub170','top17','Policies ','http://www.brightonlibrary.info/about/index.html')


	
//Leave this line
MainMenu.construct()			