/*
   Deluxe Menu data file
   Created by Deluxe Tuner
   http://deluxe-menu.com
*/

var key="151b911esid";

// --- Deluxe Tuner style names ---
var itemStylesNames=["Individual Style","Individual Style","Individual Style","Individual Style",];
var menuStylesNames=["Individual Style",];
// --- End of Deluxe Tuner style names ---

//--- Common
var isHorizontal=1;
var smOrientation=0;
var smViewType=0;
var smColumns=1;
var pressedItem=-2;
var itemCursor="default";
var itemTarget="_self";
var statusString="link";
var blankImage="";

//--- Dimensions
var menuWidth="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX=0;
var posY=0;
var topDX=0;
var topDY=0;
var DX=0;
var DY=0;

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBorderColor="";
var menuBorderWidth=0;
var menuBorderStyle="none";

//--- Font
var fontStyle="normal 10px Georgia";
var fontColor=["#8B4601","#000000"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Item Appearance
var itemBackColor=["#FFE293","#FCBF7E"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#6655FF","#665500"];
var itemBorderStyle=["none","none"];
var itemSpacing=0;
var itemPadding=0;
var itemAlign="left";
var subMenuAlign="";

//--- Floatable Menu
var floatable=1;
var floatIterations=6;
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=20;
var moveColor="#AA0000";
var moveImage="";
var moveCursor="default";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Icons
var iconTopWidth=24;
var iconTopHeight=24;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=9;
var arrowHeight=9;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Transitional Effects & Filters
var transparency="100";
var transition=0;
var transOptions="";
var transDuration=300;
var shadowLen=0;
var shadowColor="#C0C0C0";
var shadowTop=0;

//--- Separators
var separatorImage="deluxe-menu.html.files/separ1.gif";
var separatorWidth="100%";
var separatorHeight="3";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3";
var separatorVHeight="100%";

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="";
var cssItem=["",""];
var cssItemText=["",""];

//--- Advanced
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var pathPrefix_img="";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
var dm_writeAll=0;

//--- Keystrokes Support
var keystrokes=0;

//--- Dynamic Menu
var dynamic=0;

//--- MAC OS Additional (IE only)
var macIEoffX=10;
var macIEoffY=15;
var macIEtopDX=0;
var macIEtopDY=2;
var macIEDX=-3;
var macIEDY=0;

var itemStyles = [
    ["itemWidth=80","itemBackColor=#FFE293,#FCBF7E","itemBorderStyle=none,","fontStyle=normal 10px Georgia","fontColor=#8B4601,#525E00","fontDecoration=none,underline"],
    ["itemBackColor=#FCBF7E,#FFE293","itemBorderWidth=1","itemBorderStyle=solid,","itemBorderColor=#FFE293,","fontColor=#8B4601,#525E00","fontDecoration=none,underline"],
    ["itemWidth=55","itemBackColor=#FFE293,#FCBF7E","itemBorderStyle=none,","fontStyle=normal 10px Georgia","fontColor=#8B4601,#525E00","fontDecoration=none,underline"],
    ["itemWidth=65","itemBackColor=#FFE293,#FCBF7E","itemBorderStyle=none,","fontStyle=normal 10px Georgia","fontColor=#8B4601,#525E00","fontDecoration=none,underline"],
];
var menuStyles = [
    ["smWidth=75","menuBackColor=#FCBF7E","menuBorderWidth=1","menuBorderStyle=solid","menuBorderColor=#FFE293"],
];

var menuItems = [

    ["<br>Home","index.htm", , , , "_self", "2", "-1", ],
    ["About<br>WSBA","about.htm", , , , "_self", "2", "0", ],
        ["|Officers","officers.htm", , , , "_self", "1", "0", ],
        ["|Newsletter","newsletters.htm", , , , "_self", "1", "0", ],
        ["|Mission","mission.htm", , , , "_self", "1", "0", ],
        ["|Store","store.htm", , , , "_self", "1", "0", ],
        ["|Photo Gallery","photos.htm", , , , "_self", "1", "0", ],
		["|Apiary Advisory Committee","apiary-advisory.htm", , , , "_self", "1", "0", ],
    ["Events<br> Calendar","events.htm", , , , "_self", "3", , ],
    ["Current<br>Research","research.htm", , , , "_self", "3", , ],
        ["|Beekeeping Articles","articles.htm", , , , "_self", "1", , ],
        ["|WSBA Newsletters","newsletters.htm", , , , "_self", "1", , ],
        ["|Honey Bee Pests","honeybee_diseases.htm", , , , "_self", "1", , ],
        ["|Colony Collapse Disorder","colony_collapse.htm", , , , "_self", "1", , ],
    ["Local<br>Organizations","local.htm", , , , "_self", "0", , ],
    ["Master<br>Beekeepers","master.htm", , , , "_self", "3", , ],
        ["|General Information","master.htm", , , , "_self", "1", , ],
        ["|Public Service Points","public_service_point.htm", , , , "_self", "1", , ],
        ["|Field Tests","field_tests.htm", , , , "_self", "1", , ],
    ["<br>Resources","Links-Most popular topics.htm", , , , "_self", "3", , ],
];

dm_init();