//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=0
//oCMenu.fromLeft=362
oCMenu.fromLeft=94
oCMenu.fromTop=126
oCMenu.rows=2
//oCMenu.menuPlacement=""
oCMenu.menuPlacement="center-jasiu"
oCMenu.jasiuStale=250
oCMenu.jasiuStaleOd=250
                                                             
oCMenu.offlineRoot=""
oCMenu.onlineRoot="http://www.heid-antriebstechnik.at/"
oCMenu.resizeCheck=1 
oCMenu.wait=200
oCMenu.fillImg=""
oCMenu.zIndex=1

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="466"
oCMenu.barHeight=35
oCMenu.barClass="clBar"
oCMenu.barX=0
oCMenu.barY=0
oCMenu.barBorderX=10
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=466
oCMenu.level[0].height=35
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=2
oCMenu.level[0].rows=0
oCMenu.level[0].arrow="./grafika/arrow.gif"
oCMenu.level[0].arrowWidth="8"
oCMenu.level[0].arrowHeight="8"
oCMenu.level[0].align="bottom"

//dynamic effect (controllable for each level)
oCMenu.level[0].clippx=20
oCMenu.level[0].cliptim=2
//special animation filters (IE5.5+ only, controllable for each level)
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.2)"


//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=170
oCMenu.level[1].height=25
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=0
oCMenu.level[1].borderY=0
oCMenu.level[1].align="right"
oCMenu.level[1].offsetX=2
oCMenu.level[1].offsetY=5
oCMenu.level[1].borderClass="clLevel1border"
//dynamic effect
oCMenu.level[1].clippx=20
oCMenu.level[1].cliptim=2
//special animation filters
oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.3)" 


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify 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=100
oCMenu.level[2].height=22
oCMenu.level[2].offsetX=2
oCMenu.level[2].offsetY=5
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"

//dynamic effect
oCMenu.level[2].clippx=20
oCMenu.level[2].cliptim=2
//special animation filters
oCMenu.level[2].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.3)" 

//EXAMPLE SUB LEVEL[3] PROPERTIES - You have to specify 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[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[3].width=100
oCMenu.level[3].height=22
oCMenu.level[3].borderX=0
oCMenu.level[3].borderY=0
oCMenu.level[3].offsetX=0
oCMenu.level[3].offsetY=0
oCMenu.level[3].regClass="clLevel3"
oCMenu.level[3].overClass="clLevel3over"
oCMenu.level[3].borderClass="clLevel3border"

//dynamic effect
oCMenu.level[3].clippx=20
oCMenu.level[3].cliptim=2
//special animation filters
oCMenu.level[3].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.3)" 


/******************************************
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','','Company','http://www.heid-antriebstechnik.at/firmenportrait_e.html','_self',124,0,'./grafika/logo_crop/24-13.2.jpg','./grafika/logo_crop/24-13.3.jpg')
       
oCMenu.makeMenu('top1','','Products','http://www.heid-antriebstechnik.at/produkte_e.html','_self',69,0,'./grafika/logo_crop/25-14.2.jpg','./grafika/logo_crop/25-14.3.jpg')
       oCMenu.makeMenu('sub9','top1','Multi-Disc Clutches','http://www.heid-antriebstechnik.at/lamellenkupplung_intro_e.html','_self',180,25)
                oCMenu.makeMenu('sub001','sub9','Electromagnetically operated','http://www.heid-antriebstechnik.at/lamellenkupplung_e.html','_self',240,22)
                oCMenu.makeMenu('sub002','sub9','Spring actuated','http://www.heid-antriebstechnik.at/lamellenkupplung_feder_e.html','_self',240,22)
                oCMenu.makeMenu('sub003','sub9','Hydraulically operated','http://www.heid-antriebstechnik.at/lamellenkupplung_hydraulisch_e.html','_self',240,22)
                <!--oCMenu.makeMenu('sub004','sub9','Pneumatically operated','http://www.heid-antriebstechnik.at/lamellenkupplung_pneumatisch_e.html','_self',240,22)-->
       oCMenu.makeMenu('sub10','top1','Multi-Disc Brakes','http://www.heid-antriebstechnik.at/lamellenbremse_intro_e.html','_self',180,25)
                oCMenu.makeMenu('sub005','sub10','Electromagnetically operated','http://www.heid-antriebstechnik.at/lamellenbremse_e.html','_self',150,22)
                oCMenu.makeMenu('sub006','sub10','Spring actuated','http://www.heid-antriebstechnik.at/lamellenbremse_feder_e.html','_self',150,22)
                oCMenu.makeMenu('sub007','sub10','Hydraulically operated','http://www.heid-antriebstechnik.at/lamellenbremse_hydraulisch_e.html','_self',150,22)
                /*oCMenu.makeMenu('sub008','sub10','Pneumatically operated','http://www.heid-antriebstechnik.at/lamellenbremse_pneumatisch_e.html','_self',150,22)*/
       oCMenu.makeMenu('sub11','top1','Tooth Clutches','http://www.heid-antriebstechnik.at/zahnkupplung_intro_e.html','_self',180,25)
                oCMenu.makeMenu('sub009','sub11','Electromagnetically operated','http://www.heid-antriebstechnik.at/zahnkupplung_e.html','_self',240,22)
                oCMenu.makeMenu('sub0010','sub11','Spring actuated - electromagnetically releasable','http://www.heid-antriebstechnik.at/zahnkupplung_feder_e.html','_self',240,22)
       oCMenu.makeMenu('sub12','top1','Single-Face Clutches and Brakes','http://www.heid-antriebstechnik.at/einfl%E4chenkupplung_intro_e.html','_self',180,25)
                oCMenu.makeMenu('sub0011','sub12','Electromagnetically operated','http://www.heid-antriebstechnik.at/einfl%E4chenkupplung_e.html','_self',240,22)
                oCMenu.makeMenu('sub0012','sub12','Spring actuated - electromagnetically releasable','http://www.heid-antriebstechnik.at/einfl%E4chenkupplung_feder_e.html','_self',240,22)
       oCMenu.makeMenu('sub13','top1','ZF-comparable designs','http://www.heid-antriebstechnik.at/zf_intro_e.html','_self',180,25)
                oCMenu.makeMenu('sub0013','sub13','Multi-Disc Clutches','http://www.heid-antriebstechnik.at/zf_kupplung_e.html','_self',110,22)
                oCMenu.makeMenu('sub0014','sub13','Multi-Disc Brakes','http://www.heid-antriebstechnik.at/zf_bremse_e.html','_self',110,22)
                oCMenu.makeMenu('sub0015','sub13','Tooth Clutches','http://www.heid-antriebstechnik.at/zf_zahnkupplung_e.html','_self',110,22)
       oCMenu.makeMenu('sub14','top1','Accessories','http://www.heid-antriebstechnik.at/current_supplies.html','_self',180,25)
                oCMenu.makeMenu('sub0016','sub14','Current Supplies','current_supplies.html','_self',120,22)
       oCMenu.makeMenu('sub15','top1','New Developments','http://www.heid-antriebstechnik.at/neuentwicklungen_e.html','_self',180,25)
                
oCMenu.makeMenu('top2','','Inquiry','http://www.heid-antriebstechnik.at/anfrageformular_e.html','_self',59,0,'./grafika/logo_crop/26-15.2.jpg','./grafika/logo_crop/26-15.3.jpg')

oCMenu.makeMenu('top3','','Distributors','http://www.heid-antriebstechnik.at/vertretungen_e.html','_self',83,0,'./grafika/logo_crop/27-16.2.jpg','./grafika/logo_crop/27-16.3.jpg')
       oCMenu.makeMenu('sub16','top3','Germany','http://www.heid-antriebstechnik.at/vertretungen_e.html','_self',110,25)
       oCMenu.makeMenu('sub17','top3','International','http://www.heid-antriebstechnik.at/vertretungen_welt_e.html','_self',110,25)
       oCMenu.makeMenu('sub18','top3','We represent','wir_vertreten_e.html','_self',110,25)
       oCMenu.makeMenu('sub19','top3','New Distributors','neue_vertretungen_e.html','_self',110,25)
oCMenu.makeMenu('top4','','Contact','http://www.heid-antriebstechnik.at/kontakt_e.html','_self',62,0,'./grafika/logo_crop/28-17.2.jpg','./grafika/logo_crop/28-17.3.jpg')

oCMenu.makeMenu('top5','','Intro','http://www.heid-antriebstechnik.at/index.html','_self',67,0,'./grafika/logo_crop/29-18.2.jpg','./grafika/logo_crop/29-18.3.jpg')
oCMenu.construct()       
