// Menu object creation
oCMenuGen=new makeCM("oCMenuGen") //Making the menu object. Argument: menuname
oCMenuGen.frames = 0

// Menu properties   
oCMenuGen.pxBetween=1
oCMenuGen.fromLeft=2
oCMenuGen.fromTop=62
oCMenuGen.rows=1
oCMenuGen.menuPlacement="custom"
oCMenuGen.offlineRoot="C:\WWW-root\\www.ski-webshop.co.uk\\home\\" 
oCMenuGen.onlineRoot="http://www.ski-webshop.co.uk/home/" 
oCMenuGen.resizeCheck=1
oCMenuGen.wait=1000
oCMenuGen.fillImg="images/cm_fill.gif"
oCMenuGen.zIndex=0

// Background bar properties
oCMenuGen.useBar=0
oCMenuGen.barWidth=720
oCMenuGen.barHeight=19
oCMenuGen.barClass="clGenBar"
oCMenuGen.barX=0 
oCMenuGen.barY=1
oCMenuGen.barBorderX=0
oCMenuGen.barBorderY=0
oCMenuGen.barBorderClass=""

// Level properties - ALL properties have to be spesified in level 0
oCMenuGen.level[0]=new cm_makeLevel() //Add this for each new level
oCMenuGen.level[0].width=99 // 88 x 8
oCMenuGen.level[0].height=19
oCMenuGen.level[0].regClass="clGenLevel0"
oCMenuGen.level[0].overClass="clGenLevel0over"
oCMenuGen.level[0].borderX=0
oCMenuGen.level[0].borderY=0
oCMenuGen.level[0].borderClass="clGenLevel0border"
oCMenuGen.level[0].offsetX=0
oCMenuGen.level[0].offsetY=oCMenuGen.level[0].height+2
oCMenuGen.level[0].rows=0
oCMenuGen.level[0].arrow=0
oCMenuGen.level[0].arrowWidth=0
oCMenuGen.level[0].arrowHeight=0
oCMenuGen.level[0].align="center"

// Level 1 properties - ALL properties have to be spesified in level 1
oCMenuGen.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenuGen.level[1].width=180
oCMenuGen.level[1].height=18	
oCMenuGen.level[1].regClass="clGenLevel1"
oCMenuGen.level[1].overClass="clGenLevel1over"
oCMenuGen.level[1].borderX=5
oCMenuGen.level[1].borderY=5
oCMenuGen.level[1].borderClass="clGenLevel1border"
oCMenuGen.level[1].offsetX=-(oCMenuGen.level[0].width-2)/2+20
oCMenuGen.level[1].offsetY=0
oCMenuGen.level[1].borderClass="clGenLevel1border"
oCMenuGen.level[1].rows=0
oCMenuGen.level[1].arrow=0
oCMenuGen.level[1].arrowWidth=0
oCMenuGen.level[1].arrowHeight=0
oCMenuGen.level[1].align="center" 

/******************************************
  Menu item creation:
  myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*******************************************/

oCMenuGen.makeMenu('top1','','&nbsp;HOME','index.php')
oCMenuGen.makeMenu('top2','','&nbsp;WOMEN','index.php?cPath=78')
oCMenuGen.makeMenu('sub201','top2','Jackets','index.php?cPath=78')
oCMenuGen.makeMenu('sub202','top2','Pants','index.php?cPath=87')
//oCMenuGen.makeMenu('sub203','top2','Fleeces and Pullover','index.php?cPath=89')
//oCMenuGen.makeMenu('sub204','top2','Base Layers','index.php?cPath=81')
//oCMenuGen.makeMenu('sub205','top2','Watches and jewels','index.php?cPath=92')
oCMenuGen.makeMenu('sub206','top2','Accessories','index.php?cPath=23')
oCMenuGen.makeMenu('top3','','&nbsp;MEN','index.php?cPath=79')
oCMenuGen.makeMenu('sub301','top3','Jackets','index.php?cPath=79')
oCMenuGen.makeMenu('sub302','top3','Pants','index.php?cPath=86')
//oCMenuGen.makeMenu('sub303','top3','Fleeces and Pullover','index.php?cPath=90')
//oCMenuGen.makeMenu('sub304','top3','Base Layers','index.php?cPath=81')
//oCMenuGen.makeMenu('sub305','top3','Watches and jewels','index.php?cPath=92')
oCMenuGen.makeMenu('sub306','top3','Accessories','index.php?cPath=23')
/*
oCMenuGen.makeMenu('top4','','&nbsp;KIDS','index.php?cPath=80')
oCMenuGen.makeMenu('sub401','top4','Jackets','index.php?cPath=80')
oCMenuGen.makeMenu('sub402','top4','Pants','index.php?cPath=80')
oCMenuGen.makeMenu('sub403','top4','Fleeces and Pullover','index.php?cPath=91')
oCMenuGen.makeMenu('sub404','top4','Base Layers','index.php?cPath=81')
oCMenuGen.makeMenu('sub405','top4','Watches and jewels','index.php?cPath=92')
oCMenuGen.makeMenu('sub406','top4','Accessories','index.php?cPath=23')
*/
oCMenuGen.makeMenu('top5','','&nbsp;SKIS','index.php?cPath=22')
oCMenuGen.makeMenu('top6','','&nbsp;INFO')
oCMenuGen.makeMenu('sub601','top6','Clothing measurements','info_pages.php?pages_id=23')
oCMenuGen.makeMenu('sub602','top6','Ski- and Snowboard measurements','info_pages.php?pages_id=24')
oCMenuGen.makeMenu('sub603','top6','Materials ski-clothes','info_pages.php?pages_id=5')
oCMenuGen.makeMenu('sub604','top6','Features ski-clothes','info_pages.php?pages_id=7')
oCMenuGen.makeMenu('sub605','top6','Materials thermo-underwear','info_pages.php?pages_id=8')
oCMenuGen.makeMenu('sub606','top6','Materials Ski and Snowboard','info_pages.php?pages_id=11')
oCMenuGen.makeMenu('sub607','top6','FAQ','info_pages.php?pages_id=36')
oCMenuGen.makeMenu('top7','','&nbsp;SERVICE')
oCMenuGen.makeMenu('sub701','top7','Showroom','info_pages.php?pages_id=12')
oCMenuGen.makeMenu('sub702','top7','General Terms &amp; Conditions','info_pages.php?pages_id=20')
oCMenuGen.makeMenu('sub703','top7','Privacy notice','privacy.php')
oCMenuGen.makeMenu('sub704','top7','About us','info_pages.php?pages_id=25')
oCMenuGen.makeMenu('sub705','top7','Reviews','info_pages.php?pages_id=30')
oCMenuGen.makeMenu('sub706','top7','FAQ','info_pages.php?pages_id=36')
//oCMenuGen.makeMenu('sub707','top7','Ski-clothing tips ANWB','info_pages.php?pages_id=32')
//oCMenuGen.makeMenu('sub708','top7','Carve ski info ANWB','info_pages.php?pages_id=33')
//oCMenuGen.makeMenu('sub709','top7','Skiteams','info_pages.php?pages_id=16')
//oCMenuGen.makeMenu('sub710','top7','Interesting links','Links.php')
oCMenuGen.makeMenu('sub711','top7','(Un)Subscribe to Newsletter','http://www.ski-webshop.co.uk/home/newsletter.php')
oCMenuGen.makeMenu('sub712','top7','Contact','contact_us.php')
oCMenuGen.makeMenu('top8','','&nbsp;SALES','specials.php')

// Leave this line - it constructs the menu
oCMenuGen.construct()
