_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


/* this is the code for styling the look of the top level menu items */
with(menuStyle=new mm_style()){
onbgcolor="#091e29";
offbgcolor="#091e29";
offcolor = "#ff732e";
oncolor = "#FFFFFF";
borderwidth=0;
padding = 4;
fontsize = "11";
fontstyle = "normal";
fontweight = "bold";
fontfamily="Verdana, Tahoma, Arial";
/*pagecolor="#FFFFFF";
pagebgcolor="#FFFFFF";*/
separatorwidth = 20;
}

/* this is the code for styling the look of all dropdowns */
with(DMStyle=new mm_style()){
offbgcolor = "#F1F3F1";
offcolor = "#333333";
onbgcolor = "#def198";
//onbgcolor = "#FBFCFD";
oncolor = "#003399";
bordercolor = "#CCCCCC";
borderstyle = "solid";
borderwidth = 1
separatorcolor = "#CCCCCC";
separatorsize = 1;
padding = 4;
fontsize = "11";
fontstyle = "normal";
fontweight = "normal";
fontfamily = "verdana, arial, tahoma,";
subimage="gif/arrow_nav.gif";
subimagepadding=3;
}

   with(milonic=new menuname("support")){
    borderwidth = 1;
	itemwidth=180;
    style = DMStyle;
	aI("text=&nbsp;About Falcon;url=about.htm;");
    }

drawMenus();
menuDisplay(getMenuByName("Topbar"),1)