/*
   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="21px";
var smWidth="120px";
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=["#000000","#ffffff"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#BDA88E";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#666666";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#BDA88E","#BDA88E"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#cccccc","#cccccc"];
var itemBorderStyle=["solid","ridge"];
var itemSpacing=4;
var itemPadding="1px 5px 1px 10px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="";

//--- 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_black.gif","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="#BDA88E";
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="";
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="images/vista2/";
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=105px","itemBackColor=transparent,transparent","itemBorderWidth=0","fontStyle=normal 11px Tahoma","fontColor=#000000,#FFFFFF","itemBackImage=btn_red2.gif,btn_red2.gif"],
];
var menuStyles = [
    ["menuBackColor=transparent","itemBackColor=transparent,transparent","menuBorderWidth=0","itemSpacing=1","itemPadding=0px 10px 0px 10px",],
];



var menuItems = [

    ["Startseite","index.php", , , , , "0", "0", , ],
     	//["|News","","", , , , , "0", , , ],
     	
   	["Über uns","", , , , , "0", , , ],
   		["|Silvio","silvio.php","", , , , , "0", , , ],
   		["|Eveline","eveline.php","", , , , , "0", , , ],
   		["|Jael","jael.php","", , , , , "0", , , ],
   			   	   
    ["Tiere","tiere.php", , , , , "0", , , ],
    	["|Pferde","pferde.php","", , , , , "0", , , ],
    	["|Hunde","hunde.php","", , , , , "0", , , ],
    	["|Katzen","katzen.php","", , , , , "0", , , ],
    	//["|Hasen","hasen.php","", , , , , "0", , , ],	
    
   ["Fotos","", , , , , "0", , , ],
   		["|Sulzerberg","g_1/index.php","", , , , , "0", , , ],
   		["|LF CAMIRA EL RIH","g_2/index.php","", , , , , "0", , , ],
   		//["|RHIALA EL GAUG","g_3/index.php","", , , , , "0", , , ],
   		//["|DD CHAHAYA","g_4/index.php","", , , , , "0", , , ],
   		//["|DD RAMALI","g_5/index.php","", , , , , "0", , , ],
   		
   ["Gästebuch","gaestbuch.php", , , , , "0", , , ],
   
   ["Links","links.php", , , , , "0", , , ],
   
   ["Kontakt","kontakt.php", , , , , "0", , , ],
   
    ];

dm_init();
