
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=3
oCMenu.fromLeft=6
oCMenu.fromTop=190   
oCMenu.rows=0
oCMenu.menuPlacement="0"
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=0 
oCMenu.barY=0
oCMenu.barBorderX=0
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=99
oCMenu.level[0].height=18 
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=1
oCMenu.level[0].offsetY=5
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"

//dynamic effect (controllable for each level)
oCMenu.level[0].clippx=2
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)" 

//Other special animation filters (IE5.5+ only, controllable for each level)
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Barn(duration=0.5,orientation=horizontal)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Blinds(duration=0.5,bands=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.CheckerBoard(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.5,wipeStyle=0)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=STAR)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=CIRCLE)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Pixelate(duration=0.5,maxSquare=40)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Spiral(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Stretch(duration=0.5,stretchStyle=push)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Strips(duration=0.5,motion=rightdown)"


//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-4
oCMenu.level[1].height=16
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=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
//dynamic effect
oCMenu.level[1].clippx=2
oCMenu.level[1].cliptim=2
//special animation filters
oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.2)" 


//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=150
oCMenu.level[2].height=10
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','','&#9658 Industrial PCs & Workstation ','','','220')
	oCMenu.makeMenu('sub00','top0','&#9658 PICMG SBCs','ipc/picmg.htm','I1','160')
	oCMenu.makeMenu('sub01','top0','&#9658 Industrial Chasis Barebone','ipc/barebones.htm','I1','160')
	oCMenu.makeMenu('sub02','top0','&#9658 Microbox Chasis','ipc/microbox.htm','I1','160')
	oCMenu.makeMenu('sub03','top0','&#9658 Passive backplanes','ipc/backplanes.htm','I1','160')
	oCMenu.makeMenu('sub04','top0','&#9658 Industrial PC Accessories','ipc/ipc_accessories.htm','I1','160')
	oCMenu.makeMenu('sub05','top0','&#9658 Mini PCI Modules','ipc/minipci.htm','I1','160')
	oCMenu.makeMenu('sub06','top0','&#9658 Industrial Workstation ','ipc/workstation.htm','I1','160')


oCMenu.makeMenu('top1','','&#9658 Panel PC & G.O.T. ','','','220')
	oCMenu.makeMenu('sub10','top1','&#9658 Industrial Panel Computers','ppc/panel1000.htm','I1','180')
	oCMenu.makeMenu('sub11','top1','&#9658 e-Business Slim Client Panel Computers','ppc/panel2000.htm','I1','180')
	oCMenu.makeMenu('sub12','top1','&#9658 Graphical Operator Terminal','ppc/got.htm','I1','180')
	oCMenu.makeMenu('sub13','top1','&#9658 Retail Touch POS Computer','ppc/pos.htm','I1','180')
	oCMenu.makeMenu('sub14','top1','&#9658 Open Frame Panel Computers ','ppc/panel5000.htm','I1','180')
	
oCMenu.makeMenu('top2','','&#9658 Embedded Computing Platform ','','','220')
	oCMenu.makeMenu('sub21','top2','&#9658 µProcessor Modules','embedded/mprocessor.htm','I1','150')
	oCMenu.makeMenu('sub22','top2','&#9658 Tiny Modules','embedded/tiny.htm','I1','150')
	oCMenu.makeMenu('sub23','top2','&#9658 3.5" Embedded Modules','embedded/3.5embedded.htm','I1','150')
	oCMenu.makeMenu('sub24','top2','&#9658 5.25" Petit Boards','embedded/5.25embedded.htm','I1','150')
	oCMenu.makeMenu('sub25','top2','&#9658 Half Size CPU Cards, Backplanes','embedded/half-size.htm','I1','150')
	oCMenu.makeMenu('sub26','top2','&#9658 Embedded ATX,Mini ITX and LPX SBCs','embedded/atx-itx-lbx.htm','I1','150')
	oCMenu.makeMenu('sub27','top2','&#9658 STX SoM & Embedded Baseboards','embedded/stx.htm','I1','150')
	oCMenu.makeMenu('sub28','top2','&#9658 RISC Card','embedded/risc.htm','I1','150')
	oCMenu.makeMenu('sub29','top2','&#9658 Microboxes & Industrial Thin Client','embedded/mbox-thinclient.htm','I1','150')
	oCMenu.makeMenu('sub210','top2','&#9658 PC/104 CPU Modules','embedded/pc104cpu.htm','I1','150')
	oCMenu.makeMenu('sub211','top2','&#9658 PC/104 Peripheral Modules','embedded/pc104peripheral.htm','I1','150')
	oCMenu.makeMenu('sub212','top2','&#9658 PC/104 IO Modules','embedded/pc104io.htm','I1','150')
	oCMenu.makeMenu('sub213','top2','&#9658 Accessories','embedded/accessories.htm','I1','150')

oCMenu.makeMenu('top3','',' &#9658 Industrial Touch System & Panel &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Displays','','','220','35')
	oCMenu.makeMenu('sub31','top3','&#9658 Industrial Flat Panel Displays','pdisplay/flat.htm','I1','150')
	oCMenu.makeMenu('sub32','top3','&#9658 LCD Panels','pdisplay/lcd.htm','I1','150')
	oCMenu.makeMenu('sub33','top3','&#9658 VESA Mounting Arms','pdisplay/mounting.htm','I1','150')
	

oCMenu.makeMenu('top4','',' &#9658 Industrial Keyboard & Trackball','','','220')
	oCMenu.makeMenu('sub41','top4','&#9658 Short Travel Keyboards','indukey/short_travel1.htm','I1','150')
	oCMenu.makeMenu('sub42','top4','&#9658 Flat Input Keyboards','indukey/flat_input1.htm','I1','150')

oCMenu.makeMenu('top5','','&#9658 Industrial Communication Solutions  ','','','220')
	oCMenu.makeMenu('sub51','top5','&#9658 Multiport Serial & GPIB','industrial_com/MultiPortS&G.htm','I1','150')
	oCMenu.makeMenu('sub52','top5','&#9658 Wireless Solutions','industrial_com/wirelesslan.htm','I1','150')
	oCMenu.makeMenu('sub53','top5','&#9658 Industrial Networking','industrial_com/ethernetswitch.htm','I1','150')
	oCMenu.makeMenu('sub54','top5','&#9658 Converters Series/Gateway ','industrial_com/converters.htm','I1','150')

oCMenu.makeMenu('top6','','&#9658 IPC base IO Boards And Modules ','','','220')
	oCMenu.makeMenu('sub61','top6','&#9658 Remote IO Modules','io/i7000.htm','I1','150')
	oCMenu.makeMenu('sub62','top6','&#9658 PCI Bus I/O Cards','io/pci.htm','I1','150')
	oCMenu.makeMenu('sub63','top6','&#9658 ISA Bus I/O Cards','io/isa.htm','I1','150')
	oCMenu.makeMenu('sub64','top6','&#9658 WatchDog Boards','io/watchdog.htm','I1','150')
	oCMenu.makeMenu('sub65','top6','&#9658 FRnet Series','io/frnet.htm','I1','150')
	oCMenu.makeMenu('sub66','top6','&#9658 Signal Conditioning Modules','io/sg3000.htm','I1','150')
	oCMenu.makeMenu('sub67','top6','&#9658 Daughter boards','io/daughterboard.htm','I1','150')

oCMenu.makeMenu('top7','','&#9658  HMI/SCADA Automation & &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Measurement Software (Web ready)','','','220','35')
	oCMenu.makeMenu('sub71','top7','&#9658 Indusoft Web Studio','indusoft/indusoft.htm','I1','140')
	oCMenu.makeMenu('sub72','top7','&#9658 DASYLab ','dasylab/dasylab.htm','I1','140')
	


oCMenu.makeMenu('top8','','&#9658 Programmable Automation & &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Communication Controllers (PAC) ','','','220','95')
	oCMenu.makeMenu('sub81','top8','&#9658 Intelligent Communication Controller','controllers/i75xx.htm','I1','270')
	oCMenu.makeMenu('sub82','top8','&#9658 Internet Communication Controller','controllers/i7188E.htm','I1','270')
	oCMenu.makeMenu('sub83','top8','&#9658 I-7188 Palm-size Embedded Controller','controllers/i7188.htm','I1','270')
	oCMenu.makeMenu('sub84','top8','&#9658 WinCon-8000 Windows CE Embedded Controller','controllers/wincon8000.htm','I1','270')
	oCMenu.makeMenu('sub85','top8','&#9658 LinCon-8000 Linux Embedded Controller','controllers/lincon8000.htm','I1','270')
	oCMenu.makeMenu('sub86','top8','&#9658 I-8000 Compact Embedded Controller','controllers/i8000.htm','I1','270')
	oCMenu.makeMenu('sub87','top8','&#9658 SC-50X Series HardPLC Controllers','controllers/famaplc.htm','I1','270')




oCMenu.makeMenu('top9','','&#9658 Rack Mount Servers','','','220')
	oCMenu.makeMenu('sub91','top9','&#9658 Intel® Based Servers','server/intelserver.htm','I1','140')
	oCMenu.makeMenu('sub92','top9','&#9658 AMD® Based Servers ','server/amdserver.htm','I1','140')



oCMenu.makeMenu('top10','','&#9658 Workstations and Server boards','','','220')
	oCMenu.makeMenu('sub101','top10','&#9658 Intel® Xeon™ Solutions','Tyan/xeon.htm','I1','195')
	oCMenu.makeMenu('sub102','top10','&#9658 Intel® pentium® / celeron Solutions ','Tyan/pentium.htm','I1','195')
	oCMenu.makeMenu('sub103','top10','&#9658 AMD Opteron™ Solution','Tyan/opteron.htm','I1','195')
	oCMenu.makeMenu('sub104','top10','&#9658 AMD Athlon™ Solutions','Tyan/athlon.htm','I1','195')



oCMenu.makeMenu('top11','','&#9658 Storage Solutions (RAID/DAS/NAS/SAN)','','','220')
	oCMenu.makeMenu('sub111','top11','&#9658 Network Attached Storage','nas/nasindex.htm','I1','160')
	oCMenu.makeMenu('sub112','top11','&#9658 RAID Sub System ','das/das.htm','I1','160')


oCMenu.makeMenu('top12','','&#9658 Network DVR Solutions','','','220')
	oCMenu.makeMenu('sub121','top12','&#9658 DVR Cards','surveillance/dvrCard.htm','I1','180')
	oCMenu.makeMenu('sub122','top12','&#9658 Network DVR Systems','surveillance/networkDVR.htm','I1','180')
	oCMenu.makeMenu('sub123','top12','&#9658 Web Audio & Network Camera ','surveillance/web_audio.htm','I1','180')

oCMenu.makeMenu('top13','','&#9658 Network Appliances','','','220','75')
	oCMenu.makeMenu('sub131','top13','&#9658 VPN Solutions','netappliances/vpn.htm','I1','180')
	oCMenu.makeMenu('sub132','top13','&#9658 Web Mail Server ','netappliances/wms.htm','I1','180')
	oCMenu.makeMenu('sub133','top13','&#9658 Network Applicances Platform','netappliances/na.htm','I1','180')





oCMenu.makeMenu('top14','','&#9658 Proximity & Smart Card Solutions ','','','220')
	oCMenu.makeMenu('sub141','top14','&#9658 Auto ID & Security','datacollection/autoid.htm','I1','130')
	oCMenu.makeMenu('sub142','top14','&#9658 RFID Solutions','datacollection/rfid.htm','I1','130')


oCMenu.makeMenu('top15','','&#9658 Data Collection Solutions ','','','220')
	oCMenu.makeMenu('sub151','top15','&#9658 Guard Patrol Tour Terminal','datacollection/guard.htm','I1','170')
	oCMenu.makeMenu('sub152','top15','&#9658 Hand-held Terminal','datacollection/handheld.htm','I1','170')
	oCMenu.makeMenu('sub153','top15','&#9658 Data Collector/Card reader','datacollection/datacollector.htm','I1','170')

oCMenu.makeMenu('top16','','&#9658  I2C Small Area Network Solution ','','','220')
	oCMenu.makeMenu('sub161','top16','&#9658 I2C Systems','i2c/system.htm','I1','170')
	oCMenu.makeMenu('sub162','top16','&#9658 I2C Adapters','i2c/adapter.htm','I1','170')
	oCMenu.makeMenu('sub163','top16','&#9658 I2C Monitor','i2c/monitor.htm','I1','170')
	oCMenu.makeMenu('sub164','top16','&#9658 SMBus Smart Battery Tools','i2c/smartbattery.htm','I1','170')
	oCMenu.makeMenu('sub115','top16','&#9658 I2C Accessories','i2c/accessories.htm','I1','170')



//Leave this line - it constructs the menu
oCMenu.construct()	
