/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var itemStylesNames=["1","2","3","5","7","4","6","8","9","10",];
var menuStylesNames=["11",];
// -- 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 image filename";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="726px";
var menuHeight="16px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="0px";
var posY="0px";
var topDX=0;
var topDY=0;
var DX=0;
var DY=0;

//--- Font
var fontStyle="bold 12px Arial";
var fontColor=["#FFFFFF","#0086AF"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#FFFFFF";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#6699FF";
var menuBorderWidth=0;
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["#0086AF","#FFFFFF"];
var itemBackImage=["data.files/fons_botons.jpg","data.files/fons_botons2.jpg"];
var itemBorderWidth=1;
var itemBorderColor=["#BAD0FC","#6699FF"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=4;
var itemPadding="3px";
var itemAlignTop="center";
var itemAlign="center";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=24;
var iconTopHeight=24;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=9;
var arrowHeight=9;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="5px";
var separatorAlignment="center";
var separatorVImage="";
var separatorVWidth="10px";
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="#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=27;
var transOptions="";
var transDuration=100;
var transDuration2=100;
var shadowLen=0;
var shadowColor="#777777";
var shadowTop=1;

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="";
var cssItem=["",""];
var cssItemText=["",""];

//--- Advanced
var dmObjectsCheck=1;
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var smShowPause=200;
var smHidePause=200;
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=72px"],
    ["itemWidth=51px"],
    ["itemWidth=160px","itemBackColor=#D5CFD3,#AFA4AA","itemBackImage=fons_botons.jpg,fons_botons.jpg"],
    ["itemWidth=110px","itemBackColor=#4d860a,#495703","itemBorderColor=#4d860a,#4d860a"],
    ["itemWidth=112px","itemBackColor=#a8d52d,#4d860a","itemBorderColor=#a8d52d,#a8d52d"],
    ["itemWidth=92px","itemBackColor=#4d860a,#495703","itemBorderColor=#4d860a,#4d860a"],
    ["itemWidth=145px","itemBackColor=#4d860a,#495703","itemBorderColor=#4d860a,#4d860a"],
    ["itemWidth=114px","itemBackColor=#a8d52d,#4d860a","itemBorderColor=#a8d52d,#a8d52d"],
    ["itemWidth=135px","itemBackColor=#a8d52d,#4d860a","itemBorderColor=#a8d52d,#a8d52d"],
    ["itemWidth=120px","itemBackColor=#4d860a,#495703","itemBorderColor=#4d860a,#4d860a"],
];
var menuStyles = [
    ["itemSpacing=5"],
];

var menuItems = [

    ["Dominios","dominios.html", "", "", "", "", "1", "-1", "", ],
    ["Alojamientos","alojamientos.html", "", "", "", "", "0", "", "", ],
    ["E-commerce","ecommerce.html", "", "", "", "", "0", "", "", ],
    ["Marketing","marketing.html", "", "", "", "", "0", "", "", ],
    ["Pantallas/Monitores","tactiles.html", "", "", "", "", "0", "", "", ],
    ["Kioscos M./PIM","kioscos.html", "", "", "", "", "1", "", "", ],
    ["Security","security.html", "", "", "", "", "1", "", "", ],
    ["Backup","backup.html", "", "", "", "", "1", "", "", ],
    ["S.Técnico","soporte.html", "", "", "", "", "1", "", "", ],
];

dm_init();