fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bgimage="menu/buttonoff.jpg";
overbgimage="menu/xp_greenon.jpg";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
offcolor="#000000";
oncolor="#F24848";
headerbgcolor="#ffffff";
headercolor="#000000";
padding=6;
pagecolor="#3245F6";
separatorcolor="#000000";
separatorpadding=1;
subimage="menu/arrw.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
styleid=1;
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#E4F9E7";
offcolor="#006600";
onbgcolor="#067418";
onborder="1px solid #67A1CE";
oncolor="#FFFFFF";
padding=4;
pagecolor="blue";
separatorsize=1;
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=28;
itemwidth=138;
left=40;
top=200;
followscroll=100;
orientation="vertical";
style=menuStyle;
aI("align=center;text=Home;url=index.html;");
aI("align=center;showmenu=about;text=About Us;");
aI("align=center;showmenu=activities;text=Activities;");
aI("align=center;text=Projects;url=projects.html;");
aI("align=center;text=Public Hearing;url=PublicHearing.html;");
aI("align=center;text=Publications;url=publications.html;");
aI("align=center;fontsize=7.1pt;showmenu=rti;text=Right To Information;");
//aI("align=center;showmenu=rti;text=RTI;");
aI("align=center;showmenu=archives;text=Archives;");
aI("align=center;text=Download Forms;url=downloads.html;");
aI("align=center;text=Org. Chart;url=OrgChart.html;");
aI("align=center;showmenu=Links;text=Links;");
aI("align=center;text=Photo Gallery;url=gallery.html;");
aI("align=center;text=Contacts;url=contacts.html;");
}

with(milonic=new menuname("about")){
margin=2;
style=submenuStyle;
aI("text=Introduction;url=introduction.html;");
aI("text=Constitution of the Board;url=constitution.html;");
aI("text=Activities;url=activities.html;");
}

with(milonic=new menuname("activities")){
margin=2;
style=submenuStyle;
aI("text=Industrial Consent;url=consent.html;");

aI("text=Waste Management;");
aI("image=menu/btn.gif;text=Hazardous Waste;url=HazardousWaste.html;");
aI("image=menu/btn.gif;text=Bio-medical Waste;url=biomedical.html;");
aI("image=menu/btn.gif;text=Municipal Solid Waste;url=MunicipalSolid.HTML;");
aI("image=menu/btn.gif;text=Plastics Waste;url=PlasticWaste.html;");
aI("text=Batteries Management;url=batteriesMgmt.html;");
aI("text=Mass Awareness;url=MassAwareness.html;");
aI("text=Water Cess;url=WaterCess.html;");

aI("text=Central Laboratory;");
aI("image=menu/btn.gif;text=Introduction;url=lab.html;");
aI("image=menu/btn.gif;text=Water;url=water.html;");
aI("image=menu/btn.gif;text=Air;url=air.html;");
aI("image=menu/btn.gif;text=Vehicular;url=vehicular.html;");
aI("image=menu/btn.gif;text=Noise;url=noise.html;");
aI("image=menu/btn.gif;text=Soil;url=soil.html;");
}

with(milonic=new menuname("rti")){
margin=2;
style=submenuStyle;
aI("text=RTI Act 2005;url=http://megrti.gov.in;target=new;");
aI("text=Information Handbook (Manuals) of MSPCB, Shillong;url=Documents/handbook.pdf;");
aI("text=Public Authority of the MSPCB;url=rtinotification.html;");
}

with(milonic=new menuname("archives")){
margin=2;
style=submenuStyle;
aI("text=Projects;url=projects_arc.html;");
aI("text=Public Hearing;url=public_arc.html;");
}

with(milonic=new menuname("Links")){
margin=2;
style=submenuStyle;
aI("text=Ministry of Environment and Forests;url=http://envfor.nic.in/;target=new;");
aI("text=Central Pollution Control Board;url=http://www.cpcb.nic.in/;target=new;");
aI("text=National Portal of India;url=http://india.gov.in/;target=new;");
aI("text=Meghalaya State Portal;url=http://meghalaya.nic.in;target=new;");
aI("text=National Informatics Centre;url=http://home.nic.in/;target=new;");
}

drawMenus();