﻿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="Times New Roman, Times, serif";
fontsize="14px";
fontweight="bold";
headercolor="#d6d6d6";
offcolor="#2a2b2c";
oncolor="#ffffff";
pagecolor="#ffffff";
padding=0;
separatorsize=0;
image="/_images/nav_hr.gif";
imageposition="bottom";
}

with(subMenuStyle=new mm_style()){
align="left";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Times New Roman, Times, serif";
fontsize="12px";
fontweight="bold";
headercolor="#c0dbef";
offcolor="#fff";
oncolor="#193041";
pagecolor="#ffffff";
padding=4;
separatorsize=1;
offbgcolor="#5e8096";
onbgcolor="#8aacc4";
}

with(new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertical";
style=menuStyle;
position="relative";

aI("text=<br>HOME;url=/index.html;");

aI("showmenu=about;text=ABOUT;");

aI("showmenu=gallery;text=PHOTO GALLERIES;");

aI("text=EXECUTIVES <br>&amp; COMMERCIAL;url=/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=EXEC&INDEX=1&MAX=100");

aI("showmenu=pricing;text=PRICING;");

aI("showmenu=loc_contact;text=LOCATION<br>& CONTACT;");
}

with(milonic=new menuname("about")){
position="absolute";
left=60; 
top=75;
style=subMenuStyle;
aI("text=Philosophy<br>&amp; Services;url=/_pages/philosophy-services.html;")
aI("text=Testimonials;url=/_pages/photography-testimonials.html;")
aI("text=&bull; CAST &amp; CREW &bull; ;type=header;")
aI("text=&mdash; Vince Tarry;url=/_pages/bio-vince.html;")
aI("text=&mdash; Miranda Larsen;url=/_pages/bio-miranda.html;")
}

with(milonic=new menuname("gallery")){
position="absolute";
left=60; 
top=100;
style=subMenuStyle;
aI("text=Families;url=/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=FAMILY&INDEX=1&MAX=100;")
aI("text=Bellies;url=/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=EXPECT&INDEX=1&MAX=100;")
aI("text=Babies;url=/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=BABE&INDEX=1&MAX=100;")
aI("text=Kiddos;url=/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=YOUNG&INDEX=1&MAX=100;")
aI("text=Seniors;url=/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=SRGAL&INDEX=1&MAX=100;")
aI("text=Weddings;url=/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=WEDD1&INDEX=1&MAX=100;")
}


with(milonic=new menuname("pricing")){
position="absolute";
left=60; 
top=165;
style=subMenuStyle;
aI("text=Portraits;url=/_pages/portraits-pricing.html;")
aI("text=Wedding;url=/_pages/wedding-pricing.html;")
aI("text=Corporate;url=/_pages/executive-pricing.html;")
aI("text=Senior Portraits;url=/_pages/pricing-senior_portrait.html;")

}



with(milonic=new menuname("loc_contact")){
position="absolute";
left=60; 
top=206;
style=subMenuStyle;
aI("text=San Carlos<br>Portrait Studio;url=/_pages/location-san-carlos.html;")
aI("text=El Dorado Hills<br>Photography;url=/_pages/location-el-dorado-hills.html;")
aI("text=Contact Us;url=/_pages/contact-us.html;")
}


drawMenus();


