//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=0 
oCMenu.fromTop=0   
oCMenu.rows=1 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="100%"
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 spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=150
oCMenu.level[0].height=20
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"

//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-2
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="center" 
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"




/******************************************
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','','HOME','http://www.awe-communications.com/main.html','','45')
	
oCMenu.makeMenu('top1','','COMPANY','http://www.awe-communications.com/company.html','','72')
	oCMenu.makeMenu('sub10','top1','Overview','http://www.awe-communications.com/overview.html')
	oCMenu.makeMenu('sub11','top1','Partners','http://www.awe-communications.com/partners.html')
	oCMenu.makeMenu('sub12','top1','Customers','http://www.awe-communications.com/customers.html')
	oCMenu.makeMenu('sub13','top1','Feedback','http://www.awe-communications.com/feedback.html')	
	oCMenu.makeMenu('sub14','top1','Jobs','http://www.awe-communications.com/jobs.html')
	oCMenu.makeMenu('sub15','top1','Address','http://www.awe-communications.com/address.html')
	
oCMenu.makeMenu('top2','','PROPAGATION','http://www.awe-communications.com/propagation.html','','108')
	oCMenu.makeMenu('sub21','top2','Rural','http://www.awe-communications.com/P_Rural.html')
	oCMenu.makeMenu('sub22','top2','Sub-Urban','http://www.awe-communications.com/P_Suburban.html')
	oCMenu.makeMenu('sub23','top2','Urban','http://www.awe-communications.com/P_Urban.html')
	oCMenu.makeMenu('sub24','top2','Indoor','http://www.awe-communications.com/P_Indoor.html')
	oCMenu.makeMenu('sub25','top2','Tunnel','http://www.awe-communications.com/P_Tunnel.html')

oCMenu.makeMenu('top8','','NETWORK PLANNING','http://www.awe-communications.com/network.html','','148')
	oCMenu.makeMenu('sub81','top8','Broadcasting','http://www.awe-communications.com/A_Broadcast.html')
	oCMenu.makeMenu('sub82','top8','GSM / GPRS / EDGE','http://www.awe-communications.com/A_GSM.html')
	oCMenu.makeMenu('sub83','top8','IS-95','http://www.awe-communications.com/A_IS_95.html')
	oCMenu.makeMenu('sub84','top8','3G: UMTS FDD','http://www.awe-communications.com/A_UMTS_FDD.html')
	oCMenu.makeMenu('sub85','top8','3G: UMTS FDD HSDPA','http://www.awe-communications.com/A_HSDPA.html')
	oCMenu.makeMenu('sub86','top8','3G: UMTS TDD','http://www.awe-communications.com/A_UMTS_TDD.html')
	oCMenu.makeMenu('sub87','top8','3G: UMTS TD-SCDMA','http://www.awe-communications.com/A_TD_SCDMA.html')
	oCMenu.makeMenu('sub88','top8','W-LAN','http://www.awe-communications.com/A_WLAN.html')
	oCMenu.makeMenu('sub89','top8','S-DMB','http://www.awe-communications.com/A_SDMB.html')
	oCMenu.makeMenu('sub90','top8','Microwave Links','http://www.awe-communications.com/A_MW_Links.html')

oCMenu.makeMenu('top9','','ADD-ONS','http://www.awe-communications.com/tools.html','','70')
	oCMenu.makeMenu('sub91','top9','Visualization','http://www.awe-communications.com/T_Results.html')
	oCMenu.makeMenu('sub92','top9','Measurement Interface','http://www.awe-communications.com/T_Measurements.html')
	oCMenu.makeMenu('sub93','top9','EMC Analysis','http://www.awe-communications.com/T_EMC.html')
	oCMenu.makeMenu('sub94','top9','Multiple Antenna Config.','http://www.awe-communications.com/T_AnKon.html')
	oCMenu.makeMenu('sub95','top9','Database Conversion','http://www.awe-communications.com/T_Conversion.html')

oCMenu.makeMenu('top4','','PRODUCTS','http://www.awe-communications.com/products.html','','80')
	oCMenu.makeMenu('sub40','top4','ProMan','http://www.awe-communications.com/ProMan.html')
	oCMenu.makeMenu('sub41','top4','WallMan','http://www.awe-communications.com/WallMan.html')
	oCMenu.makeMenu('sub42','top4','AMan','http://www.awe-communications.com/AMan.html')
	oCMenu.makeMenu('sub43','top4','EMCMan','http://www.awe-communications.com/EMCMan.html')
	oCMenu.makeMenu('sub45','top4',' ','')
	oCMenu.makeMenu('sub46','top4','A955 DLL','http://www.awe-communications.com/a955.html')
	oCMenu.makeMenu('sub47','top4','Aircom DLL','http://www.awe-communications.com/aircom.html')
	oCMenu.makeMenu('sub48','top4','Atoll DLL','http://www.awe-communications.com/atoll.html')
	oCMenu.makeMenu('sub49','top4','NetAct DLL','http://www.awe-communications.com/netact.html')
	oCMenu.makeMenu('sub31','top4','TornadoN DLL','http://www.awe-communications.com/tornadon.html')
	oCMenu.makeMenu('sub32','top4',' ','')
	oCMenu.makeMenu('sub34','top4','Licenses','http://www.awe-communications.com/licenses.html')
	oCMenu.makeMenu('sub35','top4','Platforms','http://www.awe-communications.com/platforms.html')
	oCMenu.makeMenu('sub36','top4',' ','')
	oCMenu.makeMenu('sub37','top4','Databases','http://www.awe-communications.com/data.html')
	oCMenu.makeMenu('sub38','top4','Antennas','http://www.awe-communications.com/antennas.html')


oCMenu.makeMenu('top5','','DOWNLOADS','http://www.awe-communications.com/download.html','','96')
	oCMenu.makeMenu('sub50','top5','Software','http://www.awe-communications.com/software.html')
	oCMenu.makeMenu('sub51','top5','Sample Data','http://www.awe-communications.com/sample.html')
	oCMenu.makeMenu('sub52','top5','User Manual','http://www.awe-communications.com/manuals.html')
	oCMenu.makeMenu('sub53','top5','Documents','http://www.awe-communications.com/docs.html')

oCMenu.makeMenu('top6','','PUBLIC REL.','http://www.awe-communications.com/publicrel.html','','90')
   	oCMenu.makeMenu('sub60','top6','Publications','http://www.awe-communications.com/publications.html')
	oCMenu.makeMenu('sub61','top6','Conferences','http://www.awe-communications.com/conferences.html')
	oCMenu.makeMenu('sub62','top6','Education','http://www.awe-communications.com/education.html')
	oCMenu.makeMenu('sub63','top6','Newsletter','http://www.awe-communications.com/news.html')

oCMenu.makeMenu('top7','','FURTHER LINKS','http://www.awe-communications.com/links.html','','110')

		
//Leave this line - it constructs the menu
oCMenu.construct()		
