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


// -- Deluxe Tuner Style Names
var itemStylesNames=["Top Item",];
var menuStylesNames=["Top Menu",];
// -- 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="default";
var itemTarget="_self";
var statusString="link";
var blankImage="images/blank.gif";

//--- Dimensions
var menuWidth="";
var menuHeight="23px";
var smWidth="100px";
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="normal 11px Tahoma";
var fontColor=["#FFFFFF","#F5FDF4"];
var fontDecoration=["none","none"];
var fontColorDisabled="#585858";

//--- Appearance
var menuBackColor="#000000";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#727272";
var menuBorderWidth=1;
var menuBorderStyle="ridge";

//--- Item Appearance
var itemBackColor=["#000000","#3871a3"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#FA1D1D","#DD0404"];
var itemBorderStyle=["solid","groove"];
var itemSpacing=2;
var itemPadding="5px";
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="center";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["arrv_white.gif",""];
var arrowImageSub=["arr_white.gif",""];

//--- 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="85";
var transition=24;
var transOptions="gradientSize=0.4, wipestyle=1, motion=forward";
var transDuration=350;
var transDuration2=200;
var shadowLen=3;
var shadowColor="#B1B1B1";
var shadowTop=0;

//--- 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 pathPrefix_img="include/designs/myslee_v2/images/vista3/";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
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;

var itemStyles = [
    ["itemWidth=115px","itemBackColor=transparent,transparent","itemBorderWidth=0","fontStyle=bold 11px Tahoma","fontColor=#FFFFFF,#FFFFFF","itemBackImage=btn_black2_w.gif,btn_black_blue_w.gif"],
];
var menuStyles = [
    ["menuBackColor=transparent","menuBorderWidth=0","itemSpacing=0","itemPadding=5px 6px 5px 6px"],
];

var menuItems = [


      ["Wars","", , , , , "0", "0", , ],
        ["|Training","index.php?training", , , , , , , , ],
        ["|Away","index.php?awaycal", , , , , , , , ],
        ["|Wars","index.php?wars", , , , , , , , ],
        ["|Fight us!","index.php?fightus", , , , , , , , ],
	["Intern","", , , , , "0", , , ],
        ["|Main Administration","admin.php", , , , , , , , ],
		["|Server Login","https://www.myslee.de:8443", , , , , , , , ],
		["|mYsLee Webmail","http://webmail.myslee.de", , , , , , , , ],
	["Misc","", , , , , "0", , , ],
        ["|Gallery","index.php?gallery", , , , , , , , ],
        ["|Downloads","index.php?downloads", , , , , , , , ],
        ["|Impressum","index.php?impressum", , , , , , , , ],
        ["|Contact","index.php?contact", , , , , , , , ],
		["|History","index.php?history", , , , , , , , ],
        ["|Rules","index.php?rules", , , , , , , , ],
];

dm_init();