_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=-2            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#9CC352";
oncolor="#ffffff";
offbgcolor="#DDF2FB";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#333333";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0)";
}

with(milonic=new menuname("sDivisions")){
style=menuStyle;
aI("text=Environment;url=divisions/env.htm;");
aI("text=Biotechnology;url=divisions/bio.htm;");
aI("text=Popularization of Science;url=divisions/pos.htm;");
aI("text=Consultancy Cell;url=divisions/consultancy.htm;");
aI("text=Water Regime Management;url=divisions/wrm.htm;");
aI("showmenu=spbb;text=Punjab BioDiversity Board;");
}

with(milonic=new menuname("snotification")){
style=menuStyle;
aI("text=Notification1;url=http://www.pscst.com/en/pdfs/PBBNotification_1.pdf;");
aI("text=Notification2;url=http://www.pscst.com/en/pdfs/PBBNotification_2.pdf;");
aI("text=Notification3;url=http://www.pscst.com/en/pdfs/PBBNotification_Final.pdf;");

}

with(milonic=new menuname("sminutes")){
style=menuStyle;
aI("text=Minutes of the Ist Meeting of PBB held on 8.01.2006;url=http://www.pscst.com/en/pdfs/Minutes%20of%20First%20Meeting%20of%20PBB.pdf;");
aI("text=Minutes of the 2nd Meeting of PBB held on 10.03.2008;url=http://www.pscst.com/en/pdfs/Minutes%202nd%20Meeting%20PBB%2010.3.08.pdf;");
aI("text=Minutes of the 3rd Meeting of PBB held on 03.02.2010;url=http://www.pscst.com/en/pdfs/Minutes%20of%203rd%20PBB%20Meeting%20%2003.02.2010.pdf;");

}


with(milonic=new menuname("sannual")){
style=menuStyle;
aI("text=Annual Report 2006-07;url=http://www.pscst.com/en/pdfs/Annual Report-2006-07.pdf;");
aI("text=Annual Report 2007-08;url=http://www.pscst.com/en/pdfs/Annual Report-2007- 08.pdf;");
aI("text=Annual Report 2008-09;url=http://www.pscst.com/en/pdfs/ANNUAL REPORT 2008-09.pdf;");
aI("text=Annual Report 2009-10;url=http://www.pscst.com/en/pdfs/ANNUAL REPORT 2009-10.pdf;");
}

with(milonic=new menuname("spbb")){
style=menuStyle;
aI("text=Introduction;url=divisions/intro.htm;");
aI("showmenu=snotification;text=Notification;");
aI("showmenu=sminutes;text=Minutes of Meeting;");
aI("showmenu=sannual;text=Annual Report;");
}


with(milonic=new menuname("About")){
style=menuStyle;
aI("text=PSCST Overview;url=about/overview.htm;");
aI("showmenu=sDivisions;text=Divisions;");
aI("text=People at PSCST;url=about/people.htm;");
aI("text=Linkages;url=about/linkages.htm;");
aI("text=Finances;url=about/finances.htm;");
}

with(milonic=new menuname("Divisions")){
style=menuStyle;
aI("text=Environment;url=divisions/env.htm;");
aI("text=Biotechnology;url=divisions/bio.htm;");
aI("text=Popularization of Science;url=divisions/pos.htm;");
aI("text=Consultancy Cell;url=divisions/consultancy.htm;");
aI("text=Water Regime Management;url=divisions/wrm.htm;");
aI("showmenu=spbb;text=Punjab Biodiversity Board;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Awareness;url=services/aware.htm;");
aI("text=Training;url=services/training.htm;");
aI("text=Consultancy;url=services/consultancy.htm;");
aI("text=Project Formulation;url=services/prjform.htm;");
aI("text=Patent Information Centre;url=services/patents.htm;");
aI("text=Protection of Environment;url=services/protenv.htm;");
aI("text=Development Works;url=services/devworks.htm;");
}

with(milonic=new menuname("FAQ")){
style=menuStyle;
//aI("text=FAQs on Environment;url=#;");
//aI("text=FAQs on Biotechnology;url=#;");
//aI("text=FAQs on Construction & Building;url=#;");
//aI("text=FAQs on Water Regime Management;url=#;");
//aI("text=FAQs on Information Technology;url=#;");
//aI("text=FAQs on Popularization of Science;url=#;");
}

drawMenus();

