

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1000;
_menuOpenDelay=150;
_subOffsetTop=3;
_subOffsetLeft=-2;




with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#763F6E";
offcolor="#FF0000";
oncolor="#747A75";
padding=5;
pagecolor="black";
subimage="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="#736F6E";
image="location1.gif";
imageposition="right";
offcolor="#736F6E";
oncolor="#FF0000";
overimage="location1.gif";
pagecolor="black";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=15;
orientation="vertcal";
style=menuStyle;
top=20;
aI("text=HOME;url=frame/info/newsupdates.html;target=mainFrame;");
aI("showmenu=Client List;text=CLIENT LIST;");
aI("showmenu=Projects;text=PROJECTS;");
aI("showmenu=The Staff;text=THE STAFF;");
aI("showmenu=Contact Us;text=CONTACT US;");
aI("showmenu=Other Stuff;text=OTHER STUFF;");
aI("text=BLOG;url=frame/info/blogspot.html;target=mainFrame;");
}

with(milonic=new menuname("Client List")){
left="offset=3";
style=submenuStyle;
aI("text=Click Here;url=frame/people/clientlist.html;target=mainFrame;");
}

with(milonic=new menuname("Projects")){
left="offset=3";
style=submenuStyle;
aI("text=Click Here;url=frame/people/projects.html;target=mainFrame;");
}

with(milonic=new menuname("The Staff")){
left="offset=3";
style=submenuStyle;
aI("text=David M. Brunsman;url=frame/people/brunsman.html;target=mainFrame;");
}

with(milonic=new menuname("Contact Us")){
left="offset=3";
style=submenuStyle;
aI("text=David M. Brunsman;url=mailto:dave@monumentprods.com;");
aI("text=Jennifer L. Brunsman;url=mailto:jen@monumentprods.com;");
aI("text=Jesi Burch;url=mailto:jesi@monumentprods.com;");
aI("text=Business Affairs;url=mailto:business@monumentprods.com;");
aI("text=Legal Affairs;url=mailto:legal@monumentprods.com;");
aI("text=Webmaster;url=mailto:webmaster@monumentprods.com;");
aI("text=Information;url=mailto:info@monumentprods.com;");
}

with(milonic=new menuname("Other Stuff")){
left="offset=3";
style=submenuStyle;
aI("text=Sammy Hagar Bash 2007;url=frame/projects/hagarbash07.html;target=mainFrame;");
}

drawMenus();

