
//Menu object creation
storvreta=new makeCM("storvreta") //Making the menu object. Argument: menuname

//Menu properties   
storvreta.pxBetween=0
storvreta.fromLeft=1
//storvreta.fromLeft=!bw.ns4?cmpage.x2 - 160:cmpage.x2 - 176 
//storvreta.onresize="storvreta.fromLeft=cmpage.x2 - 160"
storvreta.fromTop=100   
storvreta.rows=0 
storvreta.menuPlacement=0

storvreta.offlineRoot="/mysoft/menu_portlet/coolmenu/storvreta.js"
storvreta.onlineRoot="/mysoft/menu_portlet/coolmenu/storvreta.js"  
storvreta.resizeCheck=1 
storvreta.wait=750 
storvreta.fillImg="cm_fill.gif"
storvreta.zIndex=0

//Background bar properties
storvreta.useBar=1
storvreta.barWidth="menu"
storvreta.barHeight="menu" 
storvreta.barClass="clBar"
storvreta.barX="menu"
storvreta.barY="menu"
storvreta.barBorderX=0
storvreta.barBorderY=0
storvreta.barBorderClass="clBar"

//Level properties - ALL properties have to be spesified in level 0
storvreta.level[0]=new cm_makeLevel() //Add this for each new level
storvreta.level[0].width=135
storvreta.level[0].height=15
storvreta.level[0].regClass="clLevel0"
storvreta.level[0].overClass="clLevel0over"
storvreta.level[0].borderX=0 
storvreta.level[0].borderY=1
storvreta.level[0].borderClass="clLevel0border"
storvreta.level[0].offsetX= 
storvreta.level[0].offsetY=
storvreta.level[0].rows=0
storvreta.level[0].align="right" 
//storvreta.level[0].arrow="bf_pil.gif" 
storvreta.level[0].arrowWidth=9 
storvreta.level[0].arrowHeight=9 


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
storvreta.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
storvreta.level[1].width=storvreta.level[0].width-2
storvreta.level[1].height=20
storvreta.level[1].regClass="clLevel1"
storvreta.level[1].overClass="clLevel1over"
storvreta.level[1].style=""
storvreta.level[1].offsetX=0
storvreta.level[1].offsetY=0
storvreta.level[1].borderX=0 
storvreta.level[1].borderY=1
storvreta.level[1].rows=0
storvreta.level[1].align="right" 
//storvreta.level[1].arrow="pil.gif" 
storvreta.level[1].arrowWidth=9 
storvreta.level[1].arrowHeight=9 


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
storvreta.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
storvreta.level[2].width=storvreta.level[0].width-2
storvreta.level[2].height=20
storvreta.level[2].regClass="clLevel2"
storvreta.level[2].overClass="clLevel2over"
storvreta.level[2].style=""
storvreta.level[2].offsetX=0
storvreta.level[2].offsetY=0
storvreta.level[2].borderX=0 
storvreta.level[2].borderY=1
storvreta.level[2].rows=0
storvreta.level[2].align="right" 
//storvreta.level[2].arrow="pil.gif" 
storvreta.level[2].arrowWidth=9 
storvreta.level[2].arrowHeight=9 

	
