/*
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="";
oncolor="#777777";
offbgcolor="";
offcolor="#000";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="#fff";
separatorsize="1";
separatorheight="11px";
padding="0";
rawcss="padding-left: 5px; padding-right: 5px; padding-bottom: 1px;";
fontsize="11px";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#000";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
}

with(subMenuStyle=new mm_style()){
onbgcolor="#E6E6E6";
oncolor="#a6877c";
offbgcolor="#EEEEEE";
offcolor="#fff";
bordercolor="#a6877c";
borderstyle="solid";
borderwidth=1;
separatorcolor="#fff";
separatorsize="1";
separatorheight="11px";
padding=4;
fontsize="11px";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#064C92";
pagebgcolor="#E6E6E6";
headercolor="";
headerbgcolor="";
subimage="/images/MenuArrow.gif";
subimagepadding="";
}
/*
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;
alwaysvisible=1;
orientation="horizontal";
screenposition="right";
left="offset=-10px"
top="14";
aI("text=SoftBrands;url=http://www.softbrands.com;");
//aI("text=Medallion;url=/;");
//aI("text=Services;showmenu=Support;url=/Support/Index.cfm");
//aI("text=Customers;url=/Customers/Index.cfm");
//aI("text=Partners;showmenu=Partners;");
//aI("text=News;url=/News/Index.cfm");
aI("text=Contact Us;url=mailto:hospitality.support@softbrands.com;");
}

with(milonic=new menuname("Support")){
style=subMenuStyle;
overflow="scroll";
aI("text=Overview;url=/Support/Index.cfm;");
aI("text=Training and Implementation;url=/Support/Training.cfm;");
aI("text=Support;url=/Support/SupportServices.cfm;");
aI("text=Support Centers;url=/Support/SupportCenters.cfm;");
}

with(milonic=new menuname("Partners")){
style=subMenuStyle;
overflow="scroll";
aI("text=Business;url=/Partners/Business.cfm;");
aI("text=Relationship;url=/Partners/Relationship.cfm;");
}

with(milonic=new menuname("Contact")){
style=subMenuStyle;
overflow="scroll";
aI("text=Contact Us;url=/Contact/Index.cfm;");
aI("text=Locations;url=/Contact/Locations.cfm;");
}

drawMenus();

