/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/

var key="159b1319euaid";

// -- Deluxe Tuner Style Names
var itemStylesNames=[];
var menuStylesNames=[];
// -- End of Deluxe Tuner Style Names

//--- Common
var isHorizontal=1;
var smColumns=1;
var smOrientation=0;
var smViewType=1;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="pointer";
var itemTarget="_self";
var statusString="link";
var blankImage="diangello_menu.files/blank image filename";

//--- Dimensions
var menuWidth="";
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="0";
var posY="0";
var topDX=0;
var topDY=0;
var DX=10;
var DY=0;

//--- Font
var fontStyle="bold 18px Times New Roman";
var fontColor=["#000000","#000000"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="";
var menuBorderWidth=0;
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["#0080C0","#FFFF00"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#000000","#000000"];
var itemBorderStyle=["none","solid"];
var itemSpacing=0;
var itemPadding="0px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="center";

//--- 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="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="#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=2;
var transOptions="";
var transDuration=300;
var transDuration2=200;
var shadowLen=3;
var shadowColor="#000000";
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="";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
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 menuItems = [

    ["","info.htm", "diangello_menu.files/index_01.gif", "diangello_menu.files/index_01-over.gif", "Information about the company", "_self", , , , ],
    ["","product-ElDjaro.htm", "diangello_menu.files/index_02.gif", "diangello_menu.files/index_02-over.gif", "Current products and developements", "_self", , , , ],
        ["|The RV EL Djaro 750","product-ElDjaro.htm", , , "Presenting the Caravan EL Djaro 750", "_self", , , , ],
            ["||Media Section","product-media.htm", , , "Collection of Pictures and Clips ", "_self", , , , ],
                ["|||Inside Pictures","product-m-inside.htm", , , "Inside Pictures of EL Djaro 750", "_self", , , , ],
                ["|||Movie Clips","product-m-movie.htm", , , "Demonstrating the Extending-Retracting", "_self", , , , ],
                ["|||Outside Pictures","product-m-outside.htm", , , "Outside Pictures of EL Djaro 750", "_self", , , , ],
            ["||Floorplan","product-floorplan.htm", , , "Showing the Floorplan of EL Djaro 750", "_self", , , , ],
            ["||Features","product-features.htm", , , "A Description of the Advantages", "_self", , , , ],
            ["||Specification","product-specs.htm", , , "Specifications of EL Djaro 750", "_self", , , , ],
    ["","factory.htm", "diangello_menu.files/index_03.gif", "diangello_menu.files/index_03-over.gif", "Our factory", "_self", , , , ],
    ["","purchasing.htm", "diangello_menu.files/index_04.gif", "diangello_menu.files/index_04-over.gif", "Available Soon", "_self", , , , ],
    ["","investor.htm", "diangello_menu.files/index_05.gif", "diangello_menu.files/index_05-over.gif", "Investors Opportunities ", "_self", , , , ],
    ["","contact.htm", "diangello_menu.files/index_06.gif", "diangello_menu.files/index_06-over.gif", "How to Contact us", "_self", , , , ],
];

dm_init();
