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=-2;

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#FCDFFE";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="13pt";
fontstyle="bold";
fontweight="normal";
headercolor="#000000";
imagepadding=6;
offbgcolor="#FCDFFE";
offcolor="000000";
onbgcolor="#E7E6E7";
oncolor="#660066";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=4;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(menuStyle=new mm_style()){
bordercolor="#FCDFFE";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12pt";
fontstyle="bold";
fontweight="normal";
headerbgcolor="#FCDFFE";
headercolor="#000000";
imagepadding=6;
offbgcolor="#FCDFFE";
offcolor="#000000";
onbgcolor="#E7E6E7";
oncolor="#660066";
outfilter="Fade(Overlap=1.00)";
padding=10;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("showmenu=Home;text=HOME;url=home.html;");
aI("showmenu=Gallery;text=GALLERY;");
aI("showmenu=About Us;text=ABOUT US;");
aI("showtxt=Blog;text=BLOG;url=http://www.thebakertwins.com/blog/;target=blank");
aI("showmenu=Downloads;text=DOWNLOADS;");
aI("showmenu=Booking;text=BOOKING;");
aI("showmenu=Store;text=STORE;url=store.html;");
aI("showmenu=Guestbook;text=GUESTBOOK;url=guestbook.html;");
}

with(milonic=new menuname("Home")){
style=submenuStyle;
aI("text=BTGIRLS;url=http://www.thebtgirls.com;target=blank;");
aI("text=BTGUYS;url=http://www.thebtguys.com;target=blank;");
aI("text=BT DESIGNS;url=http://www.thebakertwins.com/bakertwindesigns/home.html;target=blank;");
}

with(milonic=new menuname("Gallery")){
style=submenuStyle;
aI("text=PHOTOS;url=photos.html;");
aI("text=VIDEOS;url=videos.html;");
aI("text=CANDID;url=candid.html;");
}

with(milonic=new menuname("About Us")){
style=submenuStyle;
aI("text=BIOGRAPHY;url=biography.html;");
aI("text=FAQS;url=faqs.html;");
aI("text=STATS;url=stats.html;");
}

with(milonic=new menuname("Blog")){
style=submenuStyle;
}

with(milonic=new menuname("Downloads")){
style=submenuStyle;
aI("text=WALLPAPERS;url=wallpapers.html;");
}

with(milonic=new menuname("Booking")){
style=submenuStyle;
aI("text=ACTING;url=acting.html;");
aI("text=MODELING;url=modeling.html;");
aI("text=SPOKESPEOPLE;url=spokespeople.html;");
}

drawMenus();
