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

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='#996600';			// Background color when mouse is not over
	var LowSubBgColor='#FFCC99';			// Background color when mouse is not over on subs
	var HighBgColor='#000000';			// Background color when mouse is over
	var HighSubBgColor='#000000';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// 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='#000000';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana,Helvetica,Arial,sans-serif"	// 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='left';			// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.25;			// vertical overlap child/ parent
	var StartTop=92;				// Menu offset x coordinate
	var StartLeft=8;				// 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=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=1000;			// 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='';				// 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=['/images/barrow.gif',12,10,'/images/clear.gif',1,1,'/images/clear.gif',1,1];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){
	if (parseInt(navigator.appVersion) > 3){
		var element = document.getElementById('loading');
		element.style.color = "#996600";
	}

	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('<image src="/images/menu/home.gif" height=30 width=50>',"/","",0,30,50);

Menu2=new Array("<img src='/images/menu/fiction.gif' height=30 width=58>","/fiction.php","",4,30,58);
	Menu2_1=new Array("Human Origins Series","/origins/index.php","",2,20,180);	
		Menu2_1_1=new Array("The Hunt for Bigfoot","/origins/hfb.php","",8,20,165);
			Menu2_1_1_1=new Array("sample chapters","/origins/hfb-excerpt.php","",0,20,165);
			Menu2_1_1_2=new Array("press reviews","/origins/reviews.php","",0,20,165);
			Menu2_1_1_3=new Array("strange origins blog","/origins/blog/","",0,20,165);
			Menu2_1_1_4=new Array("recommended reading","/origins/learn.php","",0,20,165);
			Menu2_1_1_5=new Array("featured links","/origins/links.php","",0,20,165);
			Menu2_1_1_6=new Array("ask the author","origins/ask.php","",0,20,165);
			Menu2_1_1_7=new Array("about the author","/origins/about.php","",0,20,165);
			Menu2_1_1_8=new Array("bigfoot research","/origins/mupbo.php","",0,20,165);
		Menu2_1_2=new Array("Lord of the Dead","/origins/lod.php","",6);
			Menu2_1_2_1=new Array("sample chapters","/origins/lod-excerpt.php","",0,20,165);
			Menu2_1_2_2=new Array("press reviews","/origins/lod-reviews.php","",0,20,165);
			Menu2_1_2_3=new Array("strange origins blog","/origins/blog/","",0,20,165);
			Menu2_1_2_4=new Array("recommended reading","/origins/learn.php","",0,20,165);
			Menu2_1_2_5=new Array("featured links","/origins/links.php","",0,20,165);
			Menu2_1_2_6=new Array("ask the author form","/origins/ask.php","",0,20,165);
			Menu2_1_2_7=new Array("about the author","/origins/about.php","",0,20,165);
	Menu2_2=new Array("Devil in the North Woods","/devil.php","",0);
	Menu2_3=new Array("Pilots and Normal People","/pilots.php","",0);
	Menu2_4=new Array("Once a Knight","/knight.php","",0);

Menu3=new Array("<img src='/images/menu/nonfic.gif' height=30 width=86>","/nonfic.php","",4,30,86);
	Menu3_1=new Array("Backyard Bigfoot","/bybf.php","",3,20,140);
		Menu3_1_1=new Array("Sample chapter","/bb-excerpt.php","",0,20,127);
		Menu3_1_2=new Array("Photos","/bb-photos.php","",0,20,127);
		Menu3_1_3=new Array("Table of contents","/bb-contents.php","",0,20,127);
	Menu3_2=new Array("Cessna Warbirds","javascript:window.open('http://www.cessnawarbirds.com/book/', '')","",0,20,127);
	Menu3_3=new Array("T-41 Mescalero","javascript:window.open('http://www.t-41mescalero.com/', '')","",0,20,127);
	Menu3_4=new Array("Flying for France","javascript:window.open('/flyfrance.php', '')","",0,20,127);

Menu4=new Array("<img src='/images/menu/manuals.gif' height=30 width=71>","/manuals.php","",14,30,71);
	Menu4_1=new Array("A-37 Dragonfly","/manuals.php?man=a37","",0,20,170);
	Menu4_2=new Array("Aerodynamics for Pilots","/manuals.php?man=atcp51","",0);
	Menu4_3=new Array("F-4","/manuals.php?f4c","",2);
		Menu4_3_1=new Array("F-4C flight manual","/manuals.php?man=f4c","",0,20,140);
		Menu4_3_2=new Array("F-4E flight manual","/manuals.php?man=f4e","",0);
	Menu4_4=new Array("F-16C","/manuals.php?man=f16c","",0);
	Menu4_5=new Array("F-100","/manuals.php?man=f100c","",3);
		Menu4_5_1=new Array("F-100C flight manual","/manuals.php?man=f100c","",0,20,185);
		Menu4_5_2=new Array("F-100D flight manual","/manuals.php?man=f100d","",0);
		Menu4_5_3=new Array("F-100C performance data","/manuals.php?man=f100p","",0);
	Menu4_6=new Array("F-105","/manuals.php?man=f105","",0);
	Menu4_7=new Array("LC-126","/manuals.php?man=lc126","",0);
	Menu4_8=new Array("O-2","/manuals.php?man=o2","",3);
		Menu4_8_1=new Array("flight manual","/manuals.php?man=o2","",0,20,185);
		Menu4_8_2=new Array("weapons delivery manual","/manuals.php?man=o2wd","",0);
		Menu4_8_3=new Array("air strike planning guide","/manuals.php?man=o2as","",0);
	Menu4_9=new Array("T-33A","/manuals.php?man=t33a","",0);
	Menu4_10=new Array("T-37 Tweety Bird","/manuals.php?man=t37","",5);
		Menu4_10_1=new Array("flight manual","/manuals.php?man=t37","",0,20,240);
		Menu4_10_2=new Array("primary flying manual","/manuals.php?man=t37pf","",0);
		Menu4_10_3=new Array("T-37B/C spin reports","/manuals.php?man=t37bc","",0);
		Menu4_10_4=new Array("T-37 structural repair instructions","/manuals.php?man=t37sr","",0);
		Menu4_10_5=new Array("T-37 illustrated parts breakdown","/manuals.php?man=t37ip","",0);
	Menu4_11=new Array("T-38","/manuals.php?man=t38","",0);
	Menu4_12=new Array("T-41A","/manuals.php?man=t41a","",0);
	Menu4_13=new Array("T-50 Bobcat","/manuals.php?man=t50","",0);
	Menu4_14=new Array("U-3 Blue Canoe","/manuals.php?man=u3","",0);

Menu5=new Array("<img src='/images/menu/fineart.gif' height=30 width=69>","/artwork.php","",7,30,69);
	Menu5_1=new Array("Animals","/animals.php","",0,20,130);
	Menu5_2=new Array("Aviation","/av-art.php","",0);
	Menu5_3=new Array("Book Covers","http://www.fiverainbows.com/samples/index.php","",0);
	Menu5_4=new Array("Fairies","fairy.php","",0);
	Menu5_5=new Array("Landscapes","landscape.php","",0);
	Menu5_6=new Array("Lighthouses","lh-art.php","",0);
	Menu5_7=new Array("Still Life","still.php","",0);
	
Menu6=new Array("<img src='/images/menu/aboutus.gif' height=30 width=54>","/aboutus.php","",8,30,54);
	Menu6_1=new Array("Why Slipdown Mountain?","/aboutus.php","",0,20,202);	
	Menu6_2=new Array("The SMP staff","/about2.php","",0,20,202);	
	Menu6_3=new Array("For wholesalers/libraries","/wholesale.php","",0,20,202);
	Menu6_4=new Array("Submission guidelines","/submissions.php","",0,20,202);
	Menu6_5=new Array("Shopping cart help","/cart-help.php","",0);
	Menu6_6=new Array("Security/Privacy statement","/security-privacy.php","",0);
	Menu6_7=new Array("Contact us","/contact.php","",0,20,202);
	Menu6_8=new Array("Our guarantee","/guarantee.php","",0,20,202);
	
Menu7=new Array("<img src='/images/menu/search.gif' height=30 width=59>","/search.php","",1,30,59);
	Menu7_1=new Array("advanced options","advanced.php","",0,20,130);
	
Menu8=new Array("<img src='/images/menu/services.gif' height=30 width=80>","http://www.fiverainbows.com","",8,30,80);
	Menu8_1=new Array("Coaching","http://www.fiverainbows.com/coach.php","",0,20,130);
	Menu8_2=new Array("Cover Design","http://www.fiverainbows.com/artwork.php","",0);
	Menu8_3=new Array("Editing","http://www.fiverainbows.com/edit.php","",0);
	Menu8_4=new Array("Ghostwriting","http://www.fiverainbows.com/ghost.php","",0);
	Menu8_5=new Array("Indexing","http://www.fiverainbows.com/indexing.php","",0);
	Menu8_6=new Array("News Releases","http://www.fiverainbows.com/newsrel.php","",0);
	Menu8_7=new Array("PCIP","http://www.fiverainbows.com/cip.php","",0);
	Menu8_8=new Array("Typesetting","http://www.fiverainbows.com/typeset.php","",0);
	
Menu9=new Array("<img src='/images/menu/media.gif' height=30 width=55>","/media/","",0,30,55);

Menu10=new Array("<img src='/images/menu/blog.gif' height=30 width=43>","http://publishingtrenches.wordpress.com","",0,30,43);
