/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var itemStylesNames=["Individual Style",];
var menuStylesNames=["Individual Style",];
// -- 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="images/blank.gif";

//--- Dimensions
var menuWidth="";
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10";
var posY="10";
var topDX=0;
var topDY=1;
var DX=1;
var DY=0;

//--- Font
var fontStyle="normal 11px Tahoma";
var fontColor=["#000000","#FFFFFF"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="";
var menuBorderWidth=0;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["",""];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#FCEEB0","#4C99AB"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=1;
var itemPadding="2px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=18;
var iconHeight=18;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["",""];
var arrowImageSub=["images/arr_black_2.gif","images/arr_black_22.gif"];

//--- Separators
var separatorImage="images/sep_grey.gif";
var separatorWidth="80%";
var separatorHeight="3";
var separatorAlignment="right";
var separatorVImage="";
var separatorVWidth="3";
var separatorVHeight="100%";

//--- 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="100";
var transition=24;
var transOptions="";
var transDuration=350;
var transDuration2=200;
var shadowLen=4;
var shadowColor="#B1B1B1";
var shadowTop=0;

//--- CSS Support (CSS-based Menu)
var cssStyle=1;
var cssSubmenu="submenu";
var cssItem=["item1","item2"];
var cssItemText=["text1","text2"];

//--- 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 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=1;
var dm_focus=1;
var dm_actKey=113;

var itemStyles = [
    ["CSS=topitem1,topitem2","CSSText=toptext1,toptext2"],
];
var menuStyles = [
    ["CSS=topsubmenu"],
];

var menuItems = [

    ["Home","", , , , , "0", "0", , ],
    ["Product Info","", , , , , "0", "0", , ],
        ["|What's New","", "images/icon_office_note.gif", "images/icon_office_note2.gif", , , , , , ],
        ["|Features","", "images/icon_office_abc.gif", "images/icon_office_abc2.gif", , , , , , ],
            ["||Easy Installation and Customization","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||Dynamic Menu (Modifications 'On-The-Fly')","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||Keystrokes Support","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||Cross-frame Support","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||Popup Mode (Contextual Menus)","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||Smart Scrollable Submenus","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||CSS Support (CSS-Based Menus)","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||Objects Overlapping","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||Filters and Transitional Effects","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||Individual Styles","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||Movable & Floatable Menus","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||Multilevel & Multicolumn Menus","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||Several Menus on One Page","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
            ["||etc.","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", , , , , , ],
        ["|Documentation","", "images/icon_office_caption.gif", "images/icon_office_caption2.gif", , , , , , ],
            ["||Description of Files","", "images/icon_office_list.gif", "images/icon_office_list2.gif", "Different .js files are loaded according to selected menu features.", , , , , ],
            ["||Parameters Info","", "images/icon_office_view.gif", "images/icon_office_view2.gif", "A lot of flexible parameters get you a fully customizable appearance of your menus.", , , , , ],
            ["||How To Setup","", "images/icon_office_disk.gif", "images/icon_office_disk2.gif", "Add several rows of code within html page - your menu is ready! Use Deluxe Tuner - visual interface that allows you to create your menus easily and in no time.", , , , , ],
            ["||JavaScript API","", "images/icon_office_light.gif", "images/icon_office_light2.gif", "Special JavaScript API for changing menu 'on-the-fly', without page reloading!", , , , , ],
        ["|Browsers List","", "images/icon_office_marks.gif", "images/icon_office_marks2.gif", , , , , , ],
            ["||Internet Explorer","", "images/icon_office_ie.gif", "images/icon_office_ie2.gif", , , , , , ],
            ["||Firefox","", "images/icon_office_ff.gif", "images/icon_office_ff2.gif", , , , , , ],
            ["||Mozilla","", "images/icon_office_mz.gif", "images/icon_office_mz2.gif", , , , , , ],
            ["||Netscape","", "images/icon_office_ns.gif", "images/icon_office_ns2.gif", , , , , , ],
            ["||Opera","", "images/icon_office_op.gif", "images/icon_office_op2.gif", , , , , , ],
            ["||Safari","", "images/icon_office_saf.gif", "images/icon_office_saf2.gif", , , , , , ],
            ["||Konqueror","", "images/icon_office_kq.gif", "images/icon_office_kq2.gif", , , , , , ],
        ["|-","", "images/spacer.gif", "images/spacer.gif", , , , , , ],
        ["|Deluxe Tuner Application","", "images/icon_office_tuner.gif", "images/icon_office_tuner2.gif", "Deluxe Tuner is a powerful application that gives you the full control over creation and customization of Deluxe Menu. It has a user-friendly interface that allows you to create your menus easily and in no time.", , , , , ],
    ["Menu Samples","", , , , , "0", "0", , ],
        ["|Sample 1","", "images/icon_office_a.gif", "images/icon_office_a2.gif", , , , , , ],
        ["|Sample 2","", "images/icon_office_a.gif", "images/icon_office_a2.gif", , , , , , ],
        ["|Sample 3","", "images/icon_office_a.gif", "images/icon_office_a2.gif", , , , , , ],
        ["|Sample 4","", "images/icon_office_a.gif", "images/icon_office_a2.gif", , , , , , ],
        ["|Sample 5","", "images/icon_office_a.gif", "images/icon_office_a2.gif", , , , , , ],
        ["|Sample 6","", "images/icon_office_a.gif", "images/icon_office_a2.gif", , , , , , ],
        ["|Sample 7","", "images/icon_office_a.gif", "images/icon_office_a2.gif", , , , , , ],
        ["|Sample 8","", "images/icon_office_a.gif", "images/icon_office_a2.gif", , , , , , ],
        ["|Sample 9","", "images/icon_office_a.gif", "images/icon_office_a2.gif", , , , , , ],
    ["Purchase","", , , , , "0", "0", , ],
        ["|Single Website License","", "images/icon_office_pen.gif", "images/icon_office_pen2.gif", "Single website license allows you to use the menu on one Internet or Intranet site.", , , , , ],
        ["|Multiple Website License","", "images/icon_office_pen.gif", "images/icon_office_pen2.gif", "Multiple website license allows you to use the menu on any Internet or Intranet sites.", , , , , ],
        ["|Developer License","", "images/icon_office_pen.gif", "images/icon_office_pen2.gif", "Developer license allows you to use the menu on any Internet or Intranet sites and redistribute as a part of your own applications.", , , , , ],
        ["|-","", "images/spacer.gif", "images/spacer.gif", , , , , , ],
        ["|Free Non-Profit License","", "images/icon_office_pen.gif", "images/icon_office_pen2.gif", "Non-profit license allows you to use the menu on 1 NON-PROFIT INTERNET website (NOT Intranet/local website).", , , , , ],
    ["Contacts","", , , , , "0", "0", , ],
];

dm_init();

