


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5            // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#996600";
offbgcolor="#FAD8BB";
offcolor="Black";
bordercolor="#FAD8BB";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000066";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=123;
left="center";
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=Home;url=./index.htm;");
aI("text=Development News;url=./newsletters.htm;");
aI("text=GOSL/Donor;showmenu=GOSL/Donor;");
aI("text=Consultative Group (CG) Meeting;url=./doc.htm;");
aI("text=Reports;url=./report.htm;");
aI("text=Poverty Reduction Strategy;showmenu=PRS;");
aI("text=Contact Details;url=./contact.htm;");
}


with(milonic=new menuname("GOSL/Donor")){
style=menuStyle;
aI("text=DEPAC;url=./depac.htm;");
aI("text=Consultative Group;url=./consultative.htm;");
aI("text=High Policy Dialogue;url=./policydialogue.htm;");
}


with(milonic=new menuname("PRS")){
style=menuStyle;
aI("text=Implementation & Monitoring;url=./implementation.htm;");
}

drawMenus();

