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