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(menuStyle=new mm_style()){
styleid=1;
bordercolor="#0079b0";
borderstyle="solid";
borderwidth=0;
fontfamily="Helvetica, Tahoma";
fontsize="11px";
//fontstyle="italic";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
gmi=29;
//image="orangedots.gif";
//imagepadding=6;
offbgcolor="#000";
offcolor="#fff";
onbgcolor="#000";
oncolor="#E8DFA0";
outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
//padding=6;
pagebgcolor="#000";
pagecolor="#EAE1A6";
separatorcolor="#000";
separatorsize=10;
//subimage="js/menu/arrow.gif";
//subimagepadding=5;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Helvetica, Tahoma";
fontsize="10px";
//fontstyle="italic";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000";
offcolor="#ffffff";
onbgcolor="#000";
oncolor="#EAE1A6";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
//pagebgcolor="#82B6D7";
//pagecolor="black";
separatorcolor="#000";
separatorsize=1;
subimage="js/menu/arrow.gif";
//subimagepadding=2;
}

with(left_menu=new menuname("Left Menu")){
alwaysvisible=1;
screenposition="center";
left="offset=-240";
top=123;

orientation="horizontal";
style=menuStyle;
aI("text=Home;url=?v=home;");
aI("showmenu=Locations;text=Locations & Order Online;url=?v=locations;");
aI("showmenu=Menus;text=Menus;url=?v=dinner;");
aI("text=Email;url=?v=subscribe;");


}

with(left_menu=new menuname("Locations")){
margin=7;
style=submenuStyle;
aI("text=East Valley | Warner & Civic Center Dr;url=?v=i1;");
aI("text=East Valley | Williams Field and Market;url=?v=i2;");
aI("text=East Valley | 56th & Ray;url=?v=i3;");
aI("text=East Valley | 101 & Chandler;url=?v=i7;");
aI("text=Scottsdale | Scottsdale & Shea;url=?v=i5;");
aI("text=Scottsdale | Raintree & 101;url=?v=i4;");
aI("text=Phoenix | Camelback & 20th;url=?v=i6;");
aI("text=West Valley | Bell and Litchfield;url=?v=i8;");
aI("text=West Valley | Union Hills & 101;url=?v=i9;");
aI("text=West Valley | Dysart & McDowell;url=?v=i10;");


}

with(left_menu=new menuname("Menus")){
margin=7;
style=submenuStyle;

aI("text=Lunch and Dinner;showmenu=lunchanddinner;url=?v=dinner;");
aI("text=Catering;url=?v=catering;");

}


with(left_menu=new menuname("lunchanddinner")){
orientation="vertical";
margin=7;
style=submenuStyle;

aI("text=Appetizers;url=?v=dinner#APPETIZERS;");
aI("text=Wings;url=?v=dinner#WINGS;");
aI("text=Salads;url=?v=dinner#SALADS;");
aI("text=Pizza;url=?v=dinner#PIZZA;");
aI("text=Specialty Pizzas;url=?v=dinner#SPECIALTY;");
aI("text=Calzones;url=?v=dinner#CALZONES;");
aI("text=Hero Sandwiches;url=?v=dinner#HERO;");
aI("text=Piadini;url=?v=dinner#PIA;");
aI("text=Pastas;url=?v=dinner#PASTA;");
aI("text=Family Pastas;url=?v=dinner#FAMIGLIA;");
aI("text=Kids Menu;url=?v=dinner#KIDS;");
aI("text=Desserts;url=?v=dinner#DESSERTS;");
aI("text=Soft Drinks;url=?v=dinner#SOFT;");
aI("text=------------ ;url=#;");
aI("text=Printable Menu;url=http://www.aznypdpizza.com/tpl/bwmenu.html;target=_blank");

}


with(left_menu=new menuname("Right Menu")){
alwaysvisible=1;
screenposition="center";
left="offset=230";
top=123;

orientation="horizontal";
style=menuStyle;
aI("text=Our Story;url=?v=story;");

aI("text=Dough Raisers;url=?v=dough;");
//aI("text=Jobs;url=http://www.aznypdpizza.com/generic_app6.htm;");
aI("text=Jobs;url=?v=jobs;");
aI("text=Contact Us;url=?v=contact;");
}


drawMenus();