_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 = "#777777";
       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 = 145;
left = 712;
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;Policy Home;url=/policy/");
aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>&nbsp;Coordination;url=/policy/coordination/;showmenu=cood");
aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>&nbsp;Budget;url=/policy/budget/");
aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>&nbsp;Tracking;url=/policy/tracking/;showmenu=tr");
aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>&nbsp;Operations;url=/policy/operations/;showmenu=ops");
aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>&nbsp;Information Resources;url=/policy/info_resources/;showmenu=ir");
}

	with(milonic=new menuname("cood")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 100;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp;&nbsp;Presidential Initiatives;url=/about_usaid/presidential_initiative/");
	aI("text=&nbsp;&nbsp;Government Coordination;url=/policy/coordination/us_gov_coordination.html");
	aI("text=&nbsp;&nbsp;Donor Coordination;url=/policy/coordination/donor.html");
	
	}
	
			with(milonic=new menuname("tr")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 100;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp;&nbsp;Evaluation;url=http://dec.usaid.gov/partners/evalweb/");
	aI("text=&nbsp;&nbsp;Performance and Accountability Report;url=/policy/par05/");
	aI("text=&nbsp;&nbsp;Information Quality;url=/policy/info_quality/");
	}
	
			with(milonic=new menuname("ops")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 100;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp;&nbsp;Automated Directives System;url=/policy/ads/");
	aI("text=&nbsp;&nbsp;Competitive Sourcing;url=/policy/cs.html");
	aI("text=&nbsp;&nbsp;Human Capital Strategic Plan;url=/policy/hcsp2009/");
	}	
	
				with(milonic=new menuname("ir")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 100;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp;&nbsp;USAID Knowledge Services Center;url=http://library.info.usaid.gov/");
	aI("text=&nbsp;&nbsp;Knowledge Management;url=http://knowledge.usaid.gov/");
	aI("text=&nbsp;&nbsp;Development Experience Clearinghouse;url=http://dec.usaid.gov/");
	}
	
drawMenus();