﻿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()){
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headercolor="#ffffff";
offcolor="#ffffff";
oncolor="#ffffff";
pagecolor="#ffffff";
padding=1;
separatorsize=0;
}

with(subMenuStyle=new mm_style()){
align="left";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#2d2d2d";
headercolor="#ffffff";
offbgcolor="#2d2d2d";
offcolor="#ffffff";
onbgcolor="#46493d";
oncolor="#ffffff";
padding=4;
pagebgcolor="#2d2d2d";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
}

with(new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative";
aI("text=home;url=/index.html");
aI("text= &nbsp;|&nbsp; ;url=#");
aI("showmenu=wedding;text=wedding;");
aI("text= &nbsp;|&nbsp; ;url=#");
aI("showmenu=commercial;text=commercial;");
aI("text= &nbsp;|&nbsp; ;url=#");
aI("showmenu=portraiture;text=portraiture;");
aI("text= &nbsp;|&nbsp; ;url=#");
aI("showmenu=schools;text=schools;");
aI("text= &nbsp;|&nbsp; ;url=#");
aI("text=view events;target=_blank;url=http://www.imagequix.com/photog.php?id=Y928798;");
aI("text= &nbsp;|&nbsp; ;url=#");
aI("showmenu=about;text=about;");
}

with(milonic=new menuname("wedding")){
style=subMenuStyle;
aI("text=image gallery;url=http://www.vincetarrystudios.com/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=WEDD1&INDEX=1&MAX=100;")
aI("text=pricing information;url=/_pages/pricing-wedding.html;")
aI("text=DVD-only packages;url=/_pages/pricing-dvd-packages.html;")
}

with(milonic=new menuname("commercial")){
style=subMenuStyle;
aI("text=image gallery;url=http://www.vincetarrystudios.com/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=COMMERC1&INDEX=1&MAX=100")
}

with(milonic=new menuname("portraiture")){
style=subMenuStyle;
aI("text=image gallery;url=http://www.vincetarrystudios.com/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=PORTGAL&INDEX=1&MAX=100")
}


with(milonic=new menuname("about")){
style=subMenuStyle;
aI("text=about Vince Tarry Photography;url=/_pages/about.html;")
aI("text=testimonials;url=/_pages/testimonials.html;")
aI("text=contact us;url=/_pages/contact.html;")
}

drawMenus();


