/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   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=0;
var smColumns=0;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="default";
var itemTarget="pages";
var statusString="link";
var blankImage="deluxe-menu1.files/blank.gif";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="";
var menuHeight="21px";
var smWidth="50px";
var smHeight="";

//--- Positioning
var absolutePos=1;
var posX="10px";
var posY="10px";
var topDX=0;
var topDY=1;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="normal 11px Trebuchet MS, Tahoma";
var fontColor=["#000000","#000000"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#FFFFFF";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#B9B9B9";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#FFFFFF","#BCE395"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#FFFFFF","#797979"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=-3;
var itemPadding="";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="right";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["deluxe-menu1.files/arrv_black.gif",""];
var arrowImageSub=["deluxe-menu1.files/arr_black.gif","deluxe-menu1.files/arr_white.gif"];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="3px";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3px";
var separatorVHeight="50%";
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="85";
var transition=26;
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 smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var topSmartScroll=0;
var smHideOnClick=1;
var dm_writeAll=1;

//--- 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 itemStyles = [
    ["itemWidth=92px","itemBorderWidth=0","fontStyle=normal 11px Tahoma","fontColor=#000000,#000000","itemBackImage=deluxe-menu1.files/btn_whitegreen.gif,deluxe-menu1.files/btn_white_white.gif"],
];
var menuStyles = [
    ["menuBackColor=transparent","menuBorderWidth=0","itemSpacing=1","itemPadding=0px 5px 0px 5px"],
];

var menuItems = [

    ["Home","home.htm", "", "", "", "", "0", "0", "", ],
    ["Cafè","cafe.html", "", "", "", "", "0", "", "", ],
    ["Photos","photos.html", "", "", "", "", "0", "", "", ],
    ["Scorecard","scorecard.html", "", "", "", "", "0", "", "", ],
    ["Rates","rates.html", "", "", "", "", "0", "", "", ],
    ["Memberships","memberships.html", "", "", "", "", "0", "", "", ],
    ["Weather","weather.html", "", "", "", "", "0", "", "", ],
    ["Location","http://maps.google.com/maps?q=rocky+knoll+country+club&ie=UTF8&oe=UTF-8&om=1&z=13&ll=44.776839,-68.765488&spn=0.049473,0.1157&iwloc=A", "", "", "", "", "0", "", "", ],
    ["News","news.html", "", "", "", "", "0", "", "", ],
    ["Contact Us","contact.html", "", "", "", "", "0", "", "", ],
    ["Winners/Blinds","juniors.html", "", "", "", "", "0", "", "", ],
    ["Leagues","", "", "", "", "", "0", "", "", ],
        ["|Twilight","twilight.html", "", "", "", "", "", "", "", ],
        ["|Ladies","ladies.html", "", "", "", "", "", "", "", ],
        ["|Seniors","seniors.html", "", "", "", "", "", "", "", ],
        ["|Scramble","scramble.html", "", "", "", "", "", "", "", ],
        ["|Church","church.html", "", "", "", "", "", "", "", ],
/*        ["|Winners/Blind","juniors.html", "", "", "", "", "", "", "", ], */
        ["|Couples","couples.html", "", "", "", "", "", "", "", ],
    ["Links","", "", "", "", "", "0", "", "", ],
        ["|PGA","http://www.pga.com", "", "", "", "", "", "", "", ],
        ["|LPGA","http://www.pga.com", "", "", "", "", "", "", "", ],
        ["|GHIN","http://www.ghin.com", "", "", "", "", "", "", "", ],
        ["|USGA","http://www.usga.com", "", "", "", "", "", "", "", ],
        ["|MSGA","http://www.mesga.org", "", "", "", "", "", "", "", ],
/*  ["Purchase","http://deluxe-menu.com/order-purchase.html", "", "", "", "_blank", "0", "", "", ],
    ["Contact Us","testlink.htm", "", "", "", "", "0", "", "", ],*/
];

dm_init();

