_scrollAmount=3      // Used for Netscape 4 scrolling
_scrollDelay=20	     // Used for Netscape 4 scrolling
_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=200   // The delay for opening menus on mouse over
//_followSpeed=0       // Follow Scrolling speed (higher number makes the scrolling smoother but slower)
//_followRate=0        // Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
_subOffsetTop=5;     // Sub menu offset Top position
_subOffsetLeft=-10;  // Sub menu offset Left position

with(SideStyle=new mm_style()){
     onbgcolor = "#D3355A";
       oncolor = "#dddddd";
    offbgcolor = "#C2113A";
      offcolor = "#ffffff";
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 2;
      onborder = "";
      fontsize = 11;
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "arial, helvetica, verdana";
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
     pagecolor = "#ffffff";
   pagebgcolor = "#C2113A";
   topbarimage = "";
topbarimageloc = "left;middle";
      subimage = "";
   subimageloc = "left;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}


with(milonic=new menuname("mainmenu")){
top = 145;
left = 562;
itemwidth = 188;
menuwidth = 188;
borderwidth = 0;
//screenposition = "center;middle";
//alignment="center";
style = SideStyle;
alwaysvisible = 1;
//followscroll = "1,50,2"
//orientation="horizontal"
//filter = null;
//followscroll = null;
//keepalive = 1;
//overallwidth = null;
//righttoleft = null;
//itemheight=200;
//openonclick = null;
//bgimage="winxp_back.gif";
//position="relative"
//separatorcolor="green";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;U.S. PVO Registry &raquo;url=/usaid/index.html");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;U.S. PVO Count &raquo;url=/usaid/pvocount.asp");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;List All U.S. PVOs &raquo;url=/usaid/pvo.asp?All=YES&INCVOLAG=YES&INCSUM=YES");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;International PVO Registry &raquo;url=/usaid/index_intl.html");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;International PVO Count &raquo;url=/usaid/ipvocount.asp");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;List All International PVOs &raquo;url=/usaid/ipvo.asp?All=YES&INCVOLAG=YES&INCSUM=YES");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;PVO Registration &raquo;url=http://idea.usaid.gov/ls/pvo");
}


drawMenus();
