


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#eea70d";
oncolor="#000000";
offbgcolor="#334f38";
offcolor="#ffffff";
borderwidth=0;
separatorsize="0";
padding=0;
}

with(subStyle=new mm_style()){
onbgcolor="#BED4FB";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#666666";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorsize="0";
padding=4;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Tahoma, Helvetica";
headerbgcolor="#eeeeee";
headercolor="#666666";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=140;
left=19;
alwaysvisible=1;
orientation="vertical";
followscroll=1;
aI("showmenu=home;image=pics/b1-home.gif;overimage=pics/b2-home.gif;status=Back to Home Page;");
aI("url=mission.htm;image=pics/b1-mission.gif;overimage=pics/b2-mission.gif;status=Why AQX?;");
aI("url=services.htm;image=pics/b1-services.gif;overimage=pics/b2-services.gif;status=Services;");
aI("url=casestudies.htm;image=pics/b1-case.gif;overimage=pics/b2-case.gif;status=Case Studies;");
aI("showmenu=projects;image=pics/b1-projects.gif;overimage=pics/b2-projects.gif;status=Projects;");
aI("url=links.htm;image=pics/b1-links.gif;overimage=pics/b2-links.gif;status=Links;");
aI("url=employment.htm;image=pics/b1-employment.gif;overimage=pics/b2-employment.gif;status=News;");
aI("url=news.htm;image=pics/b1-news.gif;overimage=pics/b2-news.gif;status=News;");
aI("url=contact.htm;image=pics/b1-contact.gif;overimage=pics/b2-contact.gif;status=Contact AQX;");
aI("image=pics/menu-bottom.gif;type=header;");
}

with(milonic=new menuname("projects")){
style=subStyle;
overflow="scroll";
aI("text=Restaurants;url=projects.htm#p1;status=Projects;");
aI("text=Offices and Retails;url=projects.htm#p2;status=Projects;");
aI("text=Mini Storage;url=projects.htm#p3;status=Projects;");
aI("text=Shops and Stores;url=projects.htm#p4;status=Projects;");
aI("text=Museums and Gyms;url=projects.htm#p5;status=Projects;");
aI("text=Auto Dealer Facilities;url=projects.htm#p6;status=Projects;");
aI("text=Telecommunication;url=projects.htm#p7;status=Projects;");
aI("text=Industrial;url=projects.htm#p8;status=Projects;");
aI("text=Governmental;url=projects.htm#p9;status=Projects;");
aI("text=<b>Residential<b>;type=header;status=Projects;");
aI("text=Multi-family homes;url=projects.htm#p11;status=Projects;");
aI("text=Custom homes;url=projects.htm#p12;status=Projects;");
aI("text= high-end custom homes and multi-family residential projects;url=projects.htm#p13;status=Projects;");
aI("text=Hardscape, retaining walls, shoring systems;url=projects.htm#p14;status=Projects;");
}

with(milonic=new menuname("home")){
style=subStyle;
overflow="scroll";
aI("text=Introduction;url=index.htm;status=home;");
aI("text=Management;url=managementteam.htm;status=Projects;");
}

drawMenus();


