/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#cccc99';			// Background color when mouse is not over - was D89966
	var LowSubBgColor='#cccc99';			// Background color when mouse is not over on subs - was D89966
	var HighBgColor='#ffffcc';			// Background color when mouse is over - was ffcc99
	var HighSubBgColor='#ffffcc';			// Background color when mouse is over on subs - was ffcc99
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#666666';			// Border color
	var BorderSubColor='#666666';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=3;				// 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=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/menu/tri.gif',5,10,'/menu/tridown.gif',10,5,'/menu/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
		
Menu1=new Array("Writing","/writing.html","/images/nav-left.jpg",3,20,115);
	Menu1_1=new Array("Books","javascript:void(0)","/images/nav-sub-large.jpg",4,19,150);
	
	Menu1_1_1=new Array("Freedom Series", "javascript:void(0)","/images/nav-sub-large.jpg",3,19,150);
		Menu1_1_1_1=new Array("A Horse Called Freedom", "/freedom.html","/images/nav-sub-large.jpg",0,19,150);
		Menu1_1_1_2=new Array("Freedom's Echo", "/freeecho.html","/images/nav-sub-large.jpg",0,19,150); 
		Menu1_1_1_3=new Array("Freedom's Whisper", "/freewhisper.html","/images/nav-sub-large.jpg",0,19,150);

	Menu1_1_2=new Array("Horse Guardian Series", "javascript:void(0)","/images/nav-sub-large.jpg",12,19,150);
		Menu1_1_2_1=new Array("Dark Fire, Guardian I", "/darkfire.html","/images/nav-sub-very-very-large.jpg",0,19,215);
		Menu1_1_2_2=new Array("Desert Song, Guardian II", "/desertsong.html","/images/nav-sub-very-very-large.jpg",0,19,160);
		Menu1_1_2_3=new Array("Condor Mountain, Guardian III", "/condormountain.html","/images/nav-sub-very-very-large.jpg",0,19,160);
		Menu1_1_2_4=new Array("Swift Current, Guardian IV", "/swiftcurrent.html","/images/nav-sub-very-very-large.jpg",0,19,160);
		Menu1_1_2_5=new Array("Gold Fever, Guardian V", "/goldfever.html","/images/nav-sub-very-very-large.jpg",0,19,160);
		Menu1_1_2_6=new Array("Frantic Flight, Guardian VI", "/franticflight.html","/images/nav-sub-very-very-large.jpg",0,19,160);
		Menu1_1_2_7=new Array("Rattlesnake Rock, Guardian VII", "/rattlesnakerock.html","/images/nav-sub-very-very-large.jpg",0,19,160);
		Menu1_1_2_8=new Array("Sobekkare's Revenge, Guardian VIII", "/sobekkaresrevenge.html","/images/nav-sub-very-very-large.jpg",0,19,160);
		Menu1_1_2_9=new Array("Mystic Tide, Guardian IX", "/mystictide.html","/images/nav-sub-very-very-large.jpg",0,19,160);
		Menu1_1_2_10=new Array("Silver Dream, Guardian X", "/silverdream.html","/images/nav-sub-very-very-large.jpg",0,19,160);
		Menu1_1_2_11=new Array("Fighting Chance, Guardian XI", "/fightingchance.html","/images/nav-sub-very-very-large.jpg",0,19,160);
		Menu1_1_2_12=new Array("Wolf Chasm, Guardian XII", "/wolfchasm.html","/images/nav-sub-very-very-large.jpg",0,19,160);

	Menu1_1_3=new Array("Whinnies on the Wind", "javascript:void(0)","/images/nav-sub-large.jpg",2,19,150);
		Menu1_1_3_1=new Array("Winter of the Crystal Dances", "/winter-crystal-dances.html","/images/nav-sub-very-very-large.jpg",0,19,215);
		Menu1_1_3_2=new Array("Spring of the Poacher's Moon", "/spring-of-the-poachers-moon.html","/images/nav-sub-very-very-large.jpg",0,19,160);

	Menu1_1_4=new Array("Single Titles", "javascript:void(0)","/images/nav-sub-large.jpg",2,19,150);
		Menu1_1_4_1=new Array("Hunted", "/hunted.html","/images/nav-sub-large.jpg",0,19,150);
		Menu1_1_4_2=new Array("Abandoned", "/abandoned.html","/images/nav-sub-large.jpg",0,19,150);

Menu1_2=new Array("Reviews & Comments", "/reviews.html","/images/nav-sub-large.jpg",0,19,150);	
Menu1_3=new Array("Buy a Signed Book","/buyabook.html","/images/nav-sub-large.jpg",0,19,150); 

Menu2=new Array("Blog","/blog/","/images/nav-mid.jpg",0,19,115);

//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);

Menu3=new Array("What's New","/whatsnew.html","/images/nav-mid.jpg",0);

Menu4=new Array("About the Author","/about.html","/images/nav-mid.jpg",0);

Menu5=new Array("For Readers","/readers.html","/images/nav-mid.jpg",8);
Menu5_1=new Array("My Scrapbook","/scrapbook.html","/images/nav-sub-large.jpg",0,19,150);
Menu5_2=new Array("Name That Horse Contest","/contest.html","/images/nav-sub-large.jpg",0,19,150);
Menu5_3=new Array("Angelica Moments","/amoments.html","/images/nav-sub-large.jpg",0,19,150);
Menu5_4=new Array("Submit a Review","/kreviews.html","/images/nav-sub-large.jpg",0,19,150);
//Menu5_5=new Array("Trivia Contest","/triviaotm.html","/images/nav-sub-large.jpg",0,19,150);
Menu5_5=new Array("Question of the Month","/questionotm.html","/images/nav-sub-large.jpg",0,19,150);
Menu5_6=new Array("Buy a Signed Book","/buyabook.html","/images/nav-sub-large.jpg",0,19,150);
Menu5_7=new Array("Our Stories","/ourstories.html","/images/nav-sub-large.jpg",0,19,150);
Menu5_8=new Array("Tell A Friend","javascript: tellAFriend(\""+window.location+"\");","/images/nav-sub-large.jpg",0,19,150);
	
Menu6=new Array("Contacts","/contactus.html","/images/nav-right.jpg",0);




	function tellAFriend(href){
			href = href.replace('http://dev.angeladorsey.com','');
			href = href.replace('http://www.angeladorsey.com','');
			href = href.replace('http://angeladorsey.com','');
			newwindow=window.open("/tellafriend.html"+href,'name','height=560,width=800');
			if (window.focus) {newwindow.focus()}
			return false;
	}
