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(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#777777";
offcolor="#888888";
oncolor="#FAC800";
padding=5;
pagecolor="CCCCCC";
subimage="http://www.milonic.com/menuimages/11x9_dotted_green.gif";
subimagepadding=8;
}


with(menuStyle=new mm_style()){
styleid=1;
align="right";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="http://www.pacificlight.ca/js/location.gif";
imageposition="right";
offcolor="#777777";
oncolor="#FAC800";
overimage="http://www.pacificlight.ca/js/location_on.gif";
pagecolor="CCCCCC";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=20;
orientation="vertcal";
style=menuStyle;
top=70;
aI("text=Home;url=http://www.pacificlight.ca/main.htm;");
aI("showmenu=Galleries;text=Galleries;");
aI("text=Blog;url=http://www.pacificlight.ca/wordpress/;");
aI("text=About;url=http://www.pacificlight.ca/about.htm;");
aI("text=Licensing;url=http://www.pacificlight.ca/licensing.htm;");
aI("text=Contact;url=http://www.pacificlight.ca/contact.htm;");
aI("showmenu=Workshops;text=Workshops;");
aI("showmenu=Past Events;text=Past Events;");
aI("text=iPhone Gallery;url=http://www.pacificlight.ca/iPhonePortfolio/index.html;");
}

with(milonic=new menuname("Galleries")){
left="offset=5";
style=submenuStyle;
aI("text=Landscape & Travel;url=http://www.pacificlight.ca/Landscape/index.htm;")
aI("text=People & Culture;url=http://www.pacificlight.ca/People/index.htm;")
aI("text=Pattern & Colour;url=http://www.pacificlight.ca/Pattern/index.htm;")
aI("text=Stock & Conceptual;url=http://www.pacificlight.ca/Stock/index.htm;")
}

with(milonic=new menuname("Workshops")){
left="offset=5";
style=submenuStyle;
aI("text=The Art of Printing and Selling Your art;url=http://pacificlight.ca/Classes.htm;");
aI("text=Provence June 2010;url=http://pacificlight.ca/ProvenceWS.htm;");
}

with(milonic=new menuname("Past Events")){
left="offset=5";
style=submenuStyle;
aI("text=Bryan Peterson presents...;url=http://pacificlight.ca/wordpress/upcoming-events/bryan-peterson-presents;");
aI("text=Summer Series;url=http://www.pacificlight.ca/SummerWorkshop.htm;");
aI("text=Art & Craft of Photography;url=http://www.pacificlight.ca/ArtandCraft.htm;");
}

drawMenus();



