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()){
bordercolor="#8d1220";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#8d1220";
offcolor="#d6a846";
onbgcolor="#8d1220";
oncolor="#d6a846";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#000000', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#8d1220";
pagecolor="black";
separatorcolor="#8d1220";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}



with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Walker Street;url=http://lattainteriors.com/project-1.html;");
aI("text=Hom Street;url=http://lattainteriors.com/project-2.html;");
aI("text=Jordan Street;url=http://lattainteriors.com/project-3.html;");
aI("text=Anderson Street;url=http://lattainteriors.com/project-4.html;");
aI("text=Shendrick Street;url=http://lattainteriors.com/project-8.html;");
aI("text=Christmas;url=http://lattainteriors.com/project-5.html;");
aI("text=Window Treatments;url=http://lattainteriors.com/project-6.html;");
aI("text=Bedding;url=http://lattainteriors.com/project-7.html;");


}


with(milonic=new menuname("Designers")){
style=menuStyle;
aI("text=Pam Latta;url=http://lattainteriors.com/designer-pam.html;");
aI("text=Rick Jordan;url=http://lattainteriors.com/designer-rick.html;");

}

with(milonic=new menuname("Staff")){
style=menuStyle;
aI("text=Colleen Beltinck;url=http://lattainteriors.com/staff-colleen.html;");
aI("text=Janet Langlois;url=http://lattainteriors.com/staff-janet.html;");
aI("text=Gerry Sheets;url=http://lattainteriors.com/staff-terry.html;");

}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact;url=http://lattainteriors.com/contact.html;;overimage=white.gif;");
}

with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}



drawMenus();


