
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#666699";
oncolor="#ffffff";
offbgcolor="#EFB20B";
offcolor="black";
bordercolor="#585858";
borderstyle="solid";
borderwidth=3;
separatorcolor="#585858";
separatorsize="5";
padding=5;
fontsize="75%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="images/arrow_s.gif";
subimagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=130;
left=0;
alwaysvisible=1;
orientation="vertical";
position="relative";
aI("text=Home;url=index.htm;status=Back To Home Page;");
aI("text=Repairs;showmenu=repairs;oncolor=white;offcolor=white;offbgcolor=#E2AD1E;");
aI("text=New Construction;showmenu=new_const;oncolor=white;offcolor=white;offbgcolor=#D1A534;");
aI("text=Education;showmenu=Education;oncolor=white;offcolor=white;offbgcolor=#BD9D4F;");
aI("text=Engineering;showmenu=engineer;oncolor=white;offcolor=white;offbgcolor=#A49170;");
aI("text=About Us;url=About_Executive_Structural_Services.htm;oncolor=white;offcolor=white;offbgcolor=#9A8B7D;");
aI("text=Contact Us;showmenu=contact;oncolor=white;offcolor=white;offbgcolor=#938988;");
aI("text=Prevention;url=Foundation_Movement_Prevention.htm;oncolor=white;offcolor=white;offbgcolor=#878397;");
}

with(milonic=new menuname("repairs")){
style=menuStyle;
aI("text=Structural;url=Structural_Foundation_Repairs.htm;");
aI("text=Historical;url=Historical_Structural_Renovations.htm;");
aI("text=Photographs;url=Structural_Repair_Photo.htm;");
}

with(milonic=new menuname("new_const")){
style=menuStyle;
aI("text=Additions;url=Structural_Housing_Additions.htm;");
aI("text=Pop Tops;url=Structural_Additions_Poptops.htm;");
aI("text=Photographs;url=New_Construction_Foundation_Photo.htm;");
}

with(milonic=new menuname("Education")){
style=menuStyle;
aI("text=Pier Uses and Definitions;url=Types_and_Uses_Foundation_Piers.htm;");
aI("text=What is a Helical Pier?;url=What_Is_A_Foundation_Repair_Pier.htm;");
aI("text=Helical Piers vs. Other Systems;url=Foundation_Repair_Pier_Comparison_Methods.htm;");
aI("text=Foundation Movement;url=foundation_movement.htm;");
aI("text=Soil Classifications;url=Foundation_Soils_Types.htm;");
aI("text=Mud Jacking;url=Foundation_Repair_Mud_Jacking.htm;");
aI("text=Epoxy Injections;url=Foundation_Repair_Epoxy_Injection.htm;");
aI("text=Tie-Backs;url=Structural_Repair_Tieback.htm;");
aI("text=Philosophy of Foundation Anchor Design;url=Foundation_Repair_Anchors.htm;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=E-mail;url=Contact_Foundation_Repair_Services.htm#email;status=Apache Web Server, the basis of Milonic's Web Site;");
aI("text=Phone;url=Contact_Foundation_Repair_Services.htm#phone;status=MySQL, Milonic's Prefered Choice of Database Server;");
aI("text=Location;url=Contact_Foundation_Repair_Services.htm#place;status=PHP - Web Server Scripting as used by Milonic;");
}

with(milonic=new menuname("engineer")){
style=menuStyle;
aI("text=Pier Manufacturing;showmenu=manufact;");
aI("text=Design Comparison;showmenu=hardesty;");
}

with(milonic=new menuname("manufact")){
style=menuStyle;
aI("text=Design Criteria;url=Foundation_Repair_Pier_Design_Criteria.htm;");
aI("text=Installation;url=Foundation_Repair_Pier_Installation.htm;");
aI("text=Bearing Capacity;url=Foundation_Repair_Load_Bearing.htm;");
aI("text=Standard Specifications;url=Foundation_Repair_Pier_Specifications.htm;");
aI("text=Pier Details;url=Foundation_Repair_Pier_Details.htm;");
aI("text=Emperical Data;url=Foundation_Repair_Pier_Emperical_Data.htm;");
}

with(milonic=new menuname("hardesty")){
style=menuStyle;
aI("text=Helical vs Concrete Comparison;url=Helical_Pier_And_Concrete_Pier_Comparison.htm;");
aI("text=Comparison Analysis;url=Foundation_Pier_Comparative_Analysis.htm;");
}

drawMenus();

