/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var itemStylesNames=["Ebene1","Ebene2","Ebene3",];
var menuStylesNames=[];
// -- End of Deluxe Tuner Style Names

//--- Common
var isHorizontal=0;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="hand";
var itemTarget="_self";
var statusString="link";
var blankImage="http://www.holzco.at/menueoben/blank.gif";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="200px";
var menuHeight="20px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="0px";
var posY="0px";
var topDX=15;
var topDY=0;
var DX=-6;
var DY=7;

//--- Font
var fontStyle="";
var fontColor=["",""];
var fontDecoration=["none","none"];
var fontColorDisabled="#808080";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="no-repeat";
var menuBorderColor="";
var menuBorderWidth="";
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["",""];
var itemBackImage=["",""];
var itemBorderWidth="";
var itemBorderColor=["",""];
var itemBorderStyle=["none","none"];
var itemSpacing=1;
var itemPadding="4px 10px 4px 4px";
var itemAlignTop="right";
var itemAlign="right";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=24;
var iconTopHeight=24;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=10;
var arrowHeight=7;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Separators
var separatorImage="";
var separatorWidth="";
var separatorHeight="";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="";
var separatorVHeight="";
var separatorPadding="";

//--- 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="#AA0000";
var moveImage="";
var moveCursor="default";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="100";
var transition=28;
var transOptions="";
var transDuration=100;
var transDuration2=100;
var shadowLen=4;
var shadowColor="#808080";
var shadowTop=1;

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="";
var cssItem=["",""];
var cssItemText=["",""];

//--- Advanced
var dmObjectsCheck=0;
var saveNavigationPath=0;
var showByClick=0;
var noWrap=0;
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=170px","itemBackColor=#E89A17,#E89A17","itemBorderWidth=0","itemBorderStyle=solid,solid","itemBorderColor=#000000,#000000","fontStyle=bold 12px Arial","fontColor=#FFFFFF,#FFFFFF"],
    ["itemWidth=170px","itemBackColor=#F5D59E,#F5D59E","itemBorderWidth=1","itemBorderStyle=solid,solid","itemBorderColor=#e89818,#e89818","fontStyle=normal 10px Arial","fontColor=#626262,#626262"],
    ["itemWidth=170px","itemBackColor=#F5D59E,#EDB352","itemBorderWidth=1","itemBorderStyle=solid,solid","itemBorderColor=#e89818,#e89818","fontStyle=normal 10px Arial","fontColor=#626262,#000000"],
];

var menuItems = [

    ["Warengruppen","", "", "", "", "", "0", "", "", ],
    ["NEUHEITEN","20.htm", "", "", "", "", "2", "", "", ],
    ["Eigenmarken","3.htm", "", "", "", "", "2", "", "", ],
    ["Spanplatten roh","22.htm", "", "", "", "", "2", "", "", ],
    ["Spanplatten beschichtet","23.htm", "", "", "", "", "2", "", "", ],
    ["Faserplatten, MDF","24.htm", "", "", "", "", "2", "", "", ],
    ["Kunststoffplatten, Mineralwerkstoffe","26.htm", "", "", "", "", "2", "", "", ],
    ["Arbeitsplatten, Fensterbänke, Formingelemente","27.htm", "", "", "", "", "2", "", "", ],
    ["Kanten","28.htm", "", "", "", "", "2", "", "", ],
    ["3-S und 1-S Platten, Leimholz, Schalplatten","29.htm", "", "", "", "", "2", "", "", ],
    ["Sperrholz, Tischlerplatten","30.htm", "", "", "", "", "2", "", "", ],
    ["Rohtüren","", "", "", "", "", "1", "", "", ],
    ["Fertigtüren, Zargen","32.htm", "", "", "", "", "2", "", "", ],
    ["Leisten, Stäbe","34.htm", "", "", "", "", "2", "", "", ],
    ["Profilholz","", "", "", "", "", "1", "", "", ],
    ["Parkett, Fertigböden","36.htm", "", "", "", "", "2", "", "", ],
    ["Paneele, Wand / Decke","", "", "", "", "", "1", "", "", ],
    ["Staffel, Konstruktionsholz","38.htm", "", "", "", "", "2", "", "", ],
    ["Schnittholz, Rauhware","", "", "", "", "", "1", "", "", ],
    ["Furniere","40.htm", "", "", "", "", "2", "", "", ],
    ["Tischlerzubehör, Karniesen, Kleinteile","41.htm", "", "", "", "", "2", "", "", ],
    ["Garten","42.htm", "", "", "", "", "2", "", "", ],
];

dm_init();

