_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("pvcmainmenu")){
top = 145;
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;About ASHA &raquo;url=/our_work/cross-cutting_programs/asha/index.html");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Overview;url=/our_work/cross-cutting_programs/asha/overview.html");
aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>&nbsp;Grant Program &raquo;url=/our_work/cross-cutting_programs/asha/grant.html;showmenu=grant");
aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>&nbsp;Regional Overviews &raquo;url=/our_work/cross-cutting_programs/asha/whereis.html;showmenu=region");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;ASHA Assisted Institutions &raquo;url=/our_work/cross-cutting_programs/asha/osis.html");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Resources &raquo;url=/our_work/cross-cutting_programs/asha/resources.html");
}	

with(milonic=new menuname("oview")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 150;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	// aI("text=&nbsp;&nbsp;&nbsp;&nbsp;PVC-ASHA Staff Directory;url=/our_work/cross-cutting_programs/asha/asha_directory.html");
}

with(milonic=new menuname("grant")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 150;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Grant Application Process;url=/our_work/cross-cutting_programs/asha/eligibility.html");
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Program Criteria;url=/our_work/cross-cutting_programs/asha/criteria.html");
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Foreign Assistance Act;url=/our_work/cross-cutting_programs/asha/forgnassist.html");
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Grant Cycle;url=/our_work/cross-cutting_programs/asha/grantcycl.html");
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Project Types;url=/our_work/cross-cutting_programs/asha/type.html");

}

with(milonic=new menuname("region")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 150;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Africa;url=/our_work/cross-cutting_programs/asha/regafrica.html");
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Asia;url=/our_work/cross-cutting_programs/asha/regasia.html");
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Europe & Eurasia;url=/our_work/cross-cutting_programs/asha/regeurasia.html");
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Near East;url=/our_work/cross-cutting_programs/asha/regneareast.html");
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Latin America and the Caribbean;url=/our_work/cross-cutting_programs/asha/reglatincar.html");
	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Non-Country Specific;url=/our_work/cross-cutting_programs/asha/regworldwide.html");
}

drawMenus();