_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 = "#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("ofdamenu")){
top = 142;
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;OFDA Home &raquo;url=/our_work/humanitarian_assistance/disaster_assistance/");
<!--aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>Countries;url=/our_work/humanitarian_assistance/disaster_assistance/countries/fy2006_index.html;showmenu=country");-->
aI("text=&nbsp; &nbsp; Humanitarian Sectors &raquo;url=/our_work/humanitarian_assistance/disaster_assistance/sectors/index.html");
aI("text=&nbsp; &nbsp; Preparedness & Mitigation &raquo;url=/our_work/humanitarian_assistance/disaster_assistance/publications/prep_mit/index.html");
aI("text=&nbsp; &nbsp; Annual Reports &raquo;url=/our_work/humanitarian_assistance/disaster_assistance/publications/annual_reports/index.html");
aI("text=&nbsp; &nbsp; Resources &raquo;url=/our_work/humanitarian_assistance/disaster_assistance/resources/");
aI("text=&nbsp; &nbsp; How Can I Help &raquo;url=/our_work/humanitarian_assistance/disaster_assistance/help/index.html");
aI("text=&nbsp; &nbsp; USG Partners &raquo;url=/our_work/humanitarian_assistance/disaster_assistance/partners/");
aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>Directory;showmenu=directory");
   
 }
	with(milonic=new menuname("country")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 130;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp; &nbsp; &nbsp; 2007;url=/our_work/humanitarian_assistance/disaster_assistance/countries/fy2007_index.html");
	aI("text=&nbsp; &nbsp; &nbsp; 2006;url=/our_work/humanitarian_assistance/disaster_assistance/countries/archivedfy2006_index.html");
	aI("text=&nbsp; &nbsp; &nbsp; 2005;url=/our_work/humanitarian_assistance/disaster_assistance/countries/archivedfy2005_index.html");
	aI("text=&nbsp; &nbsp; &nbsp; 2004;url=/our_work/humanitarian_assistance/disaster_assistance/countries/archivedfy2004_index.html");
}	
	
	
	with(milonic=new menuname("pubs")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 130;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp; &nbsp; &nbsp; Annual Reports;url=/our_work/humanitarian_assistance/disaster_assistance/publications/annual_reports/index.html");
	aI("text=&nbsp; &nbsp; &nbsp; Focus Articles;url=/our_work/humanitarian_assistance/disaster_assistance/publications/focus_articles/index.html");
	

}
	with(milonic=new menuname("directory")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 160;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp; Office of the Director;url=/our_work/humanitarian_assistance/disaster_assistance/directory/od_new.html");
	aI("text=&nbsp; Operations;url=/our_work/humanitarian_assistance/disaster_assistance/directory/ops_new.html");
	aI("text=&nbsp; Disaster Response and &nbsp;&nbsp;Mitigation;url=/our_work/humanitarian_assistance/disaster_assistance/directory/drm_new.html");
	aI("text=&nbsp; Program Support;url=/our_work/humanitarian_assistance/disaster_assistance/directory/ps_new.html");
	aI("text=&nbsp; Regional Teams;url=/our_work/humanitarian_assistance/disaster_assistance/directory/regional_teams_new.html");
	
}	

drawMenus();