/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var itemStylesNames=["Top Item","70","60","50",];
var menuStylesNames=["100","130",];
// -- 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="menu-eco.files/blank.gif";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="0px";
var menuHeight="";
var smWidth="120px";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10px";
var posY="10px";
var topDX=0;
var topDY=0;
var DX=0;
var DY=-1;

//--- Font
var fontStyle="bold 11px Arial";
var fontColor=["#0959B3","#FFFFFF"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#A5A5A5";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#A6A6A6";
var menuBorderWidth=0;
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["#ffffff","#008FC6"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#FCEEB0","#4C99AB"];
var itemBorderStyle=["none","none"];
var itemSpacing=0;
var itemPadding="6px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["menu-eco.files/arrv_blue_2.gif","menu-eco.files/arrv_white_2.gif"];
var arrowImageSub=["menu-eco.files/arr_blue_2.gif","menu-eco.files/arr_white_2.gif"];

//--- Separators
var separatorImage="menu-eco.files/spacer.gif";
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=21;
var transOptions="";
var transDuration=350;
var transDuration2=200;
var shadowLen=0;
var shadowColor="#B1B1B1";
var shadowTop=1;

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="";
var cssItem=["",""];
var cssItemText=["",""];

//--- 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=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 itemStyles = [
    ["itemWidth=60px","fontStyle=bold 11px Arial"],
    ["itemWidth=70px","fontStyle=bold 11px Arial"],
    ["itemWidth=60px","fontStyle=bold 11px Arial"],
    ["itemWidth=50px","fontStyle=bold 11px Arial"],
];
var menuStyles = [
    ["itemWidth=120px"],
    ["itemWidth=130px"],
];

var menuItems = [

    ["Home","http://www.ecohides.com", "", "", "", "", "3", "", "", ],
    ["About","", "", "", "", "", "2", "0", "", ],
        ["|Quality Assurance","http://www.ecohides.com/quality.htm", "", "", "", "", "", "0", "", ],
        ["|Facts ","http://www.ecohides.com/facts.htm", "", "", "", "", "", "", "", ],
        ["|Care & Maintenance","http://www.ecohides.com/care.htm", "", "", "", "", "", "", "", ],
        ["|FAQ","http://www.ecohides.com/faq.htm", "", "", "", "", "", "", "", ],
        ["|Warranty","http://www.ecohides.com/warranty.htm", "", "", "", "", "", "", "", ],
    ["Product","", "", "", "", "", "1", "", "", ],
        ["|RAGE","http://www.ecohides.com/ecohides-rage.htm", "", "", "", "", "", "", "", ],
        ["|PAMPA","http://www.ecohides.com/ecohides-pampa.htm", "", "", "", "", "", "", "", ],
        ["|Custom","http://www.ecohides.com/custom.htm", "", "", "", "", "", "", "", ],
        ["|Information","http://www.ecohides.com/information.htm", "", "", "", "", "", "1", "", ],
    ["Company","", "", "", "", "_blank", "", "", "", ],
        ["|History     ","http://www.ecohides.com/history.htm", "", "", "", "", "", "0", "", ],
        ["|Executives","http://www.ecohides.com/exec.htm", "", "", "", "", "", "", "", ],
    ["Press","", "", "", "", "", "2", "0", "", ],
        ["|Press Release","http://www.ecohides.com/press-release.htm", "", "", "", "", "", "0", "", ],
        ["|Media","http://www.ecohides.com/media.htm", "", "", "", "", "", "", "", ],
    ["Contact Us","http://www.ecohides.com/contact.htm", "", "", "", "", "", "", "", ],
];

dm_init();
