/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var itemStylesNames=["Subitem",];
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="data.files/blank.gif";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="800px";
var menuHeight="21px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10px";
var posY="10px";
var topDX=0;
var topDY=2;
var DX=-7;
var DY=-5;

//--- Font
var fontStyle="normal 12px Tahoma";
var fontColor=["#FFFFFF","#091B2D"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#2A78C3";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#EEEEEE #AAAAAA #AAAAAA #FFFFFF";
var menuBorderWidth=0;
var menuBorderStyle="groove";

//--- Item Appearance
var itemBackColor=["#2A78C3","#DAEAF8"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["",""];
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding="3px";
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=11;
var arrowHeight=11;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Separators
var separatorImage="data.files/sep_white2.gif";
var separatorWidth="10px";
var separatorHeight="5px";
var separatorAlignment="left";
var separatorVImage="data.files/sepv_blue.gif";
var separatorVWidth="5px";
var separatorVHeight="18px";
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=5;
var transOptions="";
var transDuration=25;
var transDuration2=100;
var shadowLen=4;
var shadowColor="#000000";
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=50;
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 = [
    ["itemBackColor=#2A78C3,#FAF48F"],
];

var menuItems = [

    ["Home","index.htm", "", "", "", "_self", "", "", "", ],
    ["About Us","about.htm", "", "", "", "_self", "", "", "", ],
        ["|The Big Why","why.htm", "", "", "", "_self", "0", "", "", ],
        ["|What Makes Us Different","different.htm", "", "", "", "_self", "0", "", "", ],
        ["|Broker / Agents","broker.htm", "", "", "", "", "0", "", "", ],
        ["|Employment Opportunities","employ.htm", "", "", "", "_self", "0", "", "", ],
        ["|Testimonials","testa.htm", "", "", "", "_self", "0", "", "", ],
    ["Buying","buying.htm", "", "", "", "_self", "", "", "", ],
        ["|Show Me How","buyshowme.htm", "", "", "", "_self", "0", "", "", ],
        ["|Package Pricing","buypack.htm", "", "", "", "_self", "0", "", "", ],
        ["|A2 FAQ's","buyfaq.htm", "", "", "", "_self", "0", "", "", ],
        ["|Buyer Prequalification","buypre.htm", "", "", "", "_self", "", "", "", ],
        ["|Property Search","search.htm", "", "", "", "_self", "0", "", "", ],
        ["|How Do I Begin","how.htm", "", "", "", "_self", "0", "", "", ],
    ["Selling","selling.htm", "", "", "", "_self", "", "", "", ],
        ["|Show Me How","showme.htm", "", "", "", "_self", "0", "", "", ],
        ["|Package Pricing","sellpack.htm", "", "", "", "_self", "0", "", "", ],
        ["|A2 FAQ's","sellfaq.htm", "", "", "", "_self", "0", "", "", ],
        ["|Clearing the Path","clear.htm", "", "", "", "_self", "0", "", "", ],
        ["|How Do I Begin","sellhow.htm", "", "", "", "_self", "0", "", "", ],
    ["Advisors","advisors.htm", "", "", "", "_self", "", "", "", ],
        ["|Home Equity Funding","equity.htm", "", "", "", "_self", "0", "", "", ],
        ["|O' Kelly and Sorahan","okelly.htm", "", "", "", "_self", "0", "", "", ],
        ["|White Star Mortgage","whitestar.htm", "", "", "", "_self", "0", "", "", ],
        ["|Inspectors, Contractors and More","inspec.htm", "", "", "", "_self", "0", "", "", ],
    ["Classroom","class.htm", "", "", "", "_self", "", "", "", ],
        ["|Buying Process 101","buy101.htm", "", "", "", "_self", "0", "", "", ],
        ["|Selling Process 102","sell101.htm", "", "", "", "_self", "0", "", "", ],
        ["|Selecting a Broker 103","select.htm", "", "", "", "_self", "0", "", "", ],
    ["Do It Yourself","doit.htm", "", "", "", "_self", "", "", "", ],
        ["|Sellers Resources","sellerres.htm", "", "", "", "_self", "0", "", "", ],
        ["|Buyers Resources","buyerres.htm", "", "", "", "_self", "0", "", "", ],
    ["Contact Us","contact.htm", "", "", "", "_self", "", "", "", ],
        ["|Contact Information","contact.htm", "", "", "", "_self", "0", "", "", ],
];

dm_init();