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

var key="163b1570e3utg";
var key1="159b1345e3utg";
var key2="163b1582e3utg";
var key3="159b1296e3utg";
var key4="165b1649e3utg";
var key5="169b1867e3utg";

// -- Deluxe Tuner Style Names
var itemStylesNames=[];
var menuStylesNames=[];
// -- End of Deluxe Tuner Style Names

//--- Common
var isHorizontal=0;
var smColumns=1;
var smOrientation=0;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="default";
var itemTarget="_blank";
var statusString="link";
var blankImage="images/blank.gif";
var pathPrefix_img="menu/images/";
var pathPrefix_link="global_prefix";

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

//--- Positioning
var absolutePos=0;
var posX="0px";
var posY="0px";
var topDX=0;
var topDY=3;
var DX=-5;
var DY=0;
var subMenuAlign="left";
var subMenuVAlign="top";

//--- Font
var fontStyle=["normal 11px Verdana","normal 11px Verdana"];
var fontColor=["#083194","#FFFFFF"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#DC9489";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#669966";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#fff","#669966"];
var itemBackImage=["",""];
var beforeItemImage=["",""];
var afterItemImage=["",""];
var beforeItemImageW="";
var afterItemImageW="";
var beforeItemImageH="";
var afterItemImageH="";
var itemBorderWidth=0;
var itemBorderColor=["#E4E1DE","#FFFFFF"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding="5px 12px 5px 12px";
var itemAlignTop="left";
var itemAlign="left";

//--- Icons
var iconTopWidth=24;
var iconTopHeight=24;
var iconWidth=30;
var iconHeight=15;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["",""];
var arrowWidthSub=0;
var arrowHeightSub=0;
var arrowImageSub=["",""];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="3px";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3px";
var separatorVHeight="100%";
var separatorPadding="0px";

//--- Floatable Menu
var floatable=0;
var floatIterations=6;
var floatableX=1;
var floatableY=1;
var floatableDX=15;
var floatableDY=15;

//--- 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="";

//--- Transitional Effects & Filters
var transparency="100";
var transition=24;
var transOptions="";
var transDuration=400;
var transDuration2=50;
var shadowLen=4;
var shadowColor="#BBBBBB";
var shadowTop=1;

//--- 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=0;
var useIFRAME=0;
var dmSearch=0;

//--- AJAX-like Technology
var dmAJAX=0;
var dmAJAXCount=0;
var ajaxReload=0;

//--- Dynamic Menu
var dynamic=0;

//--- Keystrokes Support
var keystrokes=1;
var dm_focus=1;
var dm_actKey=113;

//--- Sound
var onOverSnd="";
var onClickSnd="";
var popupMode=1;

var itemStyles = [
];
var menuStyles = [
];

var menuItems = [
    ["home","http://lords-day.org", , , , , , , , ],
    ["overview - lord's day","http://lords-day.org/overviews/lords_day.html", , , , , , , , ],
    ["overview - day of the lord","http://lords-day.org/overviews/day_of_lord.html", , , , , , , , ],
    ["new things","http://housechurch.org/new_things.html", , , , , , , , ],
    ["forum","http://housechurch.org/cgi-bin/bbcgi_hc/ultimatebb.cgi/category/7", , , , , , , , ],
    ["resources - lord's day","http://lords-day.org/resources_ld/index.html", , , , , , , , ],
       ["|articles","http://lords-day.org/resources_ld/ld_articles.html", , , , , , , , ],
       ["|bibliography","http://lords-day.org/resources_ld/ld_bibliography.html", , , , , , , , ],
       ["|books","http://lords-day.org/resources_ld/ld_books.html", , , , , , , , ],
       ["|links","http://lords-day.org/resources_ld/ld_links.html", , , , , , , , ],
    ["resources - day of the Lord","http://lords-day.org/resources_dl/index.html", , , , , , , , ],
       ["|articles","http://lords-day.org/resources_dl/dl_articles.html", , , , , , , , ],
       ["|bibliography","http://lords-day.org/resources_dl/dl_bibliography.html", , , , , , , , ],
       ["|books","http://lords-day.org/resources_dl/dl_books.html", , , , , , , , ],
       ["|links","http://lords-day.org/resources_dl/dl_links.html", , , , , , , , ],   
   
];

dm_init();