// Deluxe Menu license key.
var key="165b1679extg";

// -- Deluxe Tuner Style Names
var itemStylesNames=["menuitem_last"];
var itemStyles = [
  ["CSS=menuitem_last,menuitem_last_active"],
];
var menuStylesNames=["submenu",];
var menuStyles = [
  ["CSS=submenu"],
];

//--- Common
var isHorizontal=1;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="pointer";
var itemTarget="_self";
var statusString="link";
var blankImage="images/spacer.gif";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions

var menuWidth="570px";
var menuHeight="25px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
// These fields are used only when absolutePos is 1.
var posX="10px";
var posY="10px";
// Offsets for first-level submenus.
var topDX=1;
var topDY=0;
// Offsets for submenus.
var DX=1;
var DY=0;

//--- Font
var fontStyle="";
var fontColor=["#000000","#FFFFFF"];
var fontDecoration=["none","none"];
var fontColorDisabled="";

//--- Appearance
var menuBackColor="#FCEEB0";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#C0AF62";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#FCEEB0","#65BDDC"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#FCEEB0","#4C99AB"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding="0px";
var itemAlignTop="left";
var itemAlign="left";
var itemSlideBack=0;
var subMenuAlign="left";

//--- Icons
var iconTopWidth=0;
var iconTopHeight=0;
var iconWidth=0;
var iconHeight=0;
var arrowWidth=0;
var arrowHeight=0;
// Paths to icon files for arrows shown for the top-level menus.  The
// first element is the icon shown when the mouse is not over the menu;
// the second is shown when the mouse is over the menu.
var arrowImageMain=["",""];
// Paths to icon files for arrows shown for submenus.
var arrowImageSub=["",""];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="3px";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3px";
var separatorVHeight="100%";
var separatorPadding="0px";

//--- Floatable Menu
var floatable=0;
var floatIterations=6;
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=20;
var moveColor="#DECA9A";
var moveImage="";
var moveCursor="move";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="100";
var transition=24;
var transOptions="";
var transDuration=350;
var transDuration2=200;
var shadowLen=3;
var shadowColor="#B1B1B1";
var shadowTop=0;

//--- CSS Support (CSS-based Menu)
var cssStyle=1;
// The class assigned to the menus themselves.
var cssSubmenu="menu";
// The classes assigned to menu items and menu items over which the
// mouse is hovering, respectively.
var cssItem=["menuitem","menuitem_active"];
var cssItemText=["menuitem_text","menuitem_text_active"];

//--- Advanced
var dmObjectsCheck=0;
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var topSmartScroll=0;
var smHideOnClick=1;
var dm_writeAll=1;

//--- AJAX-like Technology
var dmAJAX=0;
var dmAJAXCount=0;

//--- Dynamic Menu
var dynamic=0;

//--- Keystrokes Support
var keystrokes=0;
var dm_focus=1;
var dm_actKey=113;