/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/

var key="163b1547eidid";

// -- Deluxe Tuner Style Names
var itemStylesNames=["TopNav",];
var menuStylesNames=["SubNav",];
// -- 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="";

//--- Dimensions
var menuWidth="100%";
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10";
var posY="10";
var topDX=0;
var topDY=0;
var DX=0;
var DY=0;

//--- Font
var fontStyle="bold 11px Verdana";
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=["#35414E","#222222"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#000000",""];
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding="3px";
var itemAlignTop="center";
var itemAlign="center";
var subMenuAlign="center";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=4;
var arrowHeight=4;
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="#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=0;
var transOptions="";
var transDuration=50;
var transDuration2=50;
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=0;
var showByClick=0;
var noWrap=1;
var pathPrefix_img="";
var pathPrefix_link="";
var smShowPause=70;
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 itemStyles = [
    ["itemWidth=32","fontDecoration=underline,none"],
];
var menuStyles = [
    ["menuBorderWidth=0","itemSpacing=0","itemPadding=2"],
];

var menuItems = [

    ["&nbsp;&nbsp; HOME &nbsp; &nbsp","http://www.webdesigngt.com/index.htm", , , , , "-1", , , ],
    ["WEB DESIGN","http://www.webdesigngt.com/design.htm", , , , , "-1", "-1", , ],
        ["|- Website Design","http://www.webdesigngt.com/design.htm", , , , , "-1", "-1", , ],
        ["|&nbsp;&nbsp;&nbsp; - Web Maintenance&nbsp;&nbsp;&nbsp;","http://www.webdesigngt.com/website_maintenance.htm", , , , , "-1", "-1", , ],
        ["|- Request a Quote","http://www.webdesigngt.com/quote/", , , , , "-1", "-1", , ],
        ["|- F.A.Q.","http://www.webdesigngt.com/FAQ.htm", , , , , "-1", "-1", , ],
    ["WEB HOSTING","http://www.webdesigngt.com/hosting.htm", , , , , "-1", "-1", , ],
        ["|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Website Hosting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","http://www.webdesigngt.com/hosting.htm", , , , , , , , ],
        ["|- Request a Quote","http://www.webdesigngt.com/hosting_quote.htm", , , , , , "-1", , ],
    ["PORTFOLIO","http://www.webdesigngt.com/portfolio.htm", , , , , "-1", "-1", , ],
    ["CONTACT US","http://www.webdesigngt.com/contact.htm", , , , , "-1", "-1", , ],
        ["|&nbsp; &nbsp;- General Inquiries&nbsp;&nbsp;","http://www.webdesigngt.com/contact_form.htm", , , , , , "-1", , ],
        ["|- Request a Quote","http://www.webdesigngt.com/quote/", , , , , , "-1", , ],
];

dm_init();