_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 = "#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("mainmenu2")){
top = 141;
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;LAC Home &raquo;;url=/locations/latin_america_caribbean/index.html");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;LAC Environment &raquo;;url=/locations/latin_america_caribbean/environment/");
aI("text=<img src=\"http://www.usaid.gov/images/leftpoparrow.gif\" align=bottom width=10 border=0 height=10>&nbsp;Country & Regional Profiles &raquo;;url=/locations/latin_america_caribbean/environment/countries_regions.html;showmenu=co");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;LAC IEE Tracker &raquo;;url=/locations/latin_america_caribbean/environment/IEEs");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Environmental Compliance &raquo;;url=/locations/latin_america_caribbean/environment/compliance.html");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;News Links &raquo;;url=/locations/latin_america_caribbean/newslinks.html");



}

	with(milonic=new menuname("co")){
	borderwidth = 0;
	style = SideStyle;
	itemwidth = 150;
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
	aI("text=&nbsp; Bolivia;url=/locations/latin_america_caribbean/environment/country/bolivia.html");
		aI("text=&nbsp; Brazil;url=/locations/latin_america_caribbean/environment/country/brazil.html");
			aI("text=&nbsp; Colombia;url=/locations/latin_america_caribbean/environment/country/colombia.html");
			aI("text=&nbsp; Ecuador;url=/locations/latin_america_caribbean/environment/country/ecuador.html");
aI("text=&nbsp; Guatemala;url=/locations/latin_america_caribbean/environment/country/guatemala.html");
aI("text=&nbsp; Honduras;url=/locations/latin_america_caribbean/environment/country/honduras.html");
aI("text=&nbsp; Mexico;url=/locations/latin_america_caribbean/environment/country/mexico.html");
	aI("text=&nbsp; Panama;url=/locations/latin_america_caribbean/environment/country/panama.html");
	aI("text=&nbsp; Paraguay;url=/locations/latin_america_caribbean/environment/country/paraguay.html");
	
			aI("text=&nbsp; Parks in Peril;url=/locations/latin_america_caribbean/environment/pip.html");	
				aI("text=&nbsp; PROARCA;url=/locations/latin_america_caribbean/environment/proarca.html");
							aI("text=&nbsp; U.S.-LACEP;url=/locations/latin_america_caribbean/environment/lacep.html");
		
	}
	
		
	
	
drawMenus();