/*
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="#78992f";
offbgcolor="";
offcolor="#003366";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="#78992f";
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="#78992f";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
}

with(subMenuStyle=new mm_style()){
onbgcolor="#E6E6E6";
oncolor="#78992f";
offbgcolor="#EEEEEE";
offcolor="#003366";
bordercolor="#78992f";
borderstyle="solid";
borderwidth=1;
separatorcolor="#78992f";
separatorsize="1";
separatorheight="11px";
padding=4;
fontsize="11px";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#78992f";
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="24";
aI("text=SoftBrands;url=http://www.softbrands.com;");
aI("text=Fourth Shift;url=http://fourthshift.softbrands.com;");
aI("text=Conference Home;url=/;");
//aI("text=Conferences;url=conferences.cfm;");
//aI("text=Registration Rates;url=Description.cfm;");
//aI("text=Schedule;url=Schedule02.cfm;");
//aI("text=Travel, Area Information and Housing;url=PointsofInterest.cfm;");
//aI("text=Registration;url=https://www.bestmeetings.com/registration/softbrands/2008/registration.cfm;");
//aI("text=About Us;url=AboutUs.cfm;");
}
/*
with(milonic=new menuname("Solutions")){
style=subMenuStyle;
overflow="scroll";
aI("text=Solutions Components;url=/Solutions/Index.cfm;");
aI("text=Industry-Specific Solutions;url=/Solutions/IndustrySpecific.cfm;");
aI("text=Extended Solutions;url=/Solutions/ExtendedSolutions.cfm;");
}
*/

drawMenus();

