_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 = "#336799";
       oncolor = "#dddddd";
    offbgcolor = "#002A6C";
      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 = "#002A6C";
   topbarimage = "";
topbarimageloc = "left;middle";
      subimage = "";
   subimageloc = "left;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}




with(milonic=new menuname("mainmenu2")){
top = 254;
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;Afghanistan Home &raquo;;url=/locations/asia/countries/afghanistan/index.html");
aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>&nbsp;&nbsp;&nbsp;Sectors;showmenu=af-s;url=/locations/asia/countries/afghanistan/sectors.html");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Partners &raquo;;url=/locations/asia/countries/afghanistan/partners.html");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Updates &raquo;;url=/locations/asia/countries/afghanistan/weeklyreports/");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Photos &raquo;;url=/locations/asia/countries/afghanistan/photogallery/");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Press Releases &raquo;;url=/locations/asia/countries/afghanistan/pressreleases.html");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Budget (CBJ2005) &raquo;url=/policy/budget/cbj2006/ane/af.html");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Email List &raquo;;url=/cgi-bin/listserv.cgi?listname=USAIDAFGHANISTAN");
}

	with(milonic=new menuname("af-s")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 100;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp;&nbsp;Sectors;url=/locations/asia/countries/afghanistan/sectors.html");
	aI("text=&nbsp;&nbsp;Agriculture;url=/locations/asia/countries/afghanistan/ag.html");
	aI("text=&nbsp;&nbsp;Alternative &nbsp;&nbsp;Livelihoods;url=/locations/asia/countries/afghanistan/alt_live.html");
	aI("text=&nbsp;&nbsp;Economy;url=/locations/asia/countries/afghanistan/eg.html");
	aI("text=&nbsp;&nbsp;Education;url=/locations/asia/countries/afghanistan/ed.html");
	aI("text=&nbsp;&nbsp;Democracy and &nbsp;&nbsp;Governance;url=/locations/asia/countries/afghanistan/dg.html");
	aI("text=&nbsp;&nbsp;Health;url=/locations/asia/countries/afghanistan/health.html");
	aI("text=&nbsp;&nbsp;Infrastructure;url=/locations/asia/countries/afghanistan/infrastructure.html");
	aI("text=&nbsp;&nbsp;Media;url=/locations/asia/countries/afghanistan/media.html");
	aI("text=&nbsp;&nbsp;Reconstruction &nbsp;&nbsp;Teams;url=/locations/asia/countries/afghanistan/prt.html");	
	}
	
drawMenus();