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=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
itemwidth=196;
bordercolor="#cfd1cc";
borderstyle="solid";
borderwidth=0;
fontfamily="Georgia, Times New Roman, Times, seri";
/*fontsize="0.70em";*/
align="left";
fontstyle="normal";
headerbgcolor="#999999";
headercolor="#999999";
offbgcolor="#ffffff";
offcolor="#999999";
onbgcolor="#cfd1cc";
oncolor="#666666";
padding=3;
pagebgcolor="#ffffff";
pagecolor="#cc0000";
separatorcolor="#cfd1cc";
separatorsize=1;
/*zindex=20;*/
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertical";
style=menuStyle;
aI("text=Home and Tours &raquo;;url=index.html;");
aI("text=Your Guide &raquo;;url=guide.html;");
aI("text=Testimonials &raquo;;url=testimonials.html;");
aI("text=Going on Tour &raquo;;url=going_on_tour.html;");
aI("text=Booking Terms &raquo;;url=booking_terms.html;");
aI("text=Recommended Reading &raquo;;url=recommended_reading.html;");
aI("text=Useful Links &raquo;;url=useful_links.html;");
aI("text=This Site &raquo;;url=this_site.html;");
aI("text=Print Page &raquo;clickfunction=self.print()");
aI("text=Contact Us &raquo;;url=contact.html;");
}
drawMenus();

/*
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertical";
style=menuStyle;
aI("text=Home &raquo;;url=index.html;");
aI("text=Your Guide &raquo;;url=http://www.thebattlefieldguide.co.uk/guide.html;");
aI("text=Testimonials &raquo;;url=http://www.thebattlefieldguide.co.uk/testimonials.html;");
aI("text=Going on Tour &raquo;;url=http://www.thebattlefieldguide.co.uk/going_on_tour.html;");
aI("text=Booking Terms &raquo;;url=http://www.thebattlefieldguide.co.uk/booking_terms.html;");
aI("text=Recommended Reading &raquo;;url=http://www.thebattlefieldguide.co.uk/recommended_reading.html;");
aI("text=Useful Links &raquo;;url=http://www.thebattlefieldguide.co.uk/useful_links.html;");
aI("text=This Site &raquo;;url=http://www.thebattlefieldguide.co.uk/links.html;");
aI("text=Print Page &raquo;clickfunction=self.print()");
aI("text=Contact Us &raquo;;url=http://www.thebattlefieldguide.co.uk/contact.html;");
}
drawMenus();
*/

