
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft= 
oCMenu.fromTop=3  
oCMenu.rows=1 
oCMenu.menuPlacement="center"

oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//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=110
oCMenu.level[0].height=40 
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=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=185
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=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"

//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].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('top0','','','','',121,33,'/images/off/feed_off.gif','/images/on/feed_on.gif')
  oCMenu.makeMenu('sub00','top0','Packaging&nbsp;and&nbsp;Pricing','/pages/f_packaging_pricing.php',0)
  oCMenu.makeMenu('sub01','top0','Sample&nbsp;Submittal','/pages/samplesubmittal.php',0)
      oCMenu.makeMenu('sub011','sub01','Sampling and Shipping','/pages/f_sampling_shipping.php',0,270)
      oCMenu.makeMenu('sub012','sub01','Download a Feed Card','/downloads/feed+card.pdf',0,270)
      oCMenu.makeMenu('sub013','sub01','Feed Card (short form)','/downloads/Print+A+Short+Form.pdf',0,270)
      oCMenu.makeMenu('sub014','sub01','Available NIR Calibrations','/downloads/what+do+I+test+for.pdf',0,270)
      oCMenu.makeMenu('sub015','sub01','Download a Cow Relevant Digestibility Card','/downloads/CRSDCard.pdf',0,270)
  oCMenu.makeMenu('sub02','top0','Interpretations&nbsp;and&nbsp;Guidelines','/pages/interpretations/f_interpretations.php',0)
      oCMenu.makeMenu('sub021','sub02','Corn Silage Processing Score','/pages/interpretations/cornsilage.php',0,260)
      oCMenu.makeMenu('sub022','sub02','Cow Relevant Digestibility','/pages/interpretations/cowrelevantdigest.php',0,260)
      oCMenu.makeMenu('sub023','sub02','DCAD Information','/pages/interpretations/decadinfo.php',0,260)
	  oCMenu.makeMenu('sub024','sub02','Milk 2006 Interpretations','/pages/interpretations/milk2006.php',0,260)
      oCMenu.makeMenu('sub025','sub02','NDF Digestibility','/pages/interpretations/ndfd.php',0,260)
	  oCMenu.makeMenu('sub026','sub02','NDF, ND-ICP: with or without Sodium Sulfite','/pages/interpretations/ndicp.php',0,260)
      oCMenu.makeMenu('sub027','sub02','Nitrate-Nitrogen Interpretations','/pages/interpretations/nitrate_nitrogen_interpretations.php',0,260)
      oCMenu.makeMenu('sub028','sub02','Fermentation Profile Guidelines','/pages/interpretations/vfa_chart.php',0,260)
      oCMenu.makeMenu('sub029','sub02','Fermentation Profile Interpretations','/pages/interpretations/vfa.php',0,260)
  oCMenu.makeMenu('sub03','top0','Summaries','/pages/interpretations/summaries.php',0)
      oCMenu.makeMenu('sub030','sub03','2009 Forage Summaries','/pages/interpretations/forage_2009.php',0)
      oCMenu.makeMenu('sub031','sub03','2009 Wet Distillers Summary','/downloads/2009distillerssummarieswet.pdf',0)
 	oCMenu.makeMenu('sub032','sub03','2009 Dry Distillers Summary','/downloads/2009distillerssummariesdry.pdf',0)
      oCMenu.makeMenu('sub033','sub03','2008 Forage Summaries','/pages/interpretations/forage_2008.php',0)
      oCMenu.makeMenu('sub034','sub03','2008 Wet Distillers Summary','/downloads/2008distillerssummarieswet.pdf',0)
 	oCMenu.makeMenu('sub035','sub03','2008 Dry Distillers Summary','/downloads/2008distillerssummariesdry.pdf',0)
      oCMenu.makeMenu('sub036','sub03','2007 Forage Summaries','/pages/interpretations/forage_2007.php',0)
	  oCMenu.makeMenu('sub037','sub03','2007 Wet Distillers Summary','/downloads/2007distillerssummarieswet.pdf',0)
	  oCMenu.makeMenu('sub038','sub03','2007 Dry Distillers Summary','/downloads/2007distillerssummariesdry.pdf',0)
      oCMenu.makeMenu('sub039','sub03','2006 Forage Summaries','/pages/interpretations/forage_2006.php',0)
  oCMenu.makeMenu('sub04','top0','International&nbsp;Shipping',0)
	  oCMenu.makeMenu('sub040','sub04','International&nbsp;Shipping&nbsp;Information','/pages/international_shipping.php',0,230)
      oCMenu.makeMenu('sub041','sub04','FDA&nbsp;Prior&nbsp;Notice&nbsp;Assistance&nbsp;Form','/downloads/FDA+Prior+Notice+Assistance+Form.pdf',0,230)
oCMenu.makeMenu('top1','','','','',148,33,'/images/off/mold_off.gif','/images/on/mold_on.gif')
  oCMenu.makeMenu('sub10','top1','Packaging&nbsp;and&nbsp;Pricing','/pages/interpretations/mm_packaging_pricing.php',0)
  oCMenu.makeMenu('sub11','top1','Interpretations&nbsp;and&nbsp;Guidelines','/pages/interpretations/m_interpretations.php',0)
      oCMenu.makeMenu('sub101','sub11','Mold Count and ID','/pages/interpretations/molds_chart.php',0,300)
      oCMenu.makeMenu('sub102','sub11','Molds and Mycotoxins','/pages/interpretations/molds_toxins.php',0,300)
        oCMenu.makeMenu('sub103','sub11','Dealing with high yeast levels in HMC & CS','http://www.uwex.edu/ces/dairynutrition/documents/DealingwithHighYeastLevelsinHighMoistureCornandCornSilage.pdf',0,300)
 oCMenu.makeMenu('sub104','sub11','Managing aerobic stability in silages & HMC','http://www.uwex.edu/ces/dairynutrition/documents/AerobicStability.pdf ',0,300)
      oCMenu.makeMenu('sub105','sub11','Mold & mycotoxin problems in livestock feeding','http://www.das.psu.edu/research-extension/dairy/nutrition/pdf/mold.pdf',0,300)
      oCMenu.makeMenu('sub106','sub11','Moldy Grains, Mycotoxins and Feeding Problems','http://www.oardc.ohio-state.edu:80/ohiofieldcropdisease/Mycotoxins/mycopagedefault.htm',0,300)
      oCMenu.makeMenu('sub107','sub11','Toxins Chart','/downloads/Toxins.pdf',0,300)
      oCMenu.makeMenu('sub108','sub11','Yeasts','http://www.uwex.edu/ces/dairynutrition/documents/AerobicStability.pdf',0,300)
  oCMenu.makeMenu('sub12','top1','Summaries','/pages/m_summaries.php',0)
	  oCMenu.makeMenu('sub114','sub12','2007 Mold & Mycotoxin Summary','/downloads/MoldMycotoxinSummaries2007.pdf',0,200)
	  oCMenu.makeMenu('sub115','sub12','2006 Mold & Mycotoxin Summary','/downloads/MoldMycotoxinSummaries2006.pdf',0,200)
oCMenu.makeMenu('top2','','','','',101,33,'/images/off/soil_off.gif','/images/on/soil_on.gif')
  oCMenu.makeMenu('sub20','top2','Packaging&nbsp;and&nbsp;Pricing','/pages/s_packaging_pricing.php',0,270)
  oCMenu.makeMenu('sub21','top2','Sample&nbsp;Submittal','/pages/s_sampling_shipping.php',0,270)
      oCMenu.makeMenu('sub200','sub21','Soils for Crop Production','/pages/crop_soil.php',0)
      oCMenu.makeMenu('sub201','sub21','Plant Tissue','/pages/plant_tissue.php',0)
      oCMenu.makeMenu('sub202','sub21','Lawn and Garden','/pages/lawn_garden.php',0)
      oCMenu.makeMenu('sub203','sub21','Wildlife Food Plots','/pages/wildlife.php',0)
  oCMenu.makeMenu('sub22','top2','Nitrogen&nbsp;Application&nbsp;Rate&nbsp;Guidelines&nbsp;for&nbsp;Corn','http://uwlab.soils.wisc.edu/pubs/MRTN.pdf',0,270)
  oCMenu.makeMenu('sub23','top2','Supplemental&nbsp;Nitrogen:Corn&nbsp;Table','http://uwlab.soils.wisc.edu/pubs/MRTN_table.pdf',0,270)
  oCMenu.makeMenu('sub24','top2','Corn&nbsp;Price&nbsp;Ratio&nbsp;Calculator','http://uwlab.soils.wisc.edu/pubs/NitrogenCornPriceRatioCalculator.xls',0,270)
  oCMenu.makeMenu('sub25','top2','A2809','http://www.soils.wisc.edu/extension/pubs/A2809.pdf',0,270)
  oCMenu.makeMenu('sub26','top2','Nutrient Management Planning','/pages/nmp.php',0,270)
oCMenu.makeMenu('top3','','','','',55,33,'/images/off/water_off.gif','/images/on/water_on.gif')
  oCMenu.makeMenu('sub30','top3','Packaging&nbsp;and&nbsp;Pricing','/pages/w_packaging_pricing.php',0)
  oCMenu.makeMenu('sub31','top3','Sample&nbsp;Submittal','/pages/w_sampling_shipping.php',0)
  oCMenu.makeMenu('sub32','top3','Interpretations&nbsp;and&nbsp;Guidelines','/pages/interpretations/w_interpretations.php',0)

oCMenu.makeMenu('top4','','','','',65,33,'/images/off/manure_off.gif','/images/on/manure_on.gif')

  oCMenu.makeMenu('sub40','top4','Packaging&nbsp;and&nbsp;Pricing','/pages/m_packaging_pricing.php',0)
  oCMenu.makeMenu('sub41','top4','Sample&nbsp;Submittal','/pages/m_sampling_shipping.php',0)
  
oCMenu.makeMenu('top5','','','','',168,33,'/images/off/international_off.gif','/images/on/international_on.gif')
  oCMenu.makeMenu('sub50','top5','Instructions&nbsp;for&nbsp;Soil&nbsp;Sampling&nbsp;your&nbsp;Wildlife&nbsp;Food&nbsp;Plot','/pages/wildlife.php',0,315)
  oCMenu.makeMenu('sub51','top5','Order&nbsp;a&nbsp;Kit','/downloads/Wildlife+Order+Form.pdf',0,315)
  oCMenu.makeMenu('sub52','top5','Soil&nbsp;Information&nbsp;Sheet','/downloads/Food+Plot+Info+Sheet.pdf',0,315)
  oCMenu.makeMenu('sub53','top5','Interpreting&nbsp;your&nbsp;Soil&nbsp;Test&nbsp;Report','/downloads/Interpreting+Soil+Test+Report.pdf',0,315)
oCMenu.makeMenu('top6','','','/pages/about_us.php','',82,33,'/images/off/about_off.gif','/images/on/about_on.gif')

//Leave this line - it constructs the menu
oCMenu.construct()

