/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/


// -- 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=0;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="default";
var itemTarget="_self";
var statusString="tip";
var blankImage="top_bar.files/blank.gif";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="700px";
var menuHeight="25px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="15%";
var posY="0px";
var topDX=0;
var topDY=0;
var DX=0;
var DY=0;

//--- Font
var fontStyle="normal 14px FormalScrp421 BT";
var fontColor=["#FFFF00","#FF8000"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#000000";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#FF0000";
var menuBorderWidth=0;
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["#000000","#1E1E1E"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#FFB18C","#FF8000"];
var itemBorderStyle=["ridge","solid"];
var itemSpacing=0;
var itemPadding="3px";
var itemAlignTop="center";
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="top_bar.files/xptaskbar.gif";
var separatorWidth="20%";
var separatorHeight="50px";
var separatorAlignment="right";
var separatorVImage="top_bar.files/xptaskbar.gif";
var separatorVWidth="30px";
var separatorVHeight="10px";
var separatorPadding="5px";

//--- Floatable Menu
var floatable=1;
var floatIterations=5;
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0;
var moveWidth=7;
var moveHeight=7;
var moveColor="#AAAAAA";
var moveImage="";
var moveCursor="move";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="95";
var transition=28;
var transOptions="";
var transDuration=300;
var transDuration2=100;
var shadowLen=15;
var shadowColor="#FFA851";
var shadowTop=1;

//--- 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=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=0;
var dm_focus=1;
var dm_actKey=113;


var menuItems = [

    ["Home  ","../", "", "", "Refresh Page", "_self", "", "", "", ],
    ["Contact Us","http://theskylantern.com/shop/reach_us.php", "", "", "Contact Us page", "_self", "", "", "", ],
    ["Products","", "", "", "Click on products below", "_self", "", "", "", ],
        ["|&nbsp; --> Sky Lantern","../info/Sky_Lantern.html", "", "", "Sky Lantern Page", "_self", "", "", "", ],
        ["|&nbsp; &nbsp; --> Water Lanterns","../info/Water_Lanterns.html", "", "", "Water Lanterns Page", "_self", "", "", "", ],
        ["|&nbsp; &nbsp; &nbsp; --> The Jolt Bug Zapper","../info/The_Jolt_Bug_Zapper.html", "", "", "The Jolt", "_self", "", "", "", ],
    ["Pricing","", "", "", "Pricing Pages", "_self", "", "", "", ],
        ["|--> Sky Lantern Pricing","http://theskylantern.com/shop/index.php", "", "", "Pricing Page", "_self", "", "", "", ],
        ["|&nbsp; --> Water Lantern Pricing","http://theskylantern.com/shop/index.php", "", "", "Pricing Page", "_self", "", "", "", ],
        ["|&nbsp; &nbsp;  --> Bug Zapper Racket Pricing","http://theskylantern.com/shop/-c-27.html", "", "", "Pricing Page", "_self", "", "", "", ],
];

dm_init();