/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/

var key="169b1872esid";

// -- 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="link";
var blankImage="data.files/blank.gif";

//--- Dimensions
var menuWidth="600px";
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=1;
var posX="205";
var posY="200";
var topDX=0;
var topDY=1;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="normal 13px Trebuchet MS, Tahoma";
var fontColor=["#000000","#FFFFFF"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#5A70A3";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#3D4867";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#E3CD4F","#3D4867"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#FCEEB0","#4C99AB"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=3;
var itemPadding="2px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=8;
var arrowHeight=16;
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=24;
var transOptions="";
var transDuration=350;
var transDuration2=200;
var shadowLen=3;
var shadowColor="#B1B1B1";
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=0;
var dm_focus=1;
var dm_actKey=113;


var menuItems = [

    ["Welcome","welcome.htm", , , , , , , , ],
        ["|About the Barnwell","About.htm", , , , , , , , ],
        
        ["|Friends of the Barnwell","", , , , , , , , ],
            ["||Membership & Benefits","friends_of_the_barnwell.htm", , , , , , , , ],
            ["||Board Members","Barnwell board members.htm", , , , , , , , ],
    ["Planning Your Visit","planning your visit.htm", , , , , , , , ],
        ["|Visitor Information","", , , , , , , , ],
            ["||Address, hours, directions","visitor_information.htm", , , , , , , , ],
            ["||RiverCities Area Links","", , , , , , , , ],
                ["|||City of Shreveport","http://www.ci.shreveport.la.us/ ", , , , , , , , ],
                ["|||City of Bossier City","http://www.bossiercity.org/", , , , , , , , ],
                ["|||Shreveport-Bossier Convention & Tourist Bureau ","http://shreveport-Bossier.org", , , , , , , , ],
            
        ["|Private Event Services","private_event_services.htm", , , , , , , , ],
        ["|the Store at the Barnwell","the store at the Barnwell Center.htm", , , , , , , , ],
        ["|Education","education.htm", , , , , , , , ],
            ["||Workshops","workshops.htm", , , , , , , , ],
              
    ["Art at the Barnwell","Art at the Barnwell.htm", , , , , , , , ],
        ["|On Exhibit ","On Exhibit at the Barnwell.htm", , , , , , , , ],
        ["|Art Organizations and Links","art_organizations_and_links.htm", , , , , , , , ],
    ["Gardening at the Barnwell","gardening_at_the_barnwell.htm", , , , , , , , ],
        ["|Conservatory","conservatory.htm", , , , , , , , ],
        ["|Horticulture Seminars","Horticulture Series.htm", , , , , , , , ],
        ["|Gardening Organizations and Links","gardening_organizations_and_link.htm", , , , , , , , ],
        ["|Gardening Tips & Articles","", , , , , , , , ],
            ["||Month-by-Month Tips","Month by Month Gardening Tips.htm", , , , , , , , ],
            ["||Monthly Gardening Article","Gardening Articles.htm", , , , , , , , ],
    ["Calendar ","calendar_of_events.htm", , , , , , , , ],
        ["|Upcoming Events","Upcoming Events at the Barnwell.htm", , , , , , , , ],
    ["Contact Us","mailto:fpowellbarnwellctr@centurytel.net", , , , , , , , ],
];

dm_init();