/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/

var key="159b662esid";
var key1="139b332esid";

//--- Common
var isHorizontal=1;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-2; //Toggle Mode und Default Selection
var itemCursor="default"; // Check options in DHTML Tuner
var itemTarget="_self";
var statusString="link"; //Browser Status String
var blankImage="img/blank.gif";

//--- Dimensions
var menuWidth=""; //% oder px
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="30"; // Nur für absolutePos=1
var posY="20"; // Nur für absolutePos=1
var topDX=0; //Topmenu setoff x
var topDY=1; //Topmenu setoff x
var DX=-5; //Submenu setoff x
var DY=0; //Submenu setoff x

//--- Font
var fontStyle="normal 11px Trebuchet MS, Tahoma";
var fontColor=["#000000","#FFFFFF"]; // Normal and mouseover
var fontDecoration=["none","none"]; // Normal and mouseover
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#000000";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#C0AF62";
var menuBorderWidth=0;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#FCEEB0","#65BDDC"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#FCEEB0","#4C99AB"]; // Normal and mouseover
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding=1;
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="";

//--- Icons
var iconTopWidth=0;
var iconTopHeight=0;
var iconWidth=0;
var iconHeight=0;
var arrowWidth=5;
var arrowHeight=5;
var arrowImageMain=["",""]; // Normal and mouseover
var arrowImageSub=["img/xparrow1.gif","img/xparrow1.gif"]; // Normal and mouseover

//--- Separators
var separatorImage="img/hor_separator_h1_w1.gif";
var separatorWidth="100%";
var separatorHeight="1px";
var separatorAlignment="left";
var separatorVImage="inc/js/img/separv1.gif"; // V for vertical
var separatorVWidth="5";
var separatorVHeight="17";
var separatorPadding="0px";

//--- Floatable Menu
var floatable=0; // Floats on Windowscrolling
var floatIterations=6; // Floatation Speed
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0; // Move menu with mouse?
var moveWidth=12; // Width of drag spacer
var moveHeight=20; // Height of drag spacer
var moveColor="#DECA9A";
var moveImage=""; // Image to identify drag spacer
var moveCursor="move"; // Cursor type when moving menu
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="90";
var transition=24; // Check options in DHTML Tuner
var transOptions=""; // Check C:\dhtml-tuner-202\help\transitions.html
var transDuration=350;
var transDuration2=200;
var shadowLen=3; // n/a in Firefox?
var shadowColor="#B1B1B1"; // n/a in Firefox?
var shadowTop=0; // n/a in Firefox?

//--- 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=""; //?
var pathPrefix_link=""; //?
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var smHideOnClick=1;
var dm_writeAll=0;

//--- AJAX-like Technology
var dmAJAX=1;
var dmAJAXCount=200;

//--- Dynamic Menu
var dynamic=1;

//--- Keystrokes Support

var keystrokes=0;
var dm_focus=1;
var dm_actKey=113;

//Style arrays

/*

POSSIBLE SETTINGS FOR menuStyles

	paramName=value  			Description
	-----------------------     ---------------------------------------------------------------------------------------
	smWidth=200px 				Width of a submenu. It's recommended to set 'px' units.
	smHeight=500px 				Height of a submenu. It's recommended to set 'px' units.
	smColumns=3 				Number of columns.
	menuBorderWidth=1 			Width of a border.
	menuBorderStyle=solid 		Styles of a border.
									Available values: "none", "solid", "double", "dotted", "dashed", "groove", "ridge".
	menuBorderColor=#AA0000 	Color of a border.
	itemSpacing=2 				Item spacing.
	itemPadding=5px 			Item padding. It's recommended to set 'px' units.
	menuBackColor=#0033EC 		Background color.
	menuBackImage=image 		Background image.
	CSS=class 					CSS class name.
									Works if var cssStyle=1; in menu parameters.
*/

var menuStyles = [
	// Horizontal separator
   		["menuBorderWidth=0","menuBorderStyle=solid","menuBorderColor=#333333","menuBackColor=#ffffff",],
   		["menuBorderWidth=1","menuBorderStyle=solid","menuBorderColor=#333333","menuBackColor=#eeeeee",], // 1 Controls
   		["menuBorderWidth=1","menuBorderStyle=solid","menuBorderColor=#333333","menuBackColor=#333333",], // 2 Regionen
];

/*

POSSIBLE SETTINGS FOR itemStyles

	paramName=value  				Description
	-----------------------     	---------------------------------------------------------------------------------------
	itemWidth=100px  				Width of an item (px, % or other units).
	itemBackColor=#FFFFF,#000000 	Normal and mouseover colors of a background.
	itemBorderWidth=1 				Width of an item border.
	itemBorderStyle=solid,dotted 	Normal and mouseover styles of a border.
										Available values: "none", "solid", "double", "dotted", "dashed", "groove", "ridge".
	itemBorderColor=#AA0000,#0000EE Normal and mouseover colors of a border.
	fontStyle=normal 11px Tahoma 	Font style.
	fontColor=#000000,#FFFFFF 		Normal and mouseover font colors.
	fontDecoration=none,underline 	Normal and mouseover font decorations.
										Available values: "none", "underline", "line-through", "overline".
	itemBackImage=image1,image2 	Normal and mouseover background images.
	arrowImageMain=image1,image2 	Normal and mouseover arrow images for a top-level item.
	arrowImageSub=image1,image2 	Normal and mouseover arrow images for a submenu item.
	CSS=classNormal,classOver 		Normal and mouseover CSS class names.
										Works if var cssStyle=1; in menu parameters.
	CSSText=classNormal,classOver 	Normal and mouseover CSS class names for a text.
										Works if var cssStyle=1; in menu parameters.
	
*/

var itemStyles = [
   	 // 0 Main Menu
   		["fontStyle=normal 10pt Tahoma","fontColor=#0099ff,#ffffff","fontDecoration=none,none","itemBackColor=#ffffff,#0099ff",],
   	["fontStyle=normal 10pt Tahoma","fontColor=#000000,#000000","fontDecoration=none,none","itemBackColor=#ffffff,#0099ff",], // 1 Menu Level 0
   	["fontStyle=normal 10pt Tahoma","fontColor=#000000,#000000","fontDecoration=none,none","itemBackColor=#ffffff,#0099ff",], // 2 Kartenlinks
   	["fontStyle=normal 10pt Tahoma","fontColor=#000000,#000000","fontDecoration=none,none","itemBackColor=#ffffff,#0099ff",], // 3 Zwischengruppe
   	["fontStyle=normal 10pt Tahoma","fontColor=#000000,#000000","fontDecoration=none,none","itemBackColor=#ffffff,#0099ff",], // 4 Final Link
];

dm_init(); // Must be last!