

_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=Overview;url=index.htm;");
aI("text=Volunteer Programs;showmenu=Programs;");
aI("text=Our Organic Farm;url=organic_vegetable_and_fruit_farming_ecuador.htm;");
aI("text=Spanish Classes;url=spanish_classes_ecuador.htm;");
aI("text=Further Info;showmenu=Info;");
aI("text=Community Details;url=community_details_ecuador.htm;");
aI("text=Fees & Application;url=volunteer_registration.htm;");
aI("text=Photo Gallery;url=gallery.htm;");
aI("text=Contact;url=contact.htm;");

}

with(milonic=new menuname("Programs")){
style=menuStyle;
aI("text=Organic Agriculture;url=organic_agriculture_ecuador.htm;");
aI("text=Cultural Exchange;url=cultural_exchange_volunteer_program_ecuador.htm;");
aI("text=Rural Teaching;url=volunteer_teaching_ecuador.htm;");
aI("text=Womens Groups;url=womens_groups_ecuador.htm;");
aI("text=Volunteer Groups;url=group_volunteer_work_ecuador.htm;");
aI("text=College Credit;url=college_credits.htm;");
}

with(milonic=new menuname("Info")){
style=menuStyle;
aI("text=Getting here;url=further_info.htm;");
aI("text=FAQ´s;url=volunteer_faq.htm;");
aI("text=Lodging & Free Time;url=lodging.htm;");
aI("text=Volunteer Comments;url=volunteer_comments_ecuador.htm;");
}

drawMenus();

