
function DumpNavBar(zeroBasedIndexOfCurrentPage_)
{
	var	theText;
	theText=
		  "		<TABLE Border='1' class='MainTableStyle'>"
		+ "			<TR>";
	if( zeroBasedIndexOfCurrentPage_==1)
		theText = theText + "	<TD class='TrackEntryStyle'>Home";
	else
		theText = theText + "	<TD class='TrackEntryStyle'><a href='index.html'>Home</a>";
/*
	theText=theText+"<BR><hr>";
	if( zeroBasedIndexOfCurrentPage_==29)
		theText = theText + "	Crossword Puzzle Builder</TD>";
	else
		theText = theText + "	<a href='CrosswordTester.html'>Crossword Puzzle Builder</a></TD>";
*/

	if( zeroBasedIndexOfCurrentPage_==2)
		theText = theText + "	<TD class='TrackEntryStyle'>Change History</TD>";
	else
		theText = theText + "	<TD class='TrackEntryStyle'><a href='ChangeHistory.html'>Change History</a></TD>";


/*
*/

	theText = theText + "	<TD class='TrackEntryStyle'>";
	theText = theText + "<SPAN class='Normal'>Five Year Predictions</SPAN>";
	if( zeroBasedIndexOfCurrentPage_==4)
		theText = theText + "<BR>- Details";
	else
		theText = theText + "<BR>- <a href='Predictions.html'>Details</a>";

	if( zeroBasedIndexOfCurrentPage_==18)
		theText = theText + "<br /><br />- <span style='font-size:120%;margin:3px;'>Submit Predictions</span><br />";
	else
		theText = theText + "<br /><br />- <a href='PredictionSubmission.html' style='font-size:120%;margin:3px;'>Submit Predictions!</a><br />";

	if( zeroBasedIndexOfCurrentPage_==42)
		theText = theText + "<BR>- 2004's Predictions";
	else
		theText = theText + "<BR>- <a href='PredictionsOf2004.html'>2004's Predictions</a>";

	if( zeroBasedIndexOfCurrentPage_==41)
		theText = theText + "<BR>- 2003's Predictions";
	else
		theText = theText + "<BR>- <a href='PredictionsOf2003.html'>2003's Predictions</a>";

	if( zeroBasedIndexOfCurrentPage_==40)
		theText = theText + "<BR>- 2002's Predictions";
	else
		theText = theText + "<BR>- <a href='PredictionsOf2002.html'>2002's Predictions</a>";

	if( zeroBasedIndexOfCurrentPage_==39)
		theText = theText + "<BR>- 2001's Predictions";
	else
		theText = theText + "<BR>- <a href='PredictionsOf2001.html'>2001's Predictions</a>";

	if( zeroBasedIndexOfCurrentPage_==25)
		theText = theText + "<BR>- 2000's Predictions";
	else
		theText = theText + "<BR>- <a href='PredictionsOf2000.html'>2000's Predictions</a>";

	if( zeroBasedIndexOfCurrentPage_==24)
		theText = theText + "<BR>- 1999's Predictions";
	else
		theText = theText + "<BR>- <a href='PredictionsOf1999.html'>1999's Predictions</a>";

	if( zeroBasedIndexOfCurrentPage_==22)
		theText = theText + "<BR>- 1998's Predictions";
	else
		theText = theText + "<BR>- <a href='PredictionsOf1998.html'>1998's Predictions</a>";

	if( zeroBasedIndexOfCurrentPage_==19)
		theText = theText + "<BR>- 1997's Predictions";
	else
		theText = theText + "<BR>- <a href='PredictionsOf1997.html'>1997's Predictions</a>";

	theText = theText + "	</TD>";

	theText = theText + "	<TD class='TrackEntryStyle'>";

	theText = theText + "<CENTER>";
	if( zeroBasedIndexOfCurrentPage_==3)
		theText = theText + "Image Centre";
	else
		theText = theText + "<SPAN class='Normal'>Image Centre</SPAN>";
	theText = theText + "</CENTER>";

/*
	if( zeroBasedIndexOfCurrentPage_==8)
		theText = theText + "<BR>- Baby Story";
	else
		theText = theText + "<BR>- <a href='BabyStory1.html'>Baby Story</a>";
*/

//	if( zeroBasedIndexOfCurrentPage_==7)
//		theText = theText + "<BR>- Prenatal Baby Centre";
//	else
//		theText = theText + "<BR>- <a href='PrenatalBabyCentre.html'>Prenatal Baby Centre</a>";

//	if( zeroBasedIndexOfCurrentPage_==9)
//		theText = theText + "<BR>- Image Gallery 1";
//	else
//		theText = theText + "<BR>- <a href='BabyGallery.html'>Image Gallery 1</a>";

//	if( zeroBasedIndexOfCurrentPage_==12)
//		theText = theText + "<BR>- Image Gallery 2";
//	else
//		theText = theText + "<BR>- <a href='BabyGallery2.html'>Image Gallery 2</a>";

//	if( zeroBasedIndexOfCurrentPage_==13)
//		theText = theText + "<BR>- Image Gallery 3";
//	else
//		theText = theText + "<BR>- <a href='BabyGallery3.html'>Image Gallery 3</a>";
//
//	if( zeroBasedIndexOfCurrentPage_==14)
//		theText = theText + "<BR>- Baby Gallery 4";
//	else
//		theText = theText + "<BR>- <a href='BabyGallery4.html'>Image Gallery 4</a>";
//
//	if( zeroBasedIndexOfCurrentPage_==15)
//		theText = theText + "<BR>- Image Gallery 5";
//	else
//		theText = theText + "<BR>- <a href='BabyGallery5.html'>Image Gallery 5</a>";

//	if( zeroBasedIndexOfCurrentPage_==16)
//		theText = theText + "<BR>- Image Gallery 6";
//	else
//		theText = theText + "<BR>- <a href='BabyGallery6.html'>Image Gallery 6</a>";

//	if( zeroBasedIndexOfCurrentPage_==20)
//		theText = theText + "<BR>- Image Gallery 7";
//	else
//		theText = theText + "<BR>- <a href='BabyGallery7.html'>Image Gallery 7</a>";


	if( zeroBasedIndexOfCurrentPage_==44)
		theText = theText + "<BR>- Summer '08";
	else
		theText = theText + "<BR>- <a href='Summer_08.html'>Summer '08</a>";

	if( zeroBasedIndexOfCurrentPage_==43)
		theText = theText + "<BR>- June '06 - March '08";
	else
		theText = theText + "<BR>- <a href='GalleryJune06-2.html'>June '06 - March '08</a>";





	if( zeroBasedIndexOfCurrentPage_==35)
		theText = theText + "<BR>- To June '06";
	else
		theText = theText + "<BR>- <a href='Gallery06-06.html'>To June '06</a>";

	if( zeroBasedIndexOfCurrentPage_==34)
		theText = theText + "<BR>- To August '05";
	else
		theText = theText + "<BR>- <a href='Gallery08-05.html'>To August '05</a>";
	if( zeroBasedIndexOfCurrentPage_==33)
		theText = theText + "<BR>- Through December '04";
	else
		theText = theText + "<BR>- <a href='Gallery12-04.html'>Through December '04</a>";

	if( zeroBasedIndexOfCurrentPage_==23)
		theText = theText + "<BR>- Into 2004";
	else
		theText = theText + "<BR>- <a href='GalleryNew.html'>Into 2004</a>";
/*
	if( zeroBasedIndexOfCurrentPage_==21)
		theText = theText + "<BR>- Image Gallery Archive";
	else
		theText = theText + "<BR>- <a href='Gallery.html'>Archived Image Gallery</a>";
*/
	theText = theText + "	</TD>";




//	theText = theText + "	<TD class='TrackEntryStyle'>";
//
//	theText = theText + "<SPAN class='Normal'>Our House</SPAN>";
//
//	if( zeroBasedIndexOfCurrentPage_==5)
//		theText = theText + "<BR>- Gallery";
//	else
//		theText = theText + "<BR>- <a href='HouseGallery.html'>Gallery</a>";
//
//	if( zeroBasedIndexOfCurrentPage_==6)
//		theText = theText + "<BR>- Fire damage";
//	else
//		theText = theText + "<BR>- <a href='PostFire.html'>Fire damage</a>";
//
//	theText = theText + "	</TD>";





	theText = theText + "	<TD class='TrackEntryStyle'>";

	theText = theText + "<SPAN class='Normal'>Contact the Lewseys</SPAN>";

	if( zeroBasedIndexOfCurrentPage_==10)
		theText = theText + "<BR>- Who's a Lewsey?";
	else
		theText = theText + "<BR>- <a href='Contacts.html'>Who's a Lewsey?</a>";

	if( zeroBasedIndexOfCurrentPage_==11)
		theText = theText + "<BR>- List yourself as a Lewsey";
	else
		theText = theText + "<BR>- <a href='ContactSurvey.html'>List yourself as a Lewsey</a>";

	theText = theText + "	</TD>";



/*
	if( zeroBasedIndexOfCurrentPage_==17)
		theText = theText + "	<TD class='TrackEntryStyle'>Derek's Resume</TD>";
	else
		theText = theText + "	<TD class='TrackEntryStyle'><a href='DerekLewseyResume.html'>Derek's Resume</a></TD>";
*/


	theText = theText + "  </TR>";
	theText = theText + "</TABLE>";
//alert("dumping:\n"+theText);
	document.write(theText);
}

