/* The following string represents the navigation code for the Trip Diary. */var navBarCode = "\<div id='nav'> \	<p>Navigation</p> \	<table> \		<tr>  \			<td colspan='2' align='center'> <a href='photo_gallery.html'>Photo Gallery</a></td> \		</tr><tr> \			<td align='left'><a href='javascript:JumpTo(currentDoc-1)'>Previous</a></td> \			<td align='right'><a href='javascript:JumpTo(currentDoc-1+2)'>Next</a></td> \		</tr><tr> \			<td colspan=3 align=center> \				<form action='' method='get'> \					<select name='JumpToPage' onChange='JumpTo(this.options[this.selectedIndex].value);this.selectedIndex=0;'> \						<option value=0>Go To Page</option> \						<option value=1>August 15</option> \						<option value=2>August 16</option> \					</select> \				</form> \			</td> \		</tr> \	</table> \</div> \";
