﻿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=wedd-engag;text=WEDDINGS<br>&amp; ENGAGEMENTS;");

aI("text=FUSION;url=/cgi-bin/DJgal_showmedia.cgi?TEMPLATE=video.html&DOCNO=00001;")

aI("showmenu=portraiture;text=PORTRAITURE;");

aI("showmenu=commercial;text=COMMERCIAL;");

aI("text=VIEW EVENTS;target=_blank;url=http://www.imagequix.com/photog.php?id=Y928798;");

aI("text=BLOG;url=http://vt-studios.blogspot.com;");

aI("text=RECOMMENDATIONS;url=/cgi-bin/DJlinks.cgi?TEMPLATE=links.html");

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; Jeffery Warren;url=/_pages/bio-jeffery.html;")
aI("text=&mdash; Zach Heffner;url=/_pages/bio-zach.html;")
aI("text=&mdash; Miranda Larsen;url=/_pages/bio-miranda.html;")
}

with(milonic=new menuname("wedd-engag")){
position="absolute";
left=60; 
top=119;
style=subMenuStyle;
aI("text=Wedding Gallery;url=/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=WEDD1&INDEX=1&MAX=100;")
aI("text=Pricing Information;url=/_pages/wedding-pricing.html;")
}


with(milonic=new menuname("portraiture")){
position="absolute";
left=60; 
top=145;
style=subMenuStyle;
aI("text=Portrait Gallery;url=/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=PORTGAL&INDEX=1&MAX=100;")
aI("text=Pricing Information;url=/_pages/portraits-pricing.html;")
aI("text=What to Expect;url=/_pages/what-to-expect.html;")
}

with(milonic=new menuname("commercial")){
position="absolute";
left=60; 
top=172;
style=subMenuStyle;
aI("text=Commercial Gallery;url=/cgi-bin/DJgallery.cgi?TEMPLATE=new-gallery.html&ZONE=COMMERC1&INDEX=1&MAX=100;")
aI("text=Pricing Information;url=/_pages/commercial-pricing.html;")
aI("text=Executive <br />Pricing Information;url=/_pages/executive-pricing.html;")
}


with(milonic=new menuname("services")){
position="absolute";
left=60; 
top=183;
style=subMenuStyle;
aI("text=Family Portraits;url=/_pages/services-family-portraits.html;")
aI("text=Children's Photos;url=/_pages/services-childrens-photos.html;")
}

with(milonic=new menuname("loc_contact")){
position="absolute";
left=60; 
top=283;
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();

