_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=150   // 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 = "#999999";
       oncolor = "#dddddd";
    offbgcolor = "#666666";
      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 = "#666666";
   topbarimage = "";
topbarimageloc = "left;middle";
      subimage = "";
   subimageloc = "left;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}



with(milonic=new menuname("mainmenu2")){
top = 167;
left = 562;
itemwidth = 188; /*  HERE 190 */
 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;Home  &raquo;url=/our_work/cross-cutting_programs/water/index.html");

aI("text=&nbsp;&nbsp;&nbsp; &nbsp;The Global Water Crisis  &raquo;url=/our_work/cross-cutting_programs/water/global_water_crisis.html");

aI("text=&nbsp;&nbsp;&nbsp; &nbsp;Our Approach  &raquo;url=/our_work/cross-cutting_programs/water/our_approach.html");

aI("text=<img src=\"/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10 hspace=4>Water Sectors;showmenu=sectors");

aI("text=&nbsp;&nbsp;&nbsp; &nbsp;Water Partnerships  &raquo;url=/our_work/cross-cutting_programs/water/partnerships.html");

aI("text=&nbsp;&nbsp;&nbsp; &nbsp;Publications  &raquo;url=/our_work/cross-cutting_programs/water/publications.html");

aI("text=&nbsp;&nbsp;&nbsp; &nbsp;Success Stories  &raquo;url=/our_work/cross-cutting_programs/water/success_stories.html");

aI("text=&nbsp;&nbsp;&nbsp; &nbsp;Additional Resources  &raquo;url=/our_work/cross-cutting_programs/water/additional_resources.html");


}

	with(milonic=new menuname("sectors")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 200;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=Drinking Water, Sanitation &amp; Hygiene ;url=/our_work/cross-cutting_programs/water/water_sanitation.html");
	aI("text=Productivity &amp; Efficiency;url=/our_work/cross-cutting_programs/water/water_productivity_efficiency.html");
	aI("text=Natural Resources Management;url=/our_work/cross-cutting_programs/water/water_natural_resources.html");
	aI("text=Disasters &amp; Climate Change;url=/our_work/cross-cutting_programs/water/water_disasters_climate_change.html ");

	}





	
drawMenus();