_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=5              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#710000";
oncolor="#e6d8ae";
offbgcolor="#650000";
offcolor="#ffffff";
bordercolor="#000000";

borderstyle="solid";
borderwidth=0;
separatorcolor="#710000";
onclass="menuSpacing";
offclass="menuSpacing";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#e6d8ae";
pagebgcolor="#800200";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Events")){
style=menuStyle;
overflow="scroll";
aI("text=Latest News;url=/events/latestnews.asp;");
aI("text=Recent Visits;url=/events/visits.asp;");
aI("text=Conferences;url=/events/conferences.asp;");
aI("text=Meetings;url=/events/meetings.asp;");
aI("text=Workshops & Trainings;url=/events/workshops.asp;");
aI("text=MoU Signing;url=/events/mou.asp;");
}

with(milonic=new menuname("Important Links")){
style=menuStyle;
aI("text=Government of Pakistan;url=http://www.pakistan.gov.pk;target=_blank;");
aI("text=SERRA;url=http://www.serra.gov.pk;target=_blank;");
aI("text=PERRA;url=http://www.perra.gon.pk;target=_blank;");
aI("text=DAD;showmenu=DAD;");
aI("text=ERRM;url=http://www.erra.gov.pk/errm.html;");
aI("text=MRDEA;url=/reports/MRDEA/01-15July 2009 Fortnightly Report.pdf;target=_blank;");
aI("text=PPRA;url=http://www.ppra.org.pk;target=_blank;");
aI("text=PEC;url=http://www.pec.org.pk;target=_blank;");
aI("text=NESPAK;url=http://www.nespakerp.com;target=_blank;");
aI("text=Urban Development;url=/underpreparation.asp;");
aI("text=Other Links;url=/other_imp_links.asp");
}

with(milonic=new menuname("Latest Publications")){
style=menuStyle;
aI("text=News Bulliten - April 2009;url=/Reports/publications/News Bulletin April 2009.pdf;target=_blank;");
aI("text=News Letter 2009;url=/Reports/publications/ERRA Newsletter March 2009 Two Pager.pdf;target=_blank;");
aI("text=Annual Review 2009;url=/underpreparation.asp;");
aI("text=Social Impact Report 2008;url=/Reports/MNEReports/ERRA_SIAReport03Mar_2008.pdf;target=_blank;");
aI("text=M & E Report 2009;url=/underpreparation.asp;");
}

with(milonic=new menuname("DAD")){
style=menuStyle;
aI("text=DAD;url=http://www.dadpak.org;target=_blank;");
aI("text=DAD Reports;url=/DADReports.asp;");
}


drawMenus();