/***********************************************************************************
*	(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=12;			// Number of first level items
	var LowBgColor='#FFE7BA';			// Background color when mouse is not over
	var LowSubBgColor='FFE7BA';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=15;				// Font size menu items
	var FontBold=0;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=125;				// Menu offset x coordinate
	var StartLeft=1;				// 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=0;			// 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=['tri.gif',5,10,'tridown.gif',10,5,'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("Home","http://www.travelswithtrouble.com","",0,30,200);

Menu2=new Array("Projects","","",10);
	Menu2_1=new Array("Backyard Deck","","",1,30,225);	
		Menu2_1_1=new Array("Photos","http://www.travelswithtrouble.com/projects/Deck/index.html","",0,30,100);
		
	Menu2_2=new Array("Backyard Shed","","",1);
		Menu2_2_1=new Array("Photos","http://www.travelswithtrouble.com/projects/Shed/index.html","",0,30,100);

	Menu2_3=new Array("Backyard Landscaping","","",3);
		Menu2_3_1=new Array("2004","http://www.travelswithtrouble.com/projects/landscaping2004/index.html","",0,30,100);
		Menu2_3_2=new Array("2005-1","http://www.travelswithtrouble.com/projects/landscape2005-1/index.html","",0,30,100);
		Menu2_3_3=new Array("2005-2","http://www.travelswithtrouble.com/projects/landscape2005-2/index.html","",0,30,100);

	Menu2_4=new Array("Entertainment Center","","",1);
		Menu2_4_1=new Array("Photos","http://www.travelswithtrouble.com/projects/EntertainmentUnit/index.html","",0,30,100);

	Menu2_5=new Array("Mothers Deck","","",1);
		Menu2_5_1=new Array("Photos","http://www.travelswithtrouble.com/mothersdeck/index.html","",0,30,100);

	Menu2_6=new Array("Pond","","",1);
		Menu2_6_1=new Array("Photos","http://www.travelswithtrouble.com/projects/Pond/index.html","",0,30,100);

	Menu2_7=new Array("Hanging Bed","","",1);
		Menu2_7_1=new Array("Photos","http://www.travelswithtrouble.com/projects/Bedroom/index.html","",0,30,100);

	Menu2_8=new Array("Plants","","",2);
		Menu2_8_1=new Array("Identification","http://www.travelswithtrouble.com/projects/garden.htm","",0,30,125);
		Menu2_8_2=new Array("Photos","","",13,30,100);
			Menu2_8_2_1=new Array("8/20/04","http://www.travelswithtrouble.com/projects/Plants082104/index.html","",0,30,100);
			Menu2_8_2_2=new Array("8/28/04","http://www.travelswithtrouble.com/projects/Plants082804/index.html","",0);
			Menu2_8_2_3=new Array("9/04/04","http://www.travelswithtrouble.com/projects/Plants090404/index.html","",0);
			Menu2_8_2_4=new Array("9/05/04","http://www.travelswithtrouble.com/projects/Plants090504/index.html","",0);
			Menu2_8_2_5=new Array("9/12/04","http://www.travelswithtrouble.com/projects/Plants091204/index.html","",0);
			Menu2_8_2_6=new Array("9/18/04","http://www.travelswithtrouble.com/projects/Plants091804/index.html","",0);
			Menu2_8_2_7=new Array("10/04/04","http://www.travelswithtrouble.com/projects/Plants100404/index.html","",0);
			Menu2_8_2_8=new Array("12/24/04","http://www.travelswithtrouble.com/projects/Plants122404/index.html","",0);
			Menu2_8_2_9=new Array("2/12/05","http://www.travelswithtrouble.com/projects/Plants021205/index.html","",0);
			Menu2_8_2_10=new Array("2/27/05","http://www.travelswithtrouble.com/projects/Plants022705/index.html","",0);
			Menu2_8_2_11=new Array("3/6/05","http://www.travelswithtrouble.com/projects/Plants030605/index.html","",0);
			Menu2_8_2_12=new Array("3/13/05","http://www.travelswithtrouble.com/projects/Plants031305/index.html","",0);
			Menu2_8_2_13=new Array("5/14/05","http://www.travelswithtrouble.com/projects/plants051405/index.html","",0);
	Menu2_9=new Array("Garage Bins","http://travelswithtrouble.com/projects/garagebins082705/index.html","");
	Menu2_10=new Array("Bedroom Projector","http://www.travelswithtrouble.com/projects/bedroomtheater.htm","");

Menu3=new Array("Coach","","",2);
	Menu3_1=new Array("Coach Journal","http://www.travelswithtrouble.com/projects/coachjournal.htm","",0,30,150);
	Menu3_2=new Array("Coach Photos","http://www.travelswithtrouble.com/projects/coachphotos.htm","",10);
		Menu3_2_1=new Array("8/3/04","http://www.travelswithtrouble.com/projects/Coach080304/index.html","",0,30,100);
		Menu3_2_2=new Array("8/6/04","http://www.travelswithtrouble.com/projects/Coach080604/index.html","",0);
		Menu3_2_3=new Array("8/12/04","http://www.travelswithtrouble.com/projects/Coach081204/index.html","",0);
		Menu3_2_4=new Array("8/20/04","http://www.travelswithtrouble.com/projects/Coach082004/index.html","",0);
		Menu3_2_5=new Array("8/28/04","http://www.travelswithtrouble.com/projects/Coach082804/index.html","",0);
		Menu3_2_6=new Array("9/4/04","http://www.travelswithtrouble.com/projects/Coach090404/index.html","",0);
		Menu3_2_7=new Array("9/29/04","http://www.travelswithtrouble.com/projects/CoachWheels/index.html","",0);
		Menu3_2_8=new Array("11/28/04","http://www.travelswithtrouble.com/projects/Coach112804/index.html","",0);
		Menu3_2_9=new Array("1/22/05","http://www.travelswithtrouble.com/projects/Coach012205/index.html","",0);
		Menu3_2_10=new Array("2/6/05","http://www.travelswithtrouble.com/projects/Coach020605/index.html","",0);

Menu4=new Array("Wedding","http://www.travelswithtrouble.com/wedding/index.htm","",4);
	Menu4_1=new Array("Engagement Photos","http://www.travelswithtrouble.com/EngagementPhotos/index.html","",0,30,200);
	Menu4_2=new Array("Wedding Photos","","",2);
		Menu4_2_1=new Array("KCL Photography","http://www.kclphotography.com/weddings/maryandtrevor/index.htm","",0,30,200);
		Menu4_2_2=new Array("Candid Photos","","",4);
			Menu4_2_2_1=new Array("Carola","http://www.travelswithtrouble.com/wedding/Weddingday/index.html","",0,30,100);
			Menu4_2_2_2=new Array("Baumerts","http://www.travelswithtrouble.com/wedding/baumertphotos/index.html","",0);
			Menu4_2_2_3=new Array("Dana","http://www.travelswithtrouble.com/wedding/danaweddingphotos/index.html","",0);
			Menu4_2_2_4=new Array("Michelle","http://share.shutterfly.com/osi.jsp?i=EeAt2rlm2Zs2S9","",0);
	Menu4_3=new Array("Rehearsal Dinner","http://www.travelswithtrouble.com/wedding/rehersal/index.html","",0);
	Menu4_4=new Array("Honeymoon","","",10);
		Menu4_4_1=new Array("Hilton Cancun","http://www.travelswithtrouble.com/wedding/hiltoncancun/index.html","",0,30,200);
		Menu4_4_2=new Array("Chichen Itza","http://www.travelswithtrouble.com/wedding/Chichinitza/index.html","",0);
		Menu4_4_3=new Array("Mayan Ruins","http://www.travelswithtrouble.com/wedding/sheratonmyanruins/index.html","",0);
		Menu4_4_4=new Array("Isla Mujeres","http://www.travelswithtrouble.com/wedding/islamujeres/index.html","",0);
		Menu4_4_5=new Array("Cozumel","http://www.travelswithtrouble.com/wedding/Cozumel/index.html","",0);
		Menu4_4_6=new Array("Playa Del Carmen","http://www.travelswithtrouble.com/wedding/playadelcarmen/index.html","",0);
		Menu4_4_7=new Array("Misc. Cancun","http://www.travelswithtrouble.com/wedding/misccancun/index.html","",0);
		Menu4_4_8=new Array("Shark Swimming","http://www.travelswithtrouble.com/wedding/sharkswimming/index.html","",0);
		Menu4_4_9=new Array("Local Critters","http://www.travelswithtrouble.com/wedding/localcritters/index.html","",0);
		Menu4_4_10=new Array("US Restaurants","http://www.travelswithtrouble.com/wedding/usinvation/index.html","",0);

Menu5=new Array("Photo Albums","","",14);
	Menu5_1=new Array("NEW PHOTO ALBUM!!","http://picasaweb.google.com/trussell","",0,30,300);
	Menu5_2=new Array("Donner Lake","","",3,30,160);
		Menu5_2_1=new Array("January 2005","http://www.travelswithtrouble.com/Donner012305/index.html","",0,30,160);
		Menu5_2_2=new Array("July 4th 2005","http://www.travelswithtrouble.com/july4-2005/index.html","",0,30);
		Menu5_2_3=new Array("Labor Day 2005","http://travelswithtrouble.com/labordayweekend090505/index.html","",0,30);
	Menu5_3=new Array("New Years","","",2);
		Menu5_3_1=new Array("2004-2005","http://www.travelswithtrouble.com/newyears05/index.html","",0,30,100);
		Menu5_3_2=new Array("2005-2006","http://www.travelswithtrouble.com/newyearseve05-06/index.html","",0);
	Menu5_4=new Array("Christmas","","",2);
		Menu5_4_1=new Array("2004","http://www.travelswithtrouble.com/xmas2004/index.html","",0,30,100);
		Menu5_4_2=new Array("2005","http://www.travelswithtrouble.com/Xmas2005/index.html","",0);
	Menu5_5=new Array("Sandy's Wedding","http://www.travelswithtrouble.com/sandywedding/index.html","",0);
	Menu5_6=new Array("Seattle Trip","http://www.travelswithtrouble.com/seattle/index.html","",0);
	Menu5_7=new Array("Michele B-Day","http://www.travelswithtrouble.com/micheleB-dayParty/index.html","",0);
	Menu5_8=new Array("BBQ 05/15/05","http://www.travelswithtrouble.com/picnic051505/index.html","",0);
	Menu5_9=new Array("Ally's Wedding","","",4);
		Menu5_9_1=new Array("Before Wedding","http://www.travelswithtrouble.com/Before Wedding/index.html","",0,30,200);
		Menu5_9_2=new Array("Rehearsal Dinner","http://www.travelswithtrouble.com/Rehearsal Dinner/index.html","",0);
		Menu5_9_3=new Array("Rehearsal Dinner 2","http://www.travelswithtrouble.com/RehearsalDinner2/index.html","",0);
		Menu5_9_4=new Array("Wedding & Reception","http://www.travelswithtrouble.com/alicewedding/index.html","",0);	
	Menu5_10=new Array("Carmel Wedding","http://www.travelswithtrouble.com/carmelwedding/index.html","",0);
	Menu5_11=new Array("Denver","","",3);
		Menu5_11_1=new Array("Rockies","http://www.travelswithtrouble.com/ColoradoRockies/index.html","",0,30,200);
		Menu5_11_2=new Array("Denver Sky","http://www.travelswithtrouble.com/DenverSky/index.html","",0);
		Menu5_11_3=new Array("Denver Zoo","http://www.travelswithtrouble.com/DenverZoo/index.html","",0);
	Menu5_12=new Array("Animals","","",2);
		Menu5_12_1=new Array("Cats","http://www.travelswithtrouble.com/Cats/index.html","",0,30,200);
		Menu5_12_2=new Array("Bunny and Friends","http://www.travelswithtrouble.com/bunnyandfriends/index.html","",0);
	Menu5_13=new Array("Disneyland","http://travelswithtrouble.com/Disneyland/index.html","",0);
	Menu5_14=new Array("DC New Years Trip","","",4);
		Menu5_14_1=new Array("Day 1","http://www.travelswithtrouble.com/dcday1/index.html","",0,30,200);
		Menu5_14_2=new Array("Day 2","http://www.travelswithtrouble.com/dcday2/index.html","",0);
		Menu5_14_3=new Array("Day 3 New Years","http://www.travelswithtrouble.com/newyearseve05-06/index.html","",0);
		Menu5_14_4=new Array("Day 4","http://www.travelswithtrouble.com/dcday4/index.html","",0);
Menu6=new Array("What's New!","","",3);
	Menu6_1=new Array("Zachary Videos","http://www.youtube.com/trevorrussell","",0,30,200);
	Menu6_2=new Array("Zachary's Birthday","http://picasaweb.google.com/trussell/Birthday","",0);
	Menu6_3=new Array("Zachary's First Days Home","http://picasaweb.google.com/trussell/ZacharyFirstWeekHome","",0);
Menu7=new Array("Mary's Blog","http://bloggitywoggity.blogspot.com/","",0);
Menu8=new Array("Never Ending Projects Blog","http://www.travelswithtrouble.com/blog/","",0);
Menu9=new Array("Zachary Blogs","","",2);
	Menu9_1=new Array("Tip Toe of Tiny Feet","http://tiptoeoftinyfeet.blogspot.com/","",0,30,200);
	Menu9_2=new Array("Zach Attach","http://www.travelswithtrouble.com/wordpress/","",0);
Menu10=new Array("Other Links","","",4);
	Menu10_1=new Array("LinkedIn (Trevor)","http://www.linkedin.com/pub/1/a05/86b","",0,30,200);
	Menu10_2=new Array("Facebook (Trevor)","http://www.facebook.com/profile.php?id=1015968413","",0);
	Menu10_3=new Array("MySpace (Trevor)","http://www.myspace.com/operationsguru","",0);
	Menu10_4=new Array("LinkedIn (Mary)","http://www.linkedin.com/pub/1/a04/875","",0);
Menu11=new Array("Site Map","http://www.travelswithtrouble.com/sitemap.htm","",0);
Menu12=new Array("Contact","http://www.travelswithtrouble.com/contact.htm","",0);
