// Menu oject creation
oM=new makeCM("oM"); 

//Menu properties
oM.pxBetween=-6;
oM.fromTop=92;
oM.fromLeft=0;
oM.wait=300;
oM.resizeCheck=1;
oM.zIndex=400;
oM.rows=1;
oM.menuPlacement="center"
oM.onlineRoot="";
oM.fillImg="cm_fill.gif";

//Background bar properties
oM.useBar=0;
oM.barWidth="760";
oM.barHeight="menu";
oM.barX="0";
oM.barY="menu";
oM.barClass="clBar";
oM.barBorderX=0;
oM.barBorderY=0;

oM.level[0]=new cm_makeLevel(98,21,"clT","clTover",1,1,"clB",0,"bottom",0,0,0,0,0);
oM.level[1]=new cm_makeLevel(120,28,"clS","clSover",1,1,"clB",0,"right",0,0,"images/menu_arrow.gif",10,10);
oM.level[2]=new cm_makeLevel(110,22,"clS2","clS2over");
oM.level[3]=new cm_makeLevel(140,22);

oM.makeMenu('m1','','Home','../index.html');
oM.makeMenu('m2','','About SRWD','');
oM.makeMenu('m3','','Resources','');
oM.makeMenu('m4','','Programs','');
oM.makeMenu('m5','','Permits','');
oM.makeMenu('m6','','Water Quality','');
oM.makeMenu('m7','','Projects','');
oM.makeMenu('m8','','Links','../links.html');
oM.makeMenu('m9','m2','Background','../background.html');
oM.makeMenu('m10','m2','History','../history.html');
oM.makeMenu('m11','m2','Rules','../rules.html');
oM.makeMenu('m12','m2','Board of Managers','../bod.html');
oM.makeMenu('m13','m2','Staff','../staff.html');
oM.makeMenu('m14','m3','Press Releases','../pressreleases.html');
oM.makeMenu('m15','m3','Annual Report','../pdf/2003AnnualRpt.pdf');
oM.makeMenu('m16','m3','Overall Plan','../overallplan.html');
oM.makeMenu('m17','m3','Newsletters','../newsletters.html');
oM.makeMenu('m18','m3','Agenda/Minutes','../agenda_minutes.html');
oM.makeMenu('m19','m3','Brochures','../brochures.html');
oM.makeMenu('m20','m3','Maps','../maps.html');
oM.makeMenu('m21','m4','Incentive Program','../incentive.html');
oM.makeMenu('m22','m4','Education Program','../education.html');
oM.makeMenu('m23','m4','Volunteer Program','../volunteer.html');
oM.makeMenu('m24','m4','Monitoring Program','../monitoring.html');
oM.makeMenu('m25','m5','Requirements','../requirments.html');
oM.makeMenu('m26','m5','Permit Application','../pdf/PermitApplication.pdf');
oM.makeMenu('m27','m6','Monitoring Data','wqdb.html');
oM.makeMenu('m28','m6','TMDL','../tmdl.html');
oM.makeMenu('m29','m6','Project Reports','../wqreports.html');
oM.makeMenu('m30','m7','Weed Harvest','../projweedharvest.html');
oM.makeMenu('m31','m7','Alum Treatment','../projalum.html');
oM.makeMenu('m32','m7','Sediment Ponds','../projsedimentponds.html');
oM.makeMenu('m33','m7','Shoreline Restor.','../projshoreline.html');
oM.makeMenu('m34','m7','Fecal Coliform to Lower Sauk Study','../proj_lowersauk_fecstudy.html');

//oM.menuPlacement=new Array(15,70,170,250,330,410,490,620,680)
oM.construct()