/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/

var key="143b518e9bid";

// -- Deluxe Tuner Style Names
var itemStylesNames=["Main Title","Sub",];
var menuStylesNames=[];
// -- 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="";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="";
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="40px";
var posY="10px";
var topDX=0;
var topDY=0;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="bold 12px Tahoma";
var fontColor=["#FFFFFF","#FFFFFF"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#FFFFFF";
var menuBorderWidth=0;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["",""];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#FFFFFF","#FFFFFF"];
var itemBorderStyle=["none","none"];
var itemSpacing=0;
var itemPadding="4px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=0;
var iconTopHeight=0;
var iconWidth=0;
var iconHeight=0;
var arrowWidth=0;
var arrowHeight=0;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Separators
var separatorImage="";
var separatorWidth="0px";
var separatorHeight="0px";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="0px";
var separatorVHeight="0px";
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="100";
var transition=24;
var transOptions="";
var transDuration=250;
var transDuration2=100;
var shadowLen=0;
var shadowColor="";
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 smShowPause=200;
var smHidePause=200;
var smSmartScroll=1;
var topSmartScroll=0;
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 = [
    ["itemBackColor=#2A2e85,#2A2e85","itemBorderWidth=1","itemBorderStyle=none,none","fontStyle=bold 12px Tahoma","fontColor=#FFFFFF,#FBB433","fontDecoration=none,none"],
    ["itemBackColor=#2A2e85,#Fbb433","fontStyle=bold 11px Tahoma","fontColor=#ffffff,#2A2e85"],
];

var menuItems = [

    ["WELCOME","index.cfm", "", "", "", "", "0", "", "", ],
    ["","", "helo.files/menu-bullet.jpg", "helo.files/menu-bullet.jpg", "", "", "0", "", "", ],
    ["PROFILE","profile.cfm", "", "", "", "", "0", "", "", ],
    ["","", "helo.files/menu-bullet.jpg", "helo.files/menu-bullet.jpg", "", "", "", "", "", ],
    ["LATEST","latest.cfm", "", "", "", "", "0", "", "", ],
    ["","", "helo.files/menu-bullet.jpg", "helo.files/menu-bullet.jpg", "", "", "0", "", "", ],
    ["PRODUCTS","", "", "", "", "", "0", "", "", ],
        ["|Highchairs","highchairs.cfm", "", "", "", "", "1", "", "", ],
        ["|Baby Changers","baby-changers.cfm", "", "", "", "", "1", "", "", ],
        ["|Cots","cots.cfm", "", "", "", "", "1", "", "", ],
        ["|Children's Furniture","childrens-furniture.cfm", "", "", "", "", "1", "", "", ],
        ["|Play","play.cfm", "", "", "", "", "1", "", "", ],
        ["|Air Fragancing","air-fragancing.cfm", "", "", "", "", "1", "", "", ],
        ["|Terms of trade","shop-terms.cfm", "", "", "", "", "1", "", "", ],
        ["|HE Design","hedesign.cfm", "", "", "", "", "1", "", "", ],
    ["","", "helo.files/menu-bullet.jpg", "helo.files/menu-bullet.jpg", "", "", "0", "", "", ],
    ["ONLINE SHOP","onlineshop.cfm", "", "", "", "", "0", "", "", ],
    ["","", "helo.files/menu-bullet.jpg", "helo.files/menu-bullet.jpg", "", "", "", "", "", ],
    ["DOWNLOADS","downloads.cfm", "", "", "", "", "0", "", "", ],
    ["","", "helo.files/menu-bullet.jpg", "helo.files/menu-bullet.jpg", "", "", "0", "", "", ],
    ["LINKS","links.cfm", "", "", "", "", "0", "", "", ],
    ["","", "helo.files/menu-bullet.jpg", "helo.files/menu-bullet.jpg", "", "", "0", "", "", ],
    ["CONTACT","", "", "", "", "", "0", "", "", ],
        ["|Contact info","contact.cfm", "", "", "", "", "1", "", "", ],
        ["|Enquiry form","enquiry-form.cfm", "", "", "", "", "1", "", "", ],
        ["|Newsletter","newsletter.cfm", "", "", "", "", "1", "", "", ],
];

dm_init();