//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=0
//Using the cm_page object to place the menu ----
  //There are some differences between the browsers that I try to fix here.
oCMenu.fromLeft=20
//We also need to "replace" the menu on resize. So:
oCMenu.onresize="20"


oCMenu.fromTop=150   
oCMenu.rows=0
oCMenu.menuPlacement=0
                                                             
oCMenu.offlineRoot="file:///C|/web sites/crow sites/c3/" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="images/cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
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=90
oCMenu.level[0].height=15 
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="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
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-30
oCMenu.level[1].height=15
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+30
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"


//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
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=140
oCMenu.level[2].height=15
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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Comics >','../comics/index.html')
	oCMenu.makeMenu('sub00','top0','2001 >','../comics/index.html')
		oCMenu.makeMenu('sub000','sub00','Hauntis','../comics/2001/hauntis/intro.html')
		oCMenu.makeMenu('sub001','sub00','The Crow: Revelations','../comics/2001/revelations/intro.html')
		oCMenu.makeMenu('sub002','sub00','Freiheit Skampf','../comics/2001/fs/intro.html')
		oCMenu.makeMenu('sub003','sub00','Coven of Souls','../comics/2001/cos/intro.html')
	oCMenu.makeMenu('sub01','top0','2002 >','../comics/index.html')
		oCMenu.makeMenu('sub010','sub01','The Crow: Closure','../comics/2002/closure/intro.html')
		oCMenu.makeMenu('sub011','sub01','Mutations','../comics/2002/mutations/intro.html')
		oCMenu.makeMenu('sub012','sub01','Instrument of Greater Design','../comics/2002/igd/intro.html')
		oCMenu.makeMenu('sub013','sub01','Pieces','../comics/2002/pieces/intro.html')
		oCMenu.makeMenu('sub014','sub01','The Crow: Black and White','../comics/2002/bandw/intro.html')

oCMenu.makeMenu('top1','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Poectics >','../poetics/index.html')
	oCMenu.makeMenu('sub20','top1','Gallery 1','../poetics/1/gallery.html')
	oCMenu.makeMenu('sub21','top1','Gallery 2','../poetics/2/gallery.html')
	oCMenu.makeMenu('sub22','top1','Gallery 3','../poetics/3/gallery.html')
	oCMenu.makeMenu('sub23','top1','Gallery 4','../poetics/4/gallery.html')
	oCMenu.makeMenu('sub24','top1','Gallery 5','../poetics/5/gallery.html')
	oCMenu.makeMenu('sub25','top1','Gallery 6','../poetics/6/gallery.html')
	
oCMenu.makeMenu('top2','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Shorts >','../shorts/index.html')
	oCMenu.makeMenu('sub10','top2','2001 >','../shorts/index.html')
		oCMenu.makeMenu('sub100','sub10','My Name Is Cecil Gardner','../shorts/2001/gardner/intro.html')
		oCMenu.makeMenu('sub101','sub10','The Crow: Fire of Passion','../shorts/2001/passion/intro.html')
		oCMenu.makeMenu('sub102','sub10','My Wings Are Black Too','../shorts/2001/wingsblack/intro.html')
		oCMenu.makeMenu('sub103','sub10','Agnes','../shorts/2001/agnes/intro.html')
	oCMenu.makeMenu('sub11','top2','2002 >','../shorts/index.html')
		oCMenu.makeMenu('sub110','sub11','Exit','../shorts/2002/exit/intro.html')
		oCMenu.makeMenu('sub111','sub11','Armagedon Soul','../shorts/2002/asoul/intro.html')
		oCMenu.makeMenu('sub112','sub11','The Crow: Solitude','../shorts/2002/solitude/intro.html')
		oCMenu.makeMenu('sub113','sub11','Instinct','../shorts/2002/instinct/intro.html')
		oCMenu.makeMenu('sub114','sub11','Catalyst for the Cold','../shorts/2002/cfc/intro.html')
		oCMenu.makeMenu('sub115','sub11','Long Distance','../shorts/2002/longdistance/intro.html')
		oCMenu.makeMenu('sub116','sub11','For A Boy','../shorts/2002/foraboy/intro.html')
		oCMenu.makeMenu('sub117','sub11','Prisoner Of Between','../shorts/2002/between/intro.html')
		oCMenu.makeMenu('sub118','sub11','Claustrophobia','../shorts/2002/claustrophobia/intro.html')
	oCMenu.makeMenu('sub12','top2','2005 >','../shorts/index.html')
		oCMenu.makeMenu('sub120','sub12','Jake','../shorts/2005/jake/intro.html')
	oCMenu.makeMenu('sub13','top2','2008 >','../shorts/index.html')
		oCMenu.makeMenu('sub130','sub13','The Crow: Timeless','../shorts/2008/timeless/intro.html')
		oCMenu.makeMenu('sub131','sub13','Vendetta','../shorts/2008/vendetta/intro.html')
		oCMenu.makeMenu('sub132','sub13','The Light','../shorts/2008/light/intro.html')

oCMenu.makeMenu('top3','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tomes >','../tomes/index.html')
	oCMenu.makeMenu('sub30','top3','2008 >','../tomes/index.html')
		oCMenu.makeMenu('sub300','sub30','Beyond The Dark','../tomes/2008/btd/intro.html')
		oCMenu.makeMenu('sub301','sub30','The Crow: Rooster (Part 1)','../tomes/2008/tcr01/intro.html')
		oCMenu.makeMenu('sub302','sub30','The Crow: Rooster (Part 2)','../tomes/2008/tcr02/intro.html')
		oCMenu.makeMenu('sub303','sub30','Revenant','../tomes/2008/revenant/intro.html')
		oCMenu.makeMenu('sub304','sub30','The Crow: Lazarus Risen','../tomes/2008/lr/intro.html')
		oCMenu.makeMenu('sub305','sub30','Falling','../tomes/2008/falling/intro.html')
	
oCMenu.makeMenu('top4','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Book Of Ego','../boe.html')		

oCMenu.makeMenu('top5','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;C3 Forum','../forum.html')

oCMenu.makeMenu('top6','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Joint Effort','../join.html')

oCMenu.makeMenu('top7','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Support','../links.html')

oCMenu.makeMenu('top8','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Credits','../credits.html')

//Leave this line - it constructs the menu
oCMenu.construct()