	var NoOffFirstLineMenus=6;		// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						// For transparency make colors and border color ""
	var LowBgColor="#F9F2ED";		// Background color when mouse is not over
	var HighBgColor="#1B8993";		// Background color when mouse is over
	var FontLowColor="#242A40";		// Font color when mouse is not over
	var FontHighColor="#FFFFFF";		// Font color when mouse is over
	var BorderColor="#086B73";		// Border color
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial,Tahoma"		// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;			// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="leftjustify";		// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=10;			// Menu offset y coordinate
	var VerCorrect=0;			// Multiple frames y correction
	var HorCorrect=0;			// Multiple frames x correction
	var LeftPaddng=5;			// Left padding
	var TopPaddng=3;			// Top padding
	var FirstLineHorizontal=1;		// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;		// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;		// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";			// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;			// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";			// BaseHref lets you specify the root directory for relative links. 
	       					// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"
 	var MinimumSize=110;			//This variable controls the minimum size of the first line elements
	var Arrws=[BaseHref+"",5,10,BaseHref+"",10,5,BaseHref+"",5,10,BaseHref+"",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var PartOfWindow=1;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";

	var MenuShadow="";

	var MenuOpacity="";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg"

Menu1=new Array("Home","http://www.jayneannkrentz.com","",1,23,30,"#086B73","#1B8993","#FFFFFF","","","",10,1,-1,"","");
	Menu1_1=new Array("Back to Main Page","http://www.jayneannkrentz.com","",0,20,120,"","","","","","",-1,-1,-1,"","Back to Main Page");
Menu2=new Array("Signings & News","","",5,23,130,"#086B73","#1B8993","#FFFFFF","","","",10,1,-1,"","");
	Menu2_1=new Array("Signing Schedule","/tour.html","",0,20,145,"","","","","","",-1,-1,-1,"left","Signing Schedule");
	Menu2_2=new Array("News","/news.html","",0,20,150,"","","","","","",-1,-1,-1,"left","News");
	Menu2_3=new Array("Interviews","/news.html#inter","",0,20,145,"","","","","","",-1,-1,-1,"left","Interviews");
	Menu2_4=new Array("Public Appearances","/news.html#public","",0,20,145,"","","","","","",-1,-1,-1,"left","Public Appearances");
	Menu2_5=new Array("Chats","/news.html#chats","",0,20,145,"","","","","","",-1,-1,-1,"left","Chats");
Menu3=new Array("Book Lists","","",13,23,70,"#086B73","#1B8993","#FFFFFF","","","",10,1,-1,"","");
	Menu3_1=new Array("New Releases","current.html","",0,20,130,"","","","","","",-1,-1,-1,"left","New Releases");
	Menu3_2=new Array("Upcoming Releases","/upcoming.html","",0,20,130,"","","","","","",-1,-1,-1,"left","Upcoming Releases");
	Menu3_3=new Array("Complete Book List","/books.html","",0,20,130,"","","","","","",-1,-1,-1,"left","Complete Book List");
	Menu3_4=new Array("Chronological List","/chronolog.html","",0,20,130,"","","","","","",-1,-1,-1,"left","All About Metsy");
	Menu3_5=new Array("Download Lists","/krentzbks.zip","",0,20,130,"","","","","","",-1,-1,-1,"left","Chronological Book List");
	Menu3_6=new Array("Linked Book Lists","/linkedbooks.html","",0,20,130,"","","","","","",-1,-1,-1,"left","Linked Book Lists");
	Menu3_7=new Array("as Jayne Ann Krentz","/krentz.html","",0,20,130,"","","","","","",-1,-1,-1,"left","Written as Jayne Ann Krentz");
	Menu3_8=new Array("as Amanda Quick","/quick.html","",0,20,130,"","","","","","",-1,-1,-1,"left","Written as Amanda Quick");
	Menu3_9=new Array("as Jayne Castle","/castle.html","",0,20,130,"","","","","","",-1,-1,-1,"left","Written as Jayne Castle");
	Menu3_10=new Array("as Stephanie James","/james.html","",0,20,130,"","","","","","",-1,-1,-1,"left","Written as Stephanie James");
	Menu3_11=new Array("as Jayne Bentley","/bentley.html","",0,20,130,"","","","","","",-1,-1,-1,"left","Written as Jayne Bentley");
	Menu3_12=new Array("as Jayne Taylor","/singles.html#taylor","",0,20,130,"","","","","","",-1,-1,-1,"left","Written as Jayne Taylor");
	Menu3_13=new Array("as Amanda Glass","/singles.html#glass","",0,20,130,"","","","","","",-1,-1,-1,"left","Written as Amanda Glass");
Menu4=new Array("Talk Back","","",4,23,70,"#086B73","#1B8993","#FFFFFF","","","",10,1,-1,"","");
	Menu4_1=new Array("Bulletin Board","/cgibin/dcforum/dcboard.cgi","",0,20,150,"","","","","","",-1,-1,-1,"left","Bulletin Board");
	Menu4_2=new Array("Post your Favorite Quote","/quotes/","",0,20,150,"","","","","","",-1,-1,-1,"left","Submit your Favorite Quote");
	Menu4_3=new Array("Chat Room","/chat.html","",0,20,150,"","","","","","",-1,-1,-1,"left","Chat Room");
	Menu4_4=new Array("Guestbook","/guestbook.html","",0,20,150,"","","","","","",-1,-1,-1,"left","Jayne's Guestbook");
Menu5=new Array("Tour Diaries","","",10,23,75,"#086B73","#1B8993","#FFFFFF","","","",10,1,-1,"","");
	Menu5_1=new Array("Tour Report Index","/tour","",0,20,215,"","","","","","",-1,-1,-1,"left","Tour Reports");
	Menu5_2=new Array("Bellingham, WA 2004","/tour/2004/bellingham.html","",0,20,215,"","","","","","",-1,-1,-1,"left","Bellingham, WA");
	Menu5_3=new Array("Lake Forst Park, WA 2004","/tour/2004/lakeforestpark.html","",0,20,215,"","","","","","",-1,-1,-1,"left","Lake Forst Park, WA");
	Menu5_4=new Array("Phoenix, AZ 2004","/tour/2004/phoenix.html","",0,20,215,"","","","","","",-1,-1,-1,"left","Phoenix, AZ");
	Menu5_5=new Array("Hurst, TX 2004","/tour/2004/hurst.html","",0,20,215,"","","","","","",-1,-1,-1,"left","Hurst, TX");
	Menu5_6=new Array("Houston, TX 2004","/tour/2004/houston.html","",0,20,215,"","","","","","",-1,-1,-1,"left","Houston, TX");
	Menu5_7=new Array("Birmingham, AL 2004","/tour/2004/birmingham.html","",0,20,215,"","","","","","",-1,-1,-1,"left","Birmingham, AL");
	Menu5_8=new Array("Lexington, KY 2004","/tour/2004/lexington.html","",0,20,215,"","","","","","",-1,-1,-1,"left","Lexington, KY");
	Menu5_9=new Array("Vero Beach, FL 2004","/tour/2004/verobeach.html","",0,20,215,"","","","","","",-1,-1,-1,"left","Vero Beach, FL");
	Menu5_10=new Array("More...", "/tour","",0,20,215,"","","","","","",-1,-1,-1,"left","More Tour Reports...");
Menu6=new Array("Resources","","",5,23,60,"#086B73","#1B8993","#FFFFFF","","","",10,1,-1,"","");
	Menu6_1=new Array("Site Map","/sitemap.html","",0,20,180,"","","","","","",-1,-1,-1,"left","Site Map");
	Menu6_2=new Array("This Month's Contest","/drawing.html","",0,20,180,"","","","","","",-1,-1,-1,"left","Enter This Month's Contest!");
	Menu6_3=new Array("Join the JAK mailing list","/newsletter.html","",0,20,180,"","","","","","",-1,-1,-1,"left","sign up For Jayne's Newsletter");
	Menu6_4=new Array("Frequently Asked Questions","/faq.html","",0,20,180,"","","","","","",-1,-1,-1,"left","Frequently Asked Questions");
	Menu6_5=new Array("Search the Site","/search.html","",0,20,180,"","","","","","",-1,-1,-1,"left","Search this Web Site");
