_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;Home &raquo;;url=/our_work/democracy_and_governance/");
aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>&nbsp;Technical Areas ;url=#;showmenu=ta");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Publications &raquo;;url=http://ict.usaid.gov/dgpubs");
aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>&nbsp;Regions ;showmenu=rc;url=#");

}

	with(milonic=new menuname("ta")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 110;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp;&nbsp;Rule of Law;url=/our_work/democracy_and_governance/technical_areas/rule_of_law/");
	aI("text=&nbsp;&nbsp;Elections;url=/our_work/democracy_and_governance/technical_areas/elections/");
	aI("text=&nbsp;&nbsp;Civil Society;url=/our_work/democracy_and_governance/technical_areas/civil_society/");
	aI("text=&nbsp;&nbsp;Governance;url=/our_work/democracy_and_governance/technical_areas/governance/");
	aI("text=&nbsp;&nbsp;Anti-Corruption;url=/our_work/democracy_and_governance/technical_areas/anti-corruption/");
	aI("text=&nbsp;&nbsp;SPANS;url=http://www.usaid.gov/our_work/humanitarian_assistance/the_funds/index.html");
	
}
	
		
			with(milonic=new menuname("rc")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 130;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp;&nbsp;Africa;url=http://www.usaid.gov/locations/sub-saharan_africa/sectors/dg/index.html");
	aI("text=&nbsp;&nbsp;Asia;url=http://www.usaid.gov/locations/asia/sectors/dg/");
	aI("text=&nbsp;&nbsp;Europe and Eurasia;url=http://www.usaid.gov/locations/europe_eurasia/dem_gov/index.html");
	aI("text=&nbsp;&nbsp;Latin America/Caribbean;url=http://www.usaid.gov/locations/latin_america_caribbean/issues/democracy_issue.html");
		aI("text=&nbsp;&nbsp;Middle East;url=http://www.usaid.gov/locations/middle_east/sectors/dg/");
	


	}
				
	
drawMenus();