fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-6;




with(menuStyle=new mm_style()){
bordercolor="#e9e7e8";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="73%";
fontstyle="normal";
onbold="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#8a0ba3";
offcolor="#000000";
onbgcolor="#ca6bdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=4;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";

orientation="horizontal";
style=menuStyle;
aI("showmenu= Home ;text= Home ;");
aI("showmenu= South America ;text= South America ;");
aI("showmenu= Central America ;text= Central America ;");
aI("showmenu= What am I up to ;text= What am I up to ;");
aI("showmenu= The Gallery ;text= The Gallery ;");
aI("showmenu= Volunteer ;text= Volunteer ;");
aI("showmenu= Contact Me ;text= Contact Me ;");
}

with(milonic=new menuname(" Home ")){
overflow="scroll";
style=menuStyle;
aI("text=Intro;url=index.htm;")

}

with(milonic=new menuname(" South America ")){
overflow="scroll";
style=menuStyle;
aI("text=Ecuador;url=equindexmenu.html;")
aI("text=Uruguay;url=uruindexmenu.html;")
aI("text=Peru;url=peruindexmenu.html;")
aI("text=Bolivia;url=bolindexmenu.html;")
aI("text=Chile;url=chilindexmenu.html;")
aI("text=Argentina;url=argindexmenu.html;")
aI("text=Brazil;url=brazindexmenu.html;")
}

with(milonic=new menuname(" Central America ")){
style=menuStyle;
aI("text=Mexico;url=mexindexmenu.html;");
aI("text=Costa Rica;url=costindexmenu.html;");
aI("text=Panama;url=panaindexmenu.html;");

}

with(milonic=new menuname(" What am I up to ")){
style=menuStyle;
aI("text=Blog;url=http://s232774141.onlinehome.us/;target=blank");

}

with(milonic=new menuname(" The Gallery ")){
style=menuStyle;
aI("text=Photo Gallery;url=sgallery.html;");

}

with(milonic=new menuname(" Volunteer ")){
style=menuStyle;
aI("text=Who I'm helping;url=http://s232774141.onlinehome.us/;target=blank");

}

with(milonic=new menuname(" Contact Me ")){
style=menuStyle;
aI("text=Send me an email;url=mailto:sflachsmann@hotmail.com;");

}
drawMenus();


