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

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=85 
oCMenu.fromTop=100
oCMenu.rows=1 
oCMenu.menuPlacement="left"

oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=100 
oCMenu.fillImg=""
oCMenu.zIndex=1

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="749"
oCMenu.barHeight="menu" 
oCMenu.barClass="menu"
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].regClass="menuLevel0"
oCMenu.level[0].overClass="menuLevel0over"
oCMenu.level[0].borderX=33
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="menuLevel0border"
oCMenu.level[0].offsetX=-3
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=10
oCMenu.level[0].arrowHeight=10
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=200
oCMenu.level[1].height=23
oCMenu.level[1].regClass="menuLevel1"
oCMenu.level[1].overClass="menuLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=5
oCMenu.level[1].borderClass="menuLevel1border"


//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=250
oCMenu.level[2].height=23
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=5
oCMenu.level[2].regClass="menuLevel1"
oCMenu.level[2].overClass="menuLevel1over"
oCMenu.level[2].borderClass="menuLevel1border"


/******************************************
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','','about','','',65,24,'http://www.finnzymes.com/gfx/about_ts.gif','http://www.finnzymes.com/gfx/about_on_ts.gif','','',"center")

 oCMenu.makeMenu('top01','top0','Product news','http://www.finnzymes.com/what_is_new.html')
   oCMenu.makeMenu('top02','top0','Company news','http://www.finnzymes.com/news_company.html')
  oCMenu.makeMenu('top03','top0','About Finnzymes','http://www.finnzymes.com/about.html')
  oCMenu.makeMenu('top04','top0','Trade shows','http://www.finnzymes.com/trade_shows.html')
	

oCMenu.makeMenu('top1','','Reagents','','',81,24,'http://www.finnzymes.com/gfx/reagents_ts.gif','http://www.finnzymes.com/gfx/reagents_on_ts.gif','','',"center")
    oCMenu.makeMenu('top11','top1','High Performance PCR','http://www.finnzymes.com/highperformancepcr.html')
	oCMenu.makeMenu('top12','top1','Direct PCR','http://www.finnzymes.com/directpcr/index.html')
			oCMenu.makeMenu('top121','top12','Introduction to Direct PCR','http://www.finnzymes.com/directpcr/index.html', '', 220, 24)
			oCMenu.makeMenu('top122','top12','Phire<sup>&reg;</sup> Animal Tissue Direct PCR Kit','http://www.finnzymes.com/directpcr/phire_animal_tissue_direct_pcr_kit.html', '', 220, 24)
			oCMenu.makeMenu('top123','top12','Phire<sup>&reg;</sup> Plant Direct PCR Kit','http://www.finnzymes.com/directpcr/phire_plant_direct_pcr_kit.html', '', 220, 24)
			oCMenu.makeMenu('top124','top12','Phusion<sup>&reg;</sup> Human Specimen Direct PCR Kit','http://www.finnzymes.com/directpcr/phusion_human_specimen_direct_pcr_kit.html', '', 220, 24)
			oCMenu.makeMenu('top125','top12','Phusion<sup>&reg;</sup> Blood Direct PCR Kit','http://www.finnzymes.com/directpcr/phusion_blood_direct_pcr_kit.html', '', 220, 24)
			oCMenu.makeMenu('top126','top12','Harris Uni-Core&trade; and Cutting Mat&trade;','http://www.finnzymes.com/directpcr/harris_unicore.html', '', 220, 24)

  oCMenu.makeMenu('top13','top1','PCR','http://www.finnzymes.com/pcr/pcr_selection.html')
  		    oCMenu.makeMenu('top131','top13','Phusion<sup>&reg;</sup> DNA Polymerases','http://www.finnzymes.com/pcr/phusion_products.html', '', 220, 24)
			oCMenu.makeMenu('top132','top13','Phusion<sup>&reg;</sup> Blood Direct PCR Kit','http://www.finnzymes.com/directpcr/phusion_blood_direct_pcr_kit.html', '', 220, 24)
			oCMenu.makeMenu('top133','top13','Phusion<sup>&reg;</sup> Human Specimen Direct PCR Kit','http://www.finnzymes.com/directpcr/phusion_human_specimen_direct_pcr_kit.html', '', 220, 24)
			oCMenu.makeMenu('top134','top13','Phire<sup>&reg;</sup> Hot Start II DNA Polymerase','http://www.finnzymes.com/pcr/phire_hot_start2_dna_polymerase.html', '', 220, 24)
			oCMenu.makeMenu('top135','top13','Phire<sup>&reg;</sup> Animal Tissue Direct PCR Kit','http://www.finnzymes.com/directpcr/phire_animal_tissue_direct_pcr_kit.html', '', 220, 24)				
			oCMenu.makeMenu('top136','top13','Phire<sup>&reg;</sup> Plant Direct PCR Kit','http://www.finnzymes.com/directpcr/phire_plant_direct_pcr_kit.html', '', 220, 24)		
			oCMenu.makeMenu('top137','top13','DyNAzyme&#8482; DNA Polymerases','http://www.finnzymes.com/pcr/dynazyme_products.html', '', 220, 24)
			oCMenu.makeMenu('top138','top13','DNA polymerase selection guide','http://www.finnzymes.com/pcr/dna_polymerase_selection_guide.html', '', 220, 24)
  oCMenu.makeMenu('top14','top1','RT-PCR','http://www.finnzymes.com/rt-pcr/rt-pcr.html')
  oCMenu.makeMenu('top15','top1','Real-time qPCR and qRT-PCR','http://www.finnzymes.com/realtime_qpcr/dynamo_qpcr_kits.html')
  			oCMenu.makeMenu('top151','top15','DyNAmo&trade; qPCR Kits','http://www.finnzymes.com/realtime_qpcr/dynamo_qpcr_kits.html', '', 220, 24)
			oCMenu.makeMenu('top152','top15','DyNAmo&trade; SNP Genotyping Master Mix','http://www.finnzymes.com/realtime_qpcr/dynamo_snp_genotyping_master_mix.html', '', 220, 24)
  oCMenu.makeMenu('top16','top1','Mutagenesis and sequencing','http://www.finnzymes.com/sequencing_mutagenesis/sequencing_and_mutagenesis.html')
  oCMenu.makeMenu('top17','top1','RNA-related products','http://www.finnzymes.com/rna/rna-related_products.html')
  			oCMenu.makeMenu('top171','top17','PowerCut&trade; Dicer','http://www.finnzymes.com/rna/powercut_dicer.html', '', 150, 24)
    		oCMenu.makeMenu('top172','top17','Replicator&trade; RNAi Kit','http://www.finnzymes.com/rna/replicator_rnai_kit.html', '', 150, 24)
			oCMenu.makeMenu('top173','top17','T7 RNA Polymerase','http://www.finnzymes.com/rna/t7_rna_polymerase.html', '', 150, 24)
			oCMenu.makeMenu('top174','top17','Phi6 RNA Replicase','http://www.finnzymes.com/rna/phi6_rna_replicase.html', '', 150, 24)
			oCMenu.makeMenu('top175','top17','Phi6 dsRNA','http://www.finnzymes.com/rna/phi6-dsRNA.html', '', 150, 24)
			oCMenu.makeMenu('top176','top17','Ribonucleotide Set','http://www.finnzymes.com/rna/ribonucleotide_set.html', '', 150, 24)
			
	oCMenu.makeMenu('top18','top1','Bacterial profiling','http://www.finnzymes.com/phusionbact/index.html')
				oCMenu.makeMenu('top181','top18','Phusion<sup>&reg;</sup> Bacterial Profiling Kit','http://www.finnzymes.com/phusionbact/index.html', '', 170, 24)
			
  oCMenu.makeMenu('top19','top1','Other products','http://www.finnzymes.com/other_products/other_products.html')
    oCMenu.makeMenu('top20','top1','Application notes','http://www.finnzymes.com/application_notes.html')
  
  oCMenu.makeMenu('top2','','Instruments','','',100,24,'http://www.finnzymes.com/gfx/instruments_ts.gif','http://www.finnzymes.com/gfx/instruments_on_ts.gif','','',"center")
  oCMenu.makeMenu('top21','top2','High Performance PCR','http://www.finnzymes.com/highperformancepcr.html')
  oCMenu.makeMenu('top22','top2','Thermal cyclers','http://www.finnzymes.com/products/instruments.html','')
    oCMenu.makeMenu('top221','top22','Introduction to Piko<sup>&reg;</sup> technology','http://www.finnzymes.com/products/piko/piko_technology.html', '', 190, 24)
    oCMenu.makeMenu('top222','top22','Piko<sup>&reg;</sup> Thermal Cyclers','http://www.finnzymes.com/products/piko/piko_cyclers.html', '', 190, 24)
    oCMenu.makeMenu('top223','top22','Arktik&trade; Thermal Cycler','http://www.finnzymes.com/products/arktik/arktik_thermal_cycler.html', '', 190, 24)
	oCMenu.makeMenu('top224','top22','PikoReal<sup>&reg;</sup> Real-Time PCR System','http://www.finnzymes.com/products/pikoreal/pikoreal_realtime_pcr_system.html', '', 190, 24)
	//oCMenu.makeMenu('top22','top2','Thermal Incubators','','',150, 24)
	    //oCMenu.makeMenu('top221','top22','Arktik&#8482; Thermal Incubators','http://www.finnzymes.com/products/arktik/arktik.html', '', 190, 24)
	oCMenu.makeMenu('top24','top2','Benchtop tools','http://www.finnzymes.com/products/pikofuge/tools.html','')
	oCMenu.makeMenu('top241','top24','Piko<sup>&reg;</sup> Plate Illuminator','http://www.finnzymes.com/products/pikoplate/piko_plate_illuminator.html', '', 160, 24)
	oCMenu.makeMenu('top242','top24','96- and 384-well prep racks','http://www.finnzymes.com/products/prep_racks/prep_racks.html', '', 160, 24)
		oCMenu.makeMenu('top243','top24','CapEase&#8482; tool','http://www.finnzymes.com/other_products/capease_tool.html', '', 160, 24)
	oCMenu.makeMenu('top244','top24','DyNAfreezer&#8482; chiller','http://www.finnzymes.com/other_products/dynafreezer_chiller.html', '', 160, 24)
	
	oCMenu.makeMenu('top3','','PCR plastics','','',90,24,'http://www.finnzymes.com/gfx/pcrvessels_ts.gif','http://www.finnzymes.com/gfx/pcrvessels_on_ts.gif','','',"center")
	 oCMenu.makeMenu('top31','top3','High Performance PCR','http://www.finnzymes.com/highperformancepcr.html')
	 
  oCMenu.makeMenu('top32','top3','Ultra-Thin Wall PCR vessels','http://www.finnzymes.com/products/UTWvessels.html','')
      oCMenu.makeMenu('top321','top32','Introduction to UTW<sup>&reg;</sup> technology','http://www.finnzymes.com/products/UTWtechnology.html', '', 190, 24)
    oCMenu.makeMenu('top322','top32','24-well Piko<sup>&reg;</sup> PCR plates','http://www.finnzymes.com/products/slidetiter/PIKOplate24.html', '', 190, 24)
	oCMenu.makeMenu('top323','top32','96-well Piko<sup>&reg;</sup> PCR plates','http://www.finnzymes.com/products/slidetiter/PIKOplate96.html', '', 190, 24)
	oCMenu.makeMenu('top324','top32','UTW<sup>&reg;</sup> PCR tubes','http://www.finnzymes.com/products/tubes/tubes.html', '', 190, 24)
    
	oCMenu.makeMenu('top34','top3','PCR sealers','http://www.finnzymes.com/products/sealers/PCRsealers.html','')
    oCMenu.makeMenu('top341','top34','8-Strip standard flat caps','http://www.finnzymes.com/products/sealers/stripcaps/stripcaps.html', '', 160, 24)
	oCMenu.makeMenu('top342','top34','Optical adhesive film','http://www.finnzymes.com/products/sealers/adhesive/adhesive.html', '', 160, 24)
	oCMenu.makeMenu('top343','top34','Peelable heat seal film','http://www.finnzymes.com/products/sealers/heatseal/heatsealer.html', '', 160, 24)
	
	oCMenu.makeMenu('top35','top3','Benchtop tools','http://www.finnzymes.com/products/pikofuge/tools.html','')
	oCMenu.makeMenu('top351','top35','Piko<sup>&reg;</sup> Plate Illuminator','http://www.finnzymes.com/products/pikoplate/piko_plate_illuminator.html', '', 160, 24)
	oCMenu.makeMenu('top352','top35','96- and 384-well prep racks','http://www.finnzymes.com/products/prep_racks/prep_racks.html', '', 160, 24)
	oCMenu.makeMenu('top353','top35','CapEase&#8482; tool','http://www.finnzymes.com/other_products/capease_tool.html', '', 160, 24)
	oCMenu.makeMenu('top354','top35','DyNAfreezer&#8482; chiller','http://www.finnzymes.com/other_products/dynafreezer_chiller.html', '', 160, 24)

oCMenu.makeMenu('top4','','Resources','','',90,24,'http://www.finnzymes.com/gfx/resources_ts.gif','http://www.finnzymes.com/gfx/resources_on_ts.gif','','',"center")
  oCMenu.makeMenu('top41','top4','Webtools for PCR and qPCR','http://www.finnzymes.com/java_applets/index.html','')
  
    oCMenu.makeMenu('top410','top41','Tm calculator','http://www.finnzymes.fi/tm_determination.html', '', 180, 24)
	    oCMenu.makeMenu('top411','top41','Multiple primer analyzer','http://www.finnzymes.fi/java_applets/multiple_primer_analyzer.html', '', 180, 24)
		oCMenu.makeMenu('top412','top41','Copy number calculator','http://www.finnzymes.fi/java_applets/copy_number_calculation.html', '', 180, 24)
		oCMenu.makeMenu('top413','top41','OD converter','http://www.finnzymes.fi/java_applets/od_conversion.html', '', 180, 24)
		oCMenu.makeMenu('top414','top41','qPCR efficiency calculator','http://www.finnzymes.fi/java_applets/qpcr_efficiency.html', '', 180, 24)
		oCMenu.makeMenu('top415','top41','Fidelity calculator for Phusion<sup>&reg;</sup> <br>DNA polymerases','http://www.finnzymes.fi/pcr/fidelity_calc.php', '', 180, 36)
		oCMenu.makeMenu('top416','top41','PCR reaction setup with <br>Phusion<sup>&reg;</sup> DNA polymerases','http://www.finnzymes.fi/java_applets/reaction_setup_phusion.html', '', 180, 36)
		oCMenu.makeMenu('top417','top41','qPCR reaction setup with <br>DyNAmo&#8482; qPCR kits','http://www.finnzymes.fi/java_applets/reaction_setup_dynamo.html', '', 180, 34)
		oCMenu.makeMenu('top418','top41','cDNA synthesis reaction setup <br>with DyNAmo&#8482; cDNA Synthesis Kit','http://www.finnzymes.fi/java_applets/reaction_setup_cdna_synthesis.html', '', 180, 36)
  
  oCMenu.makeMenu('top42','top4','Technical resources','http://www.finnzymes.com/technical_resources.html','')
  oCMenu.makeMenu('top421','top42','Finnzymes &#39; DNA polymerases and cloning','http://www.finnzymes.com/pcr/finnzymes_dna_polymerases_and_cloning.html', '', 160, 34)
    oCMenu.makeMenu('top422','top42','PCR','http://www.finnzymes.com/pcr/pcr-tech_appendix.html', '', 160, 24)
	oCMenu.makeMenu('top423','top42','RT-PCR','http://www.finnzymes.com/rt-pcr/rt-pcr_tech_appendix.html', '', 160, 24)
	oCMenu.makeMenu('top424','top42','qPCR and qRT-PCR','http://www.finnzymes.com/realtime_qpcr/qpcr_qrt-prc_tech_appendix.html', '', 160, 24)
	oCMenu.makeMenu('top425','top42','Transposon products','http://www.finnzymes.com/sequencing_mutagenesis/transposon_products_tech_appendix.html', '', 160, 24)
	oCMenu.makeMenu('top426','top42','RNA-related products','http://www.finnzymes.com/rna/rna_products_tech_appendix.html', '', 160, 24)
		oCMenu.makeMenu('top427','top42','Application notes','http://www.finnzymes.com/application_notes.html', '', 160, 24)
	
  oCMenu.makeMenu('top43','top4','FAQ','http://www.finnzymes.com/faq.html','')
    oCMenu.makeMenu('top431','top43','PCR','http://www.finnzymes.com/pcr/pcr_faq.html', '', 160, 24)
	oCMenu.makeMenu('top432','top43','Direct PCR','http://www.finnzymes.com/directpcr/directpcr_faq.html', '', 160, 24)
	oCMenu.makeMenu('top433','top43','High Performance PCR','http://www.finnzymes.com/hppcr_faq.html', '', 160, 24)
    oCMenu.makeMenu('top434','top43','RT-PCR','http://www.finnzymes.com/rt-pcr/rt-pcr_faq.html', '', 160, 24)
	oCMenu.makeMenu('top435','top43','qPCR and qRT-PCR','http://www.finnzymes.com/realtime_qpcr/qpcr_faq.html', '', 160, 24)
	oCMenu.makeMenu('top436','top43','Transposon products','http://www.finnzymes.com/sequencing_mutagenesis/transposon_products_faq.html', '', 160, 24)
		oCMenu.makeMenu('top437','top43','RNA-related products', 'http://www.finnzymes.com/rna/rna_products_faq.html', '', 160, 24)	
	oCMenu.makeMenu('top438','top43','Piko<sup>&reg;</sup> Thermal Cycler','http://www.finnzymes.com/Resources/pikofaqs.html', '', 160, 24)
	oCMenu.makeMenu('top439','top43','Piko<sup>&reg;</sup> PCR plates','http://www.finnzymes.com/Resources/PIKOplatefaqs.html', '', 160, 24)
	oCMenu.makeMenu('top4310','top43','UTW<sup>&reg;</sup> vessels for PCR','http://www.finnzymes.com/Resources/utwfaqs.html', '', 160, 24)
		oCMenu.makeMenu('top4311','top43','Other products', 'http://www.finnzymes.com/other_products/other_products_faq.html', '', 160, 24)
		
	
  oCMenu.makeMenu('top44','top4','Literature','http://www.finnzymes.com/literature.html','')
  oCMenu.makeMenu('top441','top44','Instruction manuals','http://www.finnzymes.com/instruction_manuals.html', '', 140, 24)
  oCMenu.makeMenu('top442','top44','Application notes','http://www.finnzymes.com/application_notes.html', '', 140, 24)
  oCMenu.makeMenu('top443','top44','Brochures','http://www.finnzymes.com/brochures.html', '', 140, 24)
  oCMenu.makeMenu('top444','top44','MSDS','http://www.finnzymes.com/msds.html', '', 140, 24)
  oCMenu.makeMenu('top445','top44','References','http://www.finnzymes.com/citations.html', '', 140, 24)
  
oCMenu.makeMenu('top45','top4','Legal information','')
    oCMenu.makeMenu('top451','top45','Warranty','http://www.finnzymes.com/warranty.html', '', 140, 24)
	    oCMenu.makeMenu('top452','top45','Licenses and trademarks','http://www.finnzymes.com/licences_and_trademarks.html', '', 140, 24)

oCMenu.makeMenu('top5','','contact','','',72,24,'http://www.finnzymes.com/gfx/contact_ts.gif','http://www.finnzymes.com/gfx/contact_on_ts.gif','','',"center")
oCMenu.makeMenu('top51','top5','Contact Finnzymes','http://www.finnzymes.com/contact.html')
oCMenu.makeMenu('top52','top5','Technical support','http://www.finnzymes.com/tech_support.html','')
oCMenu.makeMenu('top53','top5','Suomalaisille asiakkaille','http://suomi.finnzymes.fi/')
oCMenu.makeMenu('top54','top5','Finnzymes USA','http://www.finnzymes.us','')
oCMenu.makeMenu('top55','top5','International distributors','http://www.finnzymes.com/distributors.html','')
oCMenu.makeMenu('top56','top5','Trade shows','http://www.finnzymes.com/trade_shows.html')



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

