// JavaScript Document

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

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=15
oCMenu.fromTop=170  
oCMenu.rows=0 
oCMenu.menuPlacement=0

oCMenu.offlineRoot="http://www.multi-lab.co.uk" 
oCMenu.onlineRoot="http://www.multi-lab.co.uk"  

oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="/images/transparent.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
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].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.3)" 
oCMenu.level[0].width=210
oCMenu.level[0].height=22 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=-10
oCMenu.level[0].offsetY=-1
oCMenu.level[0].rows=0
oCMenu.level[0].arrow="/images/menu_arrow.gif"
oCMenu.level[0].arrowWidth=10
oCMenu.level[0].arrowHeight=10
oCMenu.level[0].align="right"

//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].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 
oCMenu.level[1].width=280
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
//oCMenu.level[1].borderX=0
//oCMenu.level[1].borderY=1
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].offsetX=-90 
//(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=-1
oCMenu.level[1].arrow="/images/menu_arrow.gif"
oCMenu.level[1].arrowWidth=10
oCMenu.level[1].arrowHeight=10
oCMenu.level[1].align="right" 


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify 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=230
//oCMenu.level[2].height=30
oCMenu.level[2].borderX=0
oCMenu.level[2].borderY=1
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"
//oCMenu.level[2].offsetX=0
//oCMenu.level[2].offsetY=0


/******************************************
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('top10','','The Company','')
	oCMenu.makeMenu('sub100','top10','Company History','/company/index.htm')
	oCMenu.makeMenu('sub101','top10','Overview','/company/overview.htm')
	oCMenu.makeMenu('sub102','top10','Newcastle','')
		oCMenu.makeMenu('sub1021','sub102','The Facility','/company/newcastle.htm')
		oCMenu.makeMenu('sub1023','sub102','Location','/company/n-location.htm')
		oCMenu.makeMenu('sub1025','sub102','Newcastle Hotels','/company/n-hotels.htm')
	oCMenu.makeMenu('sub103','top10','East Kilbride','')
		oCMenu.makeMenu('sub1031','sub103','The Facility','/company/eastkilbride.htm')
		oCMenu.makeMenu('sub1033','sub103','Location','/company/ek-location.htm')
		oCMenu.makeMenu('sub1035','sub103','East Kilbride Hotels','/company/ek-hotels.htm')
	oCMenu.makeMenu('sub105','top10','Shiliu','/company/fudong.htm')
		//oCMenu.makeMenu('sub1051','sub105','Location','/company/swindon.htm')
		//oCMenu.makeMenu('sub1053','sub105','Swindon Hotels','/company/s-hotels.htm')
		//oCMenu.makeMenu('sub1013','sub101','Hire Cars','/company/hirecars.htm')
	oCMenu.makeMenu('sub107','top10','Contact','/company/contact.htm')
		//oCMenu.makeMenu('sub1021','sub102','Contact Numbers','/company/numbers.htm')
		//oCMenu.makeMenu('sub1022','sub102','E-mail','mailto:sales@multi-lab.co.uk')
		//oCMenu.makeMenu('sub1023','sub102','Operating Hours','/company/hours.htm')
	oCMenu.makeMenu('sub109','top10','Terms & Conditions','/downloads/terms-conditions.pdf')
	

oCMenu.makeMenu('top12','','Fabricated Quartz','')
		oCMenu.makeMenu('sub122','top12','Fabricated Quartz','/fabrication/index.htm')
		oCMenu.makeMenu('sub124','top12','Repairs/Re-use','/fabrication/reuse.htm')
		

oCMenu.makeMenu('top13','','Precious Metal Thermocouples','')
			//oCMenu.makeMenu('sub132','top13','New Thermocouples','/fabrication/thermo.htm')
			//oCMenu.makeMenu('sub134','top13','New for Old','/fabrication/recalibrate.htm')
			oCMenu.makeMenu('sub138','top13','Precious Metal Thermocouples, Profile Spikes','/fabrication/spikes.htm')
			oCMenu.makeMenu('sub1310','top13','OM100 Thermocouples','/fabrication/om100.htm')

		
oCMenu.makeMenu('top15','','Volume Automatic Cutting','/services/cutting.htm')
oCMenu.makeMenu('top16','','Polishing & machining','/services/polish.htm')
//oCMenu.makeMenu('top17','','Services','/services/plate.htm')
	//oCMenu.makeMenu('sub300','top30','Fabrication facility','/services/fabrication.htm')
	//oCMenu.makeMenu('sub151','top15','Automatic cutting','/services/cutting.htm')
	//oCMenu.makeMenu('sub152','top15','Polishing & machining','/services/polish.htm')
	//oCMenu.makeMenu('sub153','top15','Quartz plate','/services/plate.htm')
	
			
			
oCMenu.makeMenu('top18','','Total Quartz Management','/fabrication/manage.htm')
		
		
oCMenu.makeMenu('top19','','Fused Quartz','')
  //oCMenu.makeMenu('sub190','top19','Overview','/fused/index.htm')
  oCMenu.makeMenu('sub191','top19','Sizes & Grades','/fused/grades.htm')
  oCMenu.makeMenu('sub192','top19','Transparent tube','')
    oCMenu.makeMenu('sub1921','sub192','Transparent tube','/fused/trans-tube.htm')
		oCMenu.makeMenu('sub1922','sub192','Clear fused tubing','/fused/clear.htm')
		oCMenu.makeMenu('sub1924','sub192','Dimensions & chemical analysis','/fused/dims.htm')
	oCMenu.makeMenu('sub193','top19','Deep ruby red quartz tubes','/fused/ruby.htm')
	oCMenu.makeMenu('sub194','top19','Twin bore tubes','/fused/twinbore.htm')
	oCMenu.makeMenu('sub195','top19','Transparent rods','/fused/rods.htm')
	oCMenu.makeMenu('sub196','top19','Synthetic quartz','/fused/synthetic.htm')
	oCMenu.makeMenu('sub197','top19','Polished discs & profiles','/fused/discs.htm')
	oCMenu.makeMenu('sub198','top19','Quartz rolled plate','/fused/roll-plate.htm')
	oCMenu.makeMenu('sub1910','top19','Polished plate','/fused/pol-plate.htm')
	oCMenu.makeMenu('sub1912','top19','Quartz wool','/fused/wool.htm')
	oCMenu.makeMenu('sub1916','top19','Sintered discs','/fused/sintered.htm')
	oCMenu.makeMenu('sub1918','top19','Sockets','/fused/sockets.htm')
	oCMenu.makeMenu('sub1920','top19','Cones','/fused/cones.htm')
	oCMenu.makeMenu('sub1922','top19','Cup & ball','/fused/cup.htm')
	oCMenu.makeMenu('sub1926','top19','Graded seals','/fused/seals.htm')
	oCMenu.makeMenu('sub1928','top19','Screw threads','/fused/threads.htm')
	
	
oCMenu.makeMenu('top21','','Translucent Quartz','')
	oCMenu.makeMenu('sub212','top21','Translucent satin quartz','/translucent/index.htm')
	oCMenu.makeMenu('sub214','top21','Translucent quartz ware','/translucent/translucent.htm')
  oCMenu.makeMenu('sub215','top21','Snowball crucibles','/translucent/snowball.htm')
  oCMenu.makeMenu('sub216','top21','Multi-Sil','/translucent/multisil.htm')
	//oCMenu.makeMenu('sub218','top21','Multi-Sil 90','/translucent/multisil90.htm')
	//oCMenu.makeMenu('sub2110','top21','Multi-Sil 80','/translucent/multisil80.htm')
	
	
oCMenu.makeMenu('top23','','Technical Ceramics','')
	oCMenu.makeMenu('sub230','top23','Technical Ceramics','/technical/index.htm')
	oCMenu.makeMenu('sub232','top23','The Materials','')
		oCMenu.makeMenu('sub2320','sub232','The Range','/technical/range.htm')
		oCMenu.makeMenu('sub2322','sub232','99.7% Alumina - Alsint','/technical/alsint.htm')
		oCMenu.makeMenu('sub2324','sub232','76% Alumina - Pythagorus 1800 Z','/technical/pythag1800.htm')
		oCMenu.makeMenu('sub2326','sub232','60% Alumina - Pythagoras','/technical/pythag60.htm')
		oCMenu.makeMenu('sub2328','sub232','Sillimantin 60 NG','/technical/sil-60ng.htm')
		oCMenu.makeMenu('sub23210','sub232','Sillimantin 60','/technical/sil-60.htm')
		oCMenu.makeMenu('sub23212','sub232','Sillimantin KS','/technical/sil-ks.htm')
	oCMenu.makeMenu('sub234','top23','Physical Properties','/technical/properties.htm')
	oCMenu.makeMenu('sub236','top23','Impervious & Porous Tubes','/technical/impervious.htm')
	oCMenu.makeMenu('sub238','top23','Multibore Insulators','/technical/multibore.htm')
	oCMenu.makeMenu('sub2310','top23','Alsint 99.7% Products','')
		oCMenu.makeMenu('sub23102','sub2310','Crucibles - cylindrical, flat bottom','/technical/crucibles1.htm')
		oCMenu.makeMenu('sub23104','sub2310','Crucibles - conical, squat form','/technical/crucibles2.htm')
		oCMenu.makeMenu('sub23106','sub2310','Crucibles - conical, tall form','/technical/crucibles3.htm')
		oCMenu.makeMenu('sub23108','sub2310','Ignition Dishes','/technical/ignition1.htm')
		oCMenu.makeMenu('sub231010','sub2310','Porous Ignition Dishes','/technical/ignition2.htm')
		oCMenu.makeMenu('sub231012','sub2310','Tubular Crucibles','/technical/crucibles4.htm')
		oCMenu.makeMenu('sub231014','sub2310','Plates','/technical/plates.htm')
		oCMenu.makeMenu('sub231016','sub2310','Boats','/technical/boats.htm')

	
oCMenu.makeMenu('top25','','Special Advanced Materials','')
		oCMenu.makeMenu('sub252','top25','Silicon Carbide','/special/index.htm')
		oCMenu.makeMenu('sub254','top25','Halsic-R','/special/halsic-r.htm')
		oCMenu.makeMenu('sub256','top25','Halsic-I','/special/halsic-i.htm')
		oCMenu.makeMenu('sub258','top25','Halsic-S','/special/halsic-s.htm')
		oCMenu.makeMenu('sub2510','top25','Halsic-RX','/special/halsic-rx.htm')
		oCMenu.makeMenu('sub2512','top25','Physical Properties of Halsic Materials','/special/h-properties.htm')
		oCMenu.makeMenu('sub2514','top25','Standard Manufactured Sizes','/special/stock.htm')

oCMenu.makeMenu('top45','','Quality','/quality/index.htm')


//oCMenu.makeMenu('top55','','Technical Support','/support/index.htm')
	

oCMenu.makeMenu('top55','','Support','')
	oCMenu.makeMenu('sub550','top55','Technical Queries','/support/queries.htm')
	oCMenu.makeMenu('sub552','top55','Downloads page','/support/downloads.htm')
	oCMenu.makeMenu('sub554','top55','Apply for Account','/support/details.htm')
	//oCMenu.makeMenu('sub556','top55','Silicone Carbide Data','/downloads/silicon-carbide.pdf','_blank')
	//oCMenu.makeMenu('sub558','top55','Map','/downloads/map-to-multilab.pdf','_blank')
	//oCMenu.makeMenu('sub5510','top55','Terms & conditions','/downloads/terms-conditions.pdf','_blank')
	//oCMenu.makeMenu('sub5512','top55','Haldenwanger Ceramic Data Sheet','/downloads/tubes.pdf')
	//oCMenu.makeMenu('sub5514','top55','Haldenwanger Halsic Data Sheet','/downloads/halsic.pdf')
	
//oCMenu.makeMenu('top60','','Apply for Account','/downloads/account.htm')


oCMenu.makeMenu('top70','','Home','/home.htm')


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