

_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=Hem;showmenu=Home;");
aI("text=Samhällsprojekt;showmenu=Com Projects;");
aI("text=Volontärprogram;showmenu=Vol Program;");
aI("text=Miljöprogram;url=miljoprogram.htm;");
aI("text=Hacienda Picalquí;url=hacienda_picalqui_ecuador.htm;");
aI("text=Trädskolor;url=natverk_av_tradskolor.htm;");
aI("text=Vår farm;showmenu=Our Farm;");
aI("text=Foton;url=foton.htm;");
aI("text=Kontakt;url=kontakt.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=../italian/fbu.htm;");
aI("text=Svenska;url=fbu_ecuador.htm;");
}

with(milonic=new menuname("Com Projects")){
style=menuStyle;
overflow="scroll";
aI("text=Översikt;url=samhallsprojekt_overblick.htm;");
aI("text=Pedro Moncayo;url=pedro_moncayo_ecuador.htm;");
aI("text=Intag;url=intag_ecuador.htm;");
aI("text=Columbe;url=columbe_ecuador.htm;");
aI("text=Andra initiativ;url=andra_initiativ_ecuador.htm;");
}

with(milonic=new menuname("Vol Program")){
style=menuStyle;
aI("text=Översikt;url=volontarprogram_oversikt.htm;");
aI("text=Programmen;showmenu=Programs;");
aI("text=Spanskalektioner;url=spanskalektioner_pa_ecuador.htm;");
aI("text=Mer information;showmenu=Info;");
aI("text=Samhällsdetaljer;url=samhallsdetaljer_ecuador.htm;");
aI("text=Avgifter och<br>ansökan;url=avgifter_och_ansokan.htm;");
}

with(milonic=new menuname("Programs")){
style=menuStyle;
aI("text=Ekologiskt jodbruk;url=volontarprogrammet_ekologisk_odling _ecuador.htm;");
aI("text=Stanna en längre tid;url=stanna_en_langre_tid_ecuador.htm;");
aI("text=Kulturutbyte;url=kulturutbyte_ecuador.htm;");
aI("text=Undervising på<br>landsbygden;url=undervising_pa_landsbygden_ecuador.htm;");
aI("text=Undervisning: Intag;url=undervisning_intag_ecuador.htm;");
aI("text=Kvinnogrupper;url=kvinnogrupper_ecuador.htm;");
aI("text=Kundalini-yoga;url=kundalini_yoga_FBU_ecuador.htm;");
aI("text=Kvinnogrupper;url=volontarprogram_for_grupper.htm;");
aI("text=*Nytt* - Snickeri;url=snickeri_ecuador.htm;");
}

with(milonic=new menuname("Info")){
style=menuStyle;
aI("text=Att komma hit;url=att_komma_hit_fbu.htm;");
aI("text=Vanliga frågor;url=vanliga_fragor.htm;");
aI("text=Boende och fritid;url=boende_och_fritid_ecuador.htm;");
aI("text=Kommentarer från volontärer;url=kommentarer_fran_volontärer.htm;");
}

with(milonic=new menuname("Our Farm")){
style=menuStyle;
aI("text=Vår farm;url=livet_pa_farmen.htm;");
aI("text=Projektarbete;url=projektarbete.htm;");
}
drawMenus();

