/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/

var key="163b1530eu8id";

// -- Deluxe Tuner Style Names
var itemStylesNames=[];
var menuStylesNames=[];
// -- End of Deluxe Tuner Style Names

//--- 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="data.files/blank.gif";

//--- Dimensions
var menuWidth="700";
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10";
var posY="10";
var topDX=0;
var topDY=1;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="bold 10px Verdana, Arial";
var fontColor=["#FFFFFF","#4B4B4B"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#BB5307";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#000000";
var menuBorderWidth="";
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["#BB5307","#CDCDCC"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["",""];
var itemBorderStyle=["none","none"];
var itemSpacing=0;
var itemPadding="0";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=8;
var arrowHeight=16;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="3";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3";
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="90";
var transition=24;
var transOptions="";
var transDuration=100;
var transDuration2=200;
var shadowLen=3;
var shadowColor="#B1B1B1";
var shadowTop=0;

//--- CSS Support (CSS-based Menu)
var cssStyle=1;
var cssSubmenu="home-nav";
var cssItem=["home-nav-item","home-nav-itemover"];
var cssItemText=["home-nav-itemtext","home-nav-itemovertext"];

//--- Advanced
var dmObjectsCheck=0;
var saveNavigationPath=0;
var showByClick=0;
var noWrap=1;
var pathPrefix_img="";
var pathPrefix_link="";
var smShowPause=50;
var smHidePause=500;
var smSmartScroll=1;
var smHideOnClick=1;
var dm_writeAll=0;

//--- 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;


var menuItems = [

    ["SEE ALL PRODUCTS","Products.aspx", , , , , , , , ],
    ["Cabinet Doors","ItemCategory.aspx?itemcatid=1", , , "Click to see All Cabinet Doors", , , , , ],
        /*["|----------","", , , , , , , , ],
        ["|Show All","ItemCategory.aspx?itemcatid=1", , , , , , , , ],
        ["|100 Series - Laminate","item.aspx?itemid=17", , , , , , , , ],
        ["|200 Series - Plywood Panel","item.aspx?itemid=16", , , , , , , , ],
        ["|300 Series - Raised Panel","item.aspx?itemid=18", , , , , , , , ],
        ["|500 Series - Mitered Raised Panel","item.aspx?itemid=19", , , , , , , , ],
        ["|700 Series - Rigid Thermal Foil (RTF)","item.aspx?itemid=20", , , , , , , , ],
        ["|800 Series - Mitered Plywood Panel","item.aspx?itemid=21", , , , , , , , ],*/
    ["Hardware","", , , , , , , , ],
        ["|-----------","", , , , , , , , ],
        ["|Hinges","ItemCategory.aspx?itemcatid=5", , , , , , , , ],
        ["|Tools","ItemCategory.aspx?itemcatid=12", , , , , , , , ],
        ["|Drawer Boxes","ItemCategory.aspx?itemcatid=14", , , , , , , , ],
    ["Finishing Touches","", , , , , , , , ],
        ["|----------","", , , , , , , , ],
        ["|Veneer","ItemCategory.aspx?itemcatid=7", , , , , , , , ],
        ["|Moulding","ItemCategory.aspx?itemcatid=9", , , , , , , , ],
        ["|Fluted Fillers","ItemCategory.aspx?itemcatid=11", , , , , , , , ],
        ["|Valences","ItemCategory.aspx?itemcatid=10", , , , , , , , ],
    ["How To Guides","http://www.refacedepot.com/esupport/cat10.htm", , , , , , , , ],
];

dm_init();

