

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetLeft=5               // Sub menu left offset
_subOffsetTop=-0            // Sub menu top offset



with(menuStyle=new mm_style()){

oncolor="#923103";
offcolor="#E1D67C";

padding=5;
fontsize="80%";
fontstyle="bold";
fontfamily="Book Antiqua";
menubgimage="plant.jpg";
subimage="arrow.gif";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=205;
left=5;
alwaysvisible=2;
followscroll="70";
orientation="vertical";
aI("text=Home;showmenu=Home;");
aI("text=Progetti Comunitari;showmenu=Com Projects;");
aI("text=Programmi di<br>Volontariato;showmenu=Vol Program;");
aI("text=Educazione<br>Ambientale;url=environmental.htm;");
aI("text=Hacienda Picalquí;url=picalqui.htm;");
aI("text=Tree Nurseries;url=network_nurseries.htm;");
aI("text=Prodotti della<br>Comunità;url=farm_prod.htm;");
aI("text=Photo Gallery;url=gallery.htm;");
aI("text=Contact;url=contact.htm;");
}

with(milonic=new menuname("Home")){
style=menuStyle;
overflow="scroll";
aI("text=English;url=../fbu_ecuador.htm;");
aI("text=Español;url=../spanish/index.htm;");
aI("text=Dutch;url=../dutch/fbu.htm;");
aI("text=Italiano;url=fbu.htm;");
}

with(milonic=new menuname("Com Projects")){
style=menuStyle;
overflow="scroll";
aI("text=Overview;url=community.htm;");
aI("text=Pedro Moncayo;url=pedro_mon.htm;");
aI("text=Intag;url=intag.htm;");
aI("text=Columbe;url=columbe.htm;");
aI("text=Other Initiatives;url=other_initiatives.htm;");
}

with(milonic=new menuname("Vol Program")){
style=menuStyle;
aI("text=Overview;url=volunteer_prog.htm;");
aI("text=Programmi;showmenu=Programs;");
aI("text=Corsi di Spagnolo;url=spanish.htm;");
aI("text=Further Info;showmenu=Info;");
aI("text=Community Details;url=details.htm;");
aI("text=Costi;url=registration.htm;");
}

with(milonic=new menuname("Programs")){
style=menuStyle;
aI("text=Agricoltura Biologica;url=organic.htm;");
aI("text=Scambio Culturale;url=cultural-ex.htm;");
aI("text=Insegnamento<br>nelle Scuole;url=teaching.htm;");
aI("text=Gruppi di Lavoro<br>delle Donne;url=womens-grps.htm;");
aI("text=College Credit;url=credits.htm;");
}

with(milonic=new menuname("Info")){
style=menuStyle;
aI("text=Getting here;url=info.htm;");
aI("text=FAQ´s;url=faq.htm;");
aI("text=Lodging & Free Time;url=lodging.htm;");
aI("text=Volunteer Comments;url=comments.htm;");
}


drawMenus();

