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(ScrollingSampStyle=new mm_style()){
bordercolor="#66CCFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Verdana,Helvetica";
fontsize="13px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#66CCFF";
offcolor="#FFFFFF";
onbgcolor="#CCFFFF";
oncolor="#33CCFF";
padding=3;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="1%";
screenposition="center";
menuwidth="800";
orientation="horizontal";
style=ScrollingSampStyle;
top=80;
aI("status=Back To Home Page;text=home;url=http://www.notfromabox.com/;");
aI("showmenu=Gallery;text=gallery;");
aI("showmenu=Shop;text=shop;");
aI("showmenu=Resources;text=resources;");
aI("status=Contact Us;text=contact us;url=contact.php;");
aI("status=Not From a Blog;text=blog;url=http://notfromablog.wordpress.com/;");
}

with(milonic=new menuname("Gallery")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Real Weddings;url=../gallery_real.php;")
aI("text=Inspiration Gallery;url=../inspiration.php;")
aI("text=Customize;url=../customize.php;")
}

with(milonic=new menuname("Shop")){
style=ScrollingSampStyle;
aI("showmenu=Weddings;status=Weddings;text=Weddings;");
aI("text=Bar/Bat Mitzvahs;url=../custom_mitzvah_invitations.php;")
aI("text=Quinces;url=../invites_party.php;")
aI("showmenu=Parties;status=Parties;text=Parties;url=../invites_parties.php;");
aI("text=Pocket Invitations;url=../pocket_wedding_invitations.php;")
aI("text=Mix-n-Match Designs;url=../invites_mixnmatch.php;")
aI("text=DIY Invitations;url=http://www.invitesbyyou.com;target=new")
aI("showmenu=Holiday;status=Holiday;text=Holiday;");
aI("text=Corporate & Charity;url=../corporate.php;")
}

with(milonic=new menuname("Weddings")){
style=ScrollingSampStyle;
aI("text=Invitations & Announcements;url=../wedding_invitations.php;");
aI("text=Pocket Invitations;url=../pocket_wedding_invitations.php;");
aI("text=Mix-n-Match Designs;url=../custom_wedding_invitations.php;")
aI("text=Tropical Invitations;url=../tropical_wedding_invitations.php;")
aI("text=Save the Date;url=../invites_savethedate.php;");
aI("text=View all Designs;url=../invites_wedall.php;");

}

with(milonic=new menuname("Parties")){
style=ScrollingSampStyle;
aI("text=Bar/Bat Mitzvah;url=../custom_mitzvah_invitations.php;");
aI("text=Sweet 16;url=../invites_party.php;");
aI("text=Holiday;url=../invites_holiday.php;");

}

with(milonic=new menuname("Holiday")){
style=ScrollingSampStyle;
aI("text=Holiday Cards;url=../invites_holiday.php;");
aI("text=Holiday Photo Cards;url=../invites_holiday.php;");
aI("text=Holiday Party Invitations;url=../invites_holiday.php;");
}

with(milonic=new menuname("Resources")){
style=ScrollingSampStyle;
aI("text=In the News;url=../news.php;");
aI("text=About Us;url=../aboutus.php;");
aI("showmenu=Ordering;status=Ordering;text=Ordering;");
aI("text=FAQ;url=../faq.php;");
aI("text=Wording Help;url=../wedding-invitation-wording.php;");
aI("text=Special Offers;url=../specials.php;");
aI("text=Links;url=../links.php;");
aI("text=Reactions;url=../whattheysaid.php;");
aI("text=Not From a Blog;url=http://blog.notfromabox.com;target=new");
aI("text=Customize;url=../customize.php;")
}

with(milonic=new menuname("Ordering")){
style=ScrollingSampStyle;
aI("text=Ordering Samples;url=../samples.php;");
aI("text=Turnaround Time;url=../turnaround.php;");
aI("text=Proofs;url=../proofs.php;");
aI("text=Policies & Procedures;url=../policies.php;");
aI("text=Customize;url=../customize.php;")
}

drawMenus();


