_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;
projectid=86;

with(submenuStyle=new mm_style()){
fontfamily="Trebuchet MS, Arial, Tahoma, Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="bold";
bordercolor="#191919";
borderwidth="2"
itemwidth=100;
offcolor="red";
oncolor="white";
ondecoration="none";
padding=5;
separatorcolor="black";
}

with(menuStyle=new mm_style()){
styleid=2;
borderwidth="2"
fontfamily="Trebuchet MS, Arial, Tahoma, Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="bold";
bordercolor="#191919";
borderstyle="solid";
align="center";
itemwidth=68;
offcolor="red";
oncolor="white";
ondecoration="none";
padding=4;
}

with(milonic=new menuname("Main")){
style=menuStyle;
alwaysvisible=1;
position="relative";
orientation="horizontal";
aI("offbgcolor=black;onbgcolor=black;text=home;url=default.html;");
aI("offbgcolor=black;onbgcolor=black;text=itinerary;showmenu=itinerary;");
aI("offbgcolor=black;onbgcolor=black;text=gallery;url=caminogallery.htm;target=_gallery");
aI("offbgcolor=black;onbgcolor=black;text=wx;showmenu=weather");
aI("offbgcolor=black;onbgcolor=black;text=d.update;url=http://camino.mafoo.com/blog_default.asp;target=_blogs;");
aI("offbgcolor=black;onbgcolor=black;text=misc;showmenu=misc");
}

//Itinary Menu
with(milonic=new menuname("Itinerary")){
left="offset=13";
style=submenuStyle;
top="offset=-4";
aI("offbgcolor=black;onbgcolor=black;text=daily leg;url=itinerarysegments.asp");
aI("offbgcolor=black;onbgcolor=black;text=itinerary;url=itinerary.asp");
}

//Weather Menu 
with(milonic=new menuname("Weather")){
left="offset=13";
style=submenuStyle;
top="offset=-4";
aI("offbgcolor=black;onbgcolor=black;text=burgos;url=http://uk.weather.com/weather/local/SPXX0193?x=0&post=post&code=code&y=0;target=wx");
aI("offbgcolor=black;onbgcolor=black;text=leon;url=http://uk.weather.com/weather/local/SPXX0192?x=0&post=post&code=code&y=0;target=wx");
aI("offbgcolor=black;onbgcolor=black;text=logrono;url=http://uk.weather.com/weather/local/SPXX0194?x=0&post=post&code=code&y=0;target=wx");
aI("offbgcolor=black;onbgcolor=black;text=pamplona;url=http://uk.weather.com/weather/local/SPXX0114?x=0&post=post&code=code&y=0;target=wx");
aI("offbgcolor=black;onbgcolor=black;text=santiago;url=http://www.bbc.co.uk/weather/5day.shtml?world=4876;target=_wx");
}

//misc Menu 
with(milonic=new menuname("misc")){
left="offset=13";
style=submenuStyle;
top="offset=-4";
aI("offbgcolor=black;onbgcolor=black;text=personal stuff;url=http://www.mafoo.com/?page_id=2");
aI("offbgcolor=black;onbgcolor=black;text=useful links;url=links.html");
aI("offbgcolor=black;onbgcolor=black;text=useful books;url=books.html");
aI("offbgcolor=black;onbgcolor=black;text=mafoo.com;url=http://www.mafoo.com;target=_mafoo");
aI("offbgcolor=black;onbgcolor=black;text=mafoo hosting;url=http://www.mafoo.com;target=_hosting");
aI("offbgcolor=black;onbgcolor=black;text=site map;url=sitemap.html");
}
drawMenus();

