/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   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="";
var statusString="Apycom DHTML Menu";
var blankImage="menu.files/blank.gif";

//--- Dimensions
var menuWidth="785";
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="20";
var posY="120";
var topDX=0;
var topDY=0;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="12px Arial";
var fontColor=["#444444","#ffffff"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#ffffff";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#000000";
var menuBorderWidth=0;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#ffffff","#C02008"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#FFFFFF","#FFFFFF"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding="3";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=9;
var arrowHeight=9;
var arrowImageMain=["menu.files/arrv_anim_1.gif","menu.files/arrv_anim_1o.gif"];
var arrowImageSub=["menu.files/arr_double_1.gif","menu.files/arr_double_1o.gif"];

//--- Separators
var separatorImage="";
var separatorWidth="90%";
var separatorHeight="3";
var separatorAlignment="center";
var separatorVImage="";
var separatorVWidth="5";
var separatorVHeight="16";
var separatorPadding="0px";

//--- Floatable Menu
var floatable=0;
var floatIterations=5;
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=24;
var moveColor="#AAAAAA";
var moveImage="menu.files/movepic2.gif";
var moveCursor="move";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="90";
var transition=28;
var transOptions="bands=20, direction=down";
var transDuration=300;
var transDuration2=200;
var shadowLen=0;
var shadowColor="#C4C4C4";
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 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 = [

    ["About Us","", , , , , , , , ],
        ["|A Little History","about_history.html", , , , , , , , ],
        ["|Becky Chernek Bio","about_becky.html", , , , , , , , ],
        ["|David Keeney Bio","about_david_keeney.html", , , , , , , , ],
        ["|About Our Consultants","about_about.html", , , , , , , , ],
        ["|Website Membership","about_website.html", , , , , , , , ],
        ["|What Clients Are Saying","about_what.html", , , , , , , , ],
        ["|References ","about_references.html", , , , , , , , ],
    ["Workshops","", , , , , , , , ],
        ["|Calendar & Registration","workshops_calendar.html", , , , , , , , ],
        ["|Closing Tools and Mastering Menu Sales ","workshops_closing.html", , , , , , , , ],
        ["|Call Center Training","workshops_call.html", , , , , , , , ],
        ["|Hiring women in the retail industry- pro's and con's for a postive experience!","workshops_women.html", , , , , , , , ],
        ["|WEBEX Seminars","workshops_webex.html", , , , , , , , ],
        ["|Video Streaming Sessions","workshops_video.html", , , , , , , , ],
    ["In-Store Consulting","", , , , , , , , ],
        ["|In-Store-Consulting ","InStore_Instore.html", , , , , , , , ],
        ["|Red Flags Rule","InStore_redflags.html", , , , , , , , ],
        ["|Call Center Training","InStore_call.html", , , , , , , , ],
    ["Profit Builder","", , , , , , , , ],
        ["|Profit Builder","profit_profit.html", , , , , , , , ],
    ["Articles & Press","", , , , , , , , ],
        ["|Articles & Press","Articles_press.html", , , , , , , , ],
    ["Software","", , , , , , , , ],
        ["|Software ","software.html", , , , , , , , ],
    ["Products","", , , , , , , , ],
        ["|Aftermarket Products","products_aftermarket.html", , , , , , , , ],
        ["|Video Streaming Sessions","products_video.html", , , , , , , , ],
        ["|CD’s","products_cd.html", , , , , , , , ],
    ["Newsletter","", , , , , , , , ],
        ["|Sample Newsletter","newsletter.html", , , , , , , , ],
    ["Contact Us","", , , , , , , , ],
        ["|Contact Us","contact.html", , , , , , , , ],
];

dm_init();