
/*
Milonic .aspL 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 .aspL 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=5              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffffcf";
oncolor="#0068b3";
offbgcolor="#0068b3";
offcolor="#ffffcf";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=6;
fontsize="95%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#F8F3E3";
headercolor="#000000";
headerbgcolor="#ffff00";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="Fade(duration=0.2);Alpha(opacity=90);";
}

with(milonic=new menuname("solutions")){
style=menuStyle;
aI("text=Picture Framing;url=solutions_framing.asp;");
aI("text=Canvas;url=solutions_canvas.asp;");
aI("text=Acrylic;url=solutions_acrylic.asp;");
aI("text=Mirror;url=solutions_mirror.asp;");
aI("text=Lamination;url=solutions_lamination.asp;");
aI("text=Printing;url=solutions_printing.asp;");
aI("text=Security;url=solutions_security.asp;");
aI("text=Packaging;url=solutions_packaging.asp;");
aI("text=Fulfillment;url=solutions_fulfillment.asp;");
}

with(milonic=new menuname("beyond")){
style=menuStyle;
aI("text=Creativity;url=beyond_creative.asp;");
aI("text=Confidentiality;url=beyond_confidential.asp;");
aI("text=Integrity;url=beyond_integrity.asp;");
aI("text=Value Engineering;url=beyond_value.asp;");
}

with(milonic=new menuname("projects")){
style=menuStyle;
aI("text=Hospitality;url=projects_hospitality.asp;");
aI("text=Spa & Restaurant;url=projects_spa.asp;");
aI("text=Health & Senior Residence;url=projects_health.asp;");
aI("text=Government;url=projects_government.asp;");
aI("text=Retail, Catalog & Fulfillment;url=projects_retail.asp;");

}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Facilities;url=about_facilities.asp;");
aI("text=Staff;url=about_staff.asp;");
aI("text=Jeff Ureles;url=about_jeff.asp;");
aI("text=Ted Axelrod;url=about_ted.asp;");

}
drawMenus();


