pos = findPos('nav_menu')

var oM=new makeCM("oM")
oM.fromLeft= pos[0]
oM.fromTop= pos[1]
oM.onresize="pos2 = findPos('nav_menu'); oM.fromLeft=pos2[0]; oM.fromTop=pos2[1];"

oM.pxBetween=1
oM.menuPlacement=0
oM.wait=200
oM.fillImg=0
oM.zIndex=100 
oM.resizeCheck=1

oM.onlineRoot=""
oM.offlineRoot=""

oM.rows=0

//Background bar properties
oM.useBar=0
oM.barWidth="menu"
oM.barHeight="menu"
oM.barX=0
oM.barY="menu"
oM.barClass="clBar" 
oM.barBorderX=0
oM.barBorderY=0
oM.barBorderClass=""


//Level properties
//Syntax for fast creation (advanced users only)
//oM.level[1]=new cm_makeLevel(width,height,regClass,overClass,borderX,borderY,borderClass,rows,align,offsetX,offsetY,arrow,arrowWidth,arrowHeight)

oM.level[0]=new cm_makeLevel()
oM.level[0].width=295
oM.level[0].height=23
oM.level[0].regClass="clT1" 
oM.level[0].overClass="clT1over"  
oM.level[0].borderX=0
oM.level[0].borderY=0
oM.level[0].borderClass="clB1" 
oM.level[0].rows=0
oM.level[0].align="right"
oM.level[0].offsetX=-115
oM.level[0].offsetY=0
oM.level[0].arrow=0
oM.level[0].arrowWidth=0
oM.level[0].arrowHeight=0
oM.level[0].slidepx=0
oM.level[0].clippx=0

oM.level[1]=new cm_makeLevel()
oM.level[1].width=149
oM.level[1].height=oM.level[0].height
oM.level[1].regClass="clT2" 
oM.level[1].overClass="clT2over" 
oM.level[1].offsetX=-2
oM.level[1].borderX=1
oM.level[1].borderY=1
oM.level[1].borderClass="clB2"
oM.level[1].align="left"
oM.level[1].offsetX=0
oM.level[1].rows=0
//oM.level[1].arrow="/images/kn2.gif"
//oM.level[1].arrowWidth=8
//oM.level[1].arrowHeight=11

oM.level[2]=new cm_makeLevel()
oM.level[2].width=175
oM.level[2].height=23
oM.level[2].regClass="clT2" 
oM.level[2].overClass="clT2over" 
oM.level[2].borderX=1
oM.level[2].borderY=1
oM.level[2].borderClass="clB2"
oM.level[2].align="bottom"
oM.level[2].rows=0
oM.level[2].offsetX=0
oM.level[2].offsetY=0
oM.level[2].arrow=0
oM.level[2].arrowWidth=0
oM.level[2].arrowHeight=0

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
oM.makeMenu('top1','','The company', 'company.htm')
	oM.makeMenu('sub10','top1','Company purposes','company1.htm')
	oM.makeMenu('sub11','top1','Board of Directors','company2.htm')
	oM.makeMenu('sub12','top1','History JSC UMP','company3.htm')
	oM.makeMenu('sub13','top1','Trade Mark','company4.htm')
	oM.makeMenu('sub18','top1','Our address','company9.htm')
oM.makeMenu('top2','','Production', 'industry.htm')
	oM.makeMenu('sub20','top2','Uranium production','industry1.htm')
	oM.makeMenu('sub21','top2','Beryllium production','industry2.htm')
	oM.makeMenu('sub22','top2','Tantalum production','industry3.htm')
	
oM.makeMenu('top14','','Joint ventures and affiliates', 'branch.htm')
	oM.makeMenu('sub141','top14','Mashzavod','branch1.htm')
	oM.makeMenu('sub142','top14','Ulba Fluorine Complex LLP','branch2.htm','','',32)
	oM.makeMenu('sub143','top14','Ulba SPC','branch10.htm')
	oM.makeMenu('sub144','top14','Yingtan Ulba Shine Metal Materials Company Limited','branch8.htm','','',32)
	oM.makeMenu('sub145','top14','JV "Beryllium" ','branch7.htm','','',32)

	
oM.makeMenu('top3','','Products', 'production.htm')
	oM.makeMenu('sub30','top3','Uranium  products','production1.htm','','',30)
		oM.makeMenu('sub300','sub30','Natural U<sub>3</sub>O<sub>8</sub>','production11.htm','','')
		oM.makeMenu('sub301','sub30','UO<sub>2</sub> Powders','production12.htm','','')
		oM.makeMenu('sub302','sub30','Fuel Pellets for Atomic Power Plants','production13.htm','','',32)
		oM.makeMenu('sub303','sub30','Uranium materials conversion','production14.htm','','')
	oM.makeMenu('sub31','top3','Beryllium  products','production2.htm','','',32)
		oM.makeMenu('sub310','sub31','Copper-Beryllium Master Alloys','production24.htm','','',32)
		oM.makeMenu('sub311','sub31','Aluminium-Beryllium Master Alloys','production26.htm','','',32)
		oM.makeMenu('sub312','sub31','Nickel-Beryllium Master Alloys','production27.htm','','',32)
		oM.makeMenu('sub313','sub31','Copper-Beryllium Alloys','production25.htm','','')
		oM.makeMenu('sub314','sub31','Beryllium Metal','production21.htm','','')
		oM.makeMenu('sub315','sub31','Beryllium Billets/Articles','production23.htm','','')
		oM.makeMenu('sub316','sub31','Beryllium Powder P-56','production22.htm','','')
		oM.makeMenu('sub317','sub31','Beryllium Oxide','production28.htm','','')
	oM.makeMenu('sub32','top3','Tantalum products','production3.htm','','', 30)
		oM.makeMenu('sub320','sub32','Tantalum ingot','production31.htm','','')
		oM.makeMenu('sub321','sub32','Tantalum rolled metal','production32.htm','','')
		oM.makeMenu('sub322','sub32','Tantalum chips','production33.htm','','')
		oM.makeMenu('sub323','sub32','Tantalum wire and rod','production34.htm','','')
		oM.makeMenu('sub324','sub32','Tantalum powders','production35.htm','','')
		oM.makeMenu('sub325','sub32','Materials for Capacitors','production36.htm','','')
		oM.makeMenu('sub326','sub32','TaW alloy and products','production37.htm','','')
		oM.makeMenu('sub327','sub32','TaY','production38.htm','','')
		oM.makeMenu('sub328','sub32','Tantalum products','production39.htm','','')
	oM.makeMenu('sub33','top3','Niobium products','production4.htm','','', 30)
		oM.makeMenu('sub330','sub33','Niobium pentoxide','production41.htm','','')
		oM.makeMenu('sub331','sub33','Ingots','production42.htm','','')
		oM.makeMenu('sub332','sub33','Chips','production43.htm','','')
		oM.makeMenu('sub333','sub33','Mill','production44.htm','','')
		oM.makeMenu('sub334','sub33','Rods, Wire','production45.htm','','')
		oM.makeMenu('sub335','sub33','Powders','production46.htm','','')
		oM.makeMenu('sub336','sub33','Ingots from NbTi alloy','production47.htm','','')
	    oM.makeMenu('sub337','sub33','Ingots from NbZr alloy and products','production48.htm','','',32)
		oM.makeMenu('sub338','sub33','Niobium products','production39.htm','','')
	oM.makeMenu('sub34','top3','Hydrofluoric Acid','production5.htm','','')
	oM.makeMenu('sub341','top3','Products from graphite','production20.htm','','')	
	oM.makeMenu('sub35','top3','Metallurgical grade fluorite','production6.htm','','',32)
	oM.makeMenu('sub36','top3','Mashzavod','production7.htm','','', 30)
	oM.makeMenu('sub38','top3','Magnesium Fluoride','production8.htm','','')
oM.makeMenu('top4','','Quality','quality.htm')
	oM.makeMenu('sub41','top4','Certificates', 'quality.htm','','')
	oM.makeMenu('sub43','top4','Quality Policy of UMP Management', 'quality3.htm','','',32)
oM.makeMenu('top6','','Science','science.htm')
oM.makeMenu('top7','','Ecology and safety','ecology.htm')
	oM.makeMenu('sub71','top7','Environmental Policy of the "UMP"JSC Management', 'ecology1.htm','','',32)
	oM.makeMenu('sub73','top7','Policy of ULBA management in the field of occupational safety and health', 'ecology4.htm','','',58)
oM.makeMenu('top8','','Our future','future.htm')
oM.makeMenu('top10','','News','http://www.ulba.kz/en/')
oM.construct()

