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


// -- Deluxe Tuner Style Names
var itemStylesNames=["Top Item",];
var menuStylesNames=["Top Menu",];
// -- 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="";
var itemTarget="_self";
var statusString="link";
var blankImage="data3.files/blank.gif";

//--- Dimensions
var menuWidth="600px";
var menuHeight="20px";
var smWidth="";
var smHeight="";

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

//--- Font
var fontStyle="bold 13px Arial Narrow";
var fontColor=["#000000","#FFFFFF"];
var fontDecoration=["",""];
var fontColorDisabled="#000000";

//--- Appearance
var menuBackColor="#FFFFFF";
var menuBackImage="";
var menuBackRepeat="";
var menuBorderColor="#FFFFFF";
var menuBorderWidth=0;
var menuBorderStyle="";

//--- Item Appearance
var itemBackColor=["#FFFFFF","#000000"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#000000","#4C99AB"];
var itemBorderStyle=["",""];
var itemSpacing="";
var itemPadding="6px";
var itemAlignTop="";
var itemAlign="";
var subMenuAlign="";

//--- Icons
var iconTopWidth=100;
var iconTopHeight=18;
var iconWidth=25;
var iconHeight=15;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["",""];
var arrowImageSub=["data3.files/arr_black_2.gif","data3.files/arr_white_2.gif"];

//--- Separators
var separatorImage="data3.files/sep_grey.gif";
var separatorWidth="100%";
var separatorHeight="3";
var separatorAlignment="";
var separatorVImage="";
var separatorVWidth="10";
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="";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="100";
var transition=33;
var transOptions="";
var transDuration=350;
var transDuration2=200;
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 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=1;
var dm_focus=1;
var dm_actKey=113;

var itemStyles = [
    ["itemBackColor=#F2F3F2,#1665CB"],
];
var menuStyles = [
    ["itemWidth=50px"],
];

var menuItems = [

    ["New RVs","", , , , , , , , ],
        ["|Travel Trailers","newtt.html", , , , "_self", , , , ],
        ["|Fifth Wheels","new5th.html", , , , "_self", , , , ],
        ["|Folding Trailers","newfolding.html", , , , "_self", , , , ],
        ["|Toy Haulers","toyhaulers.html", , , , "_self", , , , ],
    ["Pre-Owned RVs","", , , , , , , , ],
        ["|Class A","uclassa.html", , , , , , , , ],
        ["|Class B Plus","uclassb.html", , , , , , , , ],
        ["|Class C","uclassc.html", , , , , , , , ],
        ["|Fifth Wheels","ufifthwheels.html", , , , , , , , ],
        ["|Travel Trailers","utraveltrailers.html", , , , , , , , ],
        ["|Folding Trailers","ufoldingcampers.html", , , , , , , , ],
    ["Parts","../parts.html", , , , "_self", , , , ],
    ["Service","../service.html", , , , "_self", , , , ],
    ["Contact Us","", , , , , , , , ],
        ["|E-Mail Us","../contact.html", , , , "_self", , , , ],
        ["|Hours & Directions","../contact2.html", , , , "_self", , , , ],
    ["About Us","", , , , , , , , ],
        ["|Brands We Sell","../brands.html", , , , "_self", , , , ],
        ["|Bradford RV","../about.html", , , , "_self", , , , ],
        ["|Our Customers","../customers.html", , , , "_self", , , , ],
    ["Extras","", , , , , , , , ],
        ["|Loan Calculator","../loancalc.html", , , , "_self", , , , ],
        ["|RVing Tips","../tips.html", , , , "_self", , , , ],
        ["|Campgrounds & More","../resources.html", , , , "_self", , , , ],
];

dm_init();
