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="#B25306";
borderstyle="solid";
borderwidth=1;
fontfamily="Philosopher";
fontsize="18px";
fontstyle="bold";
headerbgcolor="#B25306";
headercolor="#000000";
offbgcolor="#B25306";
offcolor="#ffffff";
onbgcolor="#0c4403";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=10;
pagebgcolor="#0c4403";
pagecolor="#ffffff";
separatorcolor="#0c4403";
separatorsize=1;
subimage="milonic/arrow.gif";
subimagepadding=6;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=home.aspx;");
aI("text=Products;url=products.aspx;");
aI("text=Applications;showmenu=applications;");
aI("text=Galleries;showmenu=gallery;");
aI("text=About;showmenu=about;");
aI("text=Contact;url=contact.aspx;");
}

with(milonic=new menuname("applications")){
style=menuStyle;
aI("text=Stairs, Entries;url=stairs.aspx;")
aI("text=Walkways and Patios;url=walkways.aspx;")
aI("text=Water Features;url=water_features.aspx;")
aI("text=Stone Veneer;showmenu=veneer;")
aI("text=Retaining Walls;showmenu=retainingwalls;")
aI("text=Rip Rap;url=riprap.aspx;")
aI("text=Signs & Bridges;url=signs_bridges.aspx;")
aI("text=Landscape Accents & Monuments;url=landscape_accents.aspx;")
}
with(milonic=new menuname("veneer")){
style=menuStyle;
aI("text=Thin Stone & Dimensional Veneer;url=thin_stone_veneer.aspx;")
aI("text=Full Thickness Stone Veneer;url=full_thickness_stone_veneer.aspx;")
}
with(milonic=new menuname("retainingwalls")){
style=menuStyle;
aI("text=Hand Stack Walls;url=Hand_Stack_Walls.aspx;")
aI("text=Machine Installed Walls;url=Machine_Installed_Walls.aspx;")
aI("text=Boulder Walls;url=Boulder_Walls.aspx;")
}
with(milonic=new menuname("gallery")){
style=menuStyle;
aI("text=Gallery One;url=gallery_one.aspx;")
aI("text=Gallery Two;url=gallery_two.aspx;")
aI("text=Gallery Three;url=gallery_three.aspx;")
}

with(milonic=new menuname("about")){
style = menuStyle;
aI("text=About Siloam Stone;url=about.aspx;");
aI("text=Our Mission and Guarantee;url=our_mission.aspx;");
aI("text=Sustainability;url=Sustainability.aspx;");
}
drawMenus();


