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=-10;




with(menuStyle=new mm_style()){
fontfamily="Verdana";
fontsize="11px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#CC3939";
overfilter="Fade(duration=0.5);Alpha(opacity=90), Direction=135, Strength=5)";
padding=1;
pagebgcolor="#38435D";
subimage="";
subimagepadding=5;
bgimage='';
separatorcolor="#B9BFDA";
separatorpadding=10;
separatorsize=1;
}

with(testmenuStyle=new mm_style()){
styleid=3;
fontfamily="Verdana";
fontsize="11px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#CC3939";
overfilter="Fade(duration=0.5);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=2;
pagebgcolor="#38435D";
pagecolor="white";
separatorcolor="#ffffff";
separatorpadding=3;
separatorsize=1;
separatorwidth="90%";
subimage="";
subimagepadding=10;
}

with(milonic=new menuname("Home")){
overflow="scroll";
style=testmenuStyle;
aI("text=View Bookings  ;url=index.html;")
aI("text=Make Bookings  ;url=booking/new.php;")
}

with(milonic=new menuname("About Us")){
style=testmenuStyle;
aI("text=Media Pack;url=mediapack.htm;");
aI("text=Feature Calendar;url=featurecalendar.htm;");
aI("text=Order Reprints;url=reprints.htm;");
}

with(milonic=new menuname("Advertising Information")){
style=testmenuStyle;
aI("text=Media Pack;url=mediapack.htm;");
aI("text=Feature Calendar;url=featurecalendar.htm;");
aI("text=Order Reprints;url=reprints.htm;");
}

with(milonic=new menuname("Subscriptions")){
style=testmenuStyle;
aI("text=Order Form ;url=orderform.htm;");
aI("text=View the magazine ;url=viewmagazine.htm;");
aI("text=Order back issues;url=backissues.htm;");
}

with(milonic=new menuname("FON Archives")){
style=testmenuStyle;
aI("text=Features ;url=features.htm;");
}


with(milonic=new menuname("Latest News")){
style=testmenuStyle;
aI("text=New Agency ;url=contacts/newagency.php;");
aI("text=Manage Agents ;url=contacts/searchagency.php;");
}

with(milonic=new menuname("Contact Us")){
style=testmenuStyle;
aI("text=New Agency ;url=contacts/newagency.php;");
aI("text=Manage Agents ;url=contacts/searchagency.php;");
}



drawMenus();

