oM=new makeCM("oM"); 
oM.resizeCheck=1; 
oM.rows=1;  
oM.onlineRoot=""; 
oM.pxBetween =0; 
oM.fillImg="image/spacer.gif"; 
oM.fromTop=90; 
oM.fromLeft=155; 

oM.wait=300; 
oM.zIndex=400;
oM.useBar=1; 
oM.barWidth=960; 

oM.barX=0;
oM.barY=0; 
oM.barClass="clBar";
oM.barBorderX=0; oM.barBorderY=0;



/* create menu levels */
oM.level[0]=new cm_makeLevel(90,21,"clT","clTover",1,1,"clB",0,"bottom",0,0,0,0,0);
oM.level[1]=new cm_makeLevel(160,22,"clS","clSover",0,0,"clB",0,"right",0,0,">",10,10);

oM.barX = width + 100;

/* create each menu item */
oM.makeMenu('parent1','','home','index.html','',50,20,'','','','',"bottom") 
oM.makeMenu('parent2','','products','product_list.html','',75,20,'','','','',"bottom")

oM.makeMenu('child21','parent2','green houses','product_green.html','',130,20);
oM.makeMenu('child22','parent2','garden rooms','product_garden.html','',130,20);
oM.makeMenu('child23','parent2','gropods','product_gropods.html','',130,20);
oM.makeMenu('child24','parent2','valuehuts','product_valuehuts.html','',130,20);
oM.makeMenu('child25','parent2','lean2s','product_lean2s.html','',130,20,'','','clSEnd','clSoverEnd');

oM.makeMenu('parent3','','prices','prices.html','',50,20,'','','','',"bottom")

oM.makeMenu('parent4','','options','options.html','',65,20,'','','','',"bottom")
oM.makeMenu('parent5','','specials','specials.html','',65,20,'','','','',"bottom")
oM.makeMenu('parent6','','construction','construction.html','',100,20,'','','','',"bottom")
oM.makeMenu('parent7','','photo galleries','gallery_list.html','',130,20,'','','','',"bottom")

oM.makeMenu('child71','parent7','site prep','gallery_sites.html','',130,20)
oM.makeMenu('child72','parent7','delivery','gallery_delivery.html','',130,20)
oM.makeMenu('child73','parent7','factory tour','factorytour.html','',130,20)
oM.makeMenu('child74','parent7','complete gallery','gallery.html','',130,20,'','','clSEnd','clSoverEnd')

oM.makeMenu('parent8','','lifestyle','lifestyle.html','',65,20,'','','','',"bottom")

oM.makeMenu('child81','parent8','plant variety','lifestyle_variety.html','',160,20);
oM.makeMenu('child82','parent8','growing tips','tips.html','',160,20);
oM.makeMenu('child83','parent8','planning and supplies','considerations.html','',160,20);
oM.makeMenu('child84','parent8','greenhouse resources','lifestyle_resources.html','',160,20);
oM.makeMenu('child85','parent8','greenhouse glossary','glossary.html','',160,20);
oM.makeMenu('child86','parent8','faq','faq.html','',160,20,'','','clSEnd','clSoverEnd');

oM.makeMenu('parent9','','about','about.html','',55,20,'','','','',"bottom")
oM.makeMenu('parent10','','contact','contact.html','',65,20,'','','','',"bottom")
oM.makeMenu('parent11','','site map','siteMap.html','',70,20,'','','','',"bottom")

/* calculate the placement of each top level menu item */
var width = (window.document.body.offsetWidth - 954) / 2;
if(width<0)
	width = 0;
oM.menuPlacement=new Array(width+5, width+70, width+160, width+225, width+305, width+388, width+505, width+645, width+725, width+785, width+860);
/* deltas: 75=60=news, 135=60=lifestyle, 220=85=products, 310=90=options, 390=80=specials, 470=80=installation, 580=110=factory tour, 695=90=about, 760=65=contact, 840=80=site map */
/* deltas: 75=60=lifestyle, 160=85=products, 250=90=prices, 320=90=options, 400=80=specials, 485=80=installation, 595=110=photo gallery, 710=90=about, 775=65=contact, 855=80=site map */

oM.onresize = "var width = (window.document.body.offsetWidth - 954) / 2; if(width<0){width=0;};oM.menuPlacement=new Array(width+15, width+75, width+135, width+220, width+310, width+390, width+470, width+580, width+695, width+760, width+840);"
/* construct the menus */
oM.construct()