/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/

var key="173b2124e3ttg";

//--- 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="blank image filename";

//--- Dimensions
var menuWidth="650px";
var menuHeight="17px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="0px";
var posY="0px";
var topDX=0;
var topDY=0;
var DX=0;
var DY=0;

//--- Font
var fontStyle="normal 11px Trebuchet, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif";
var fontColor=["#fff","#FFFFCC"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#666633";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#666633";
var menuBorderWidth="1px";
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#666633","#660000"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#666633","#660000"];
var itemBorderStyle=["solid","solid"];
var itemSpacing="1px";
var itemPadding="2px";
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=24;
var iconTopHeight=24;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=9;
var arrowHeight=9;
var arrowImageMain=["",""];
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;

//--- 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=300;
var transDuration2=200;
var shadowLen=0;
var shadowColor="#9CBA1B";
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 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 = [
["Home","/index.html", , , , , , , , ],
["Biography","/biography.html", , , , , , , , ],
["Chronology","/chronology.html", , , , , , , , ],
["Books &amp; Audio","/books.html", , , , , , , , ],
	["|The Complete Stories","/books/complete_stories.html", , , , , , , , ],
	["|Their Eyes Were Watching God","/books/their_eyes_were_watching_god.html", , , , , , , , ],
	["|Every Tongue Got To Confess","/books/every_tongue_gotto_confess.html", , , , , , , , ],
	["|Dust Tracks on a Road","/books/dust_tracks_ona_road.html", , , , , , , , ],
	["|Mules and Men","/books/mules_and_men.html", , , , , , , , ],
	["|Mule Bone","/books/mule_bone.html", , , , , , , , ],
	["|Tell My Horse","/books/tell_my_horse.html", , , , , , , , ],
	["|Jonah's Gourd Vine","/books/jonahs_gourd_vine.html", , , , , , , , ],
	["|Moses Man of the Mountain","/books/moses_man_ofthe_mountain.html", , , , , , , , ],
	["|Seraph on the Suwanee","/books/seraph_on_the_sewanee.html", , , , , , , , ],
["Children&#39;s Books","/childrens_books.html", , , , , , , , ],
	["|What's the Hurry, Fox?","/childrens_books/whats_the_hurry_fox.html", , , , , , , , ],
	["|The Six Fools","/childrens_books/the_six_fools.html", , , , , , , , ],
	["|The Three Witches","/childrens_books/the_three_witches.html", , , , , , , , ],
	["|Lies and Other Tall Tales","/childrens_books/lies_and_other_tales.html", , , , , , , , ],
	["|The Skull Talks Back","/childrens_books/the_skull_talks_back.html", , , , , , , , ],
["Resources","/resources.html", , , , , , , , ],
	["|PS: Insights, Interviews and More","/ps.html", , , , , , , , ],
	["|Links","/links.html", , , , , , , , ],
                ];

dm_init();

