
var what_page_arr = new Array();
var what_page;
var pathname;
var array_l;

what_page =  location.href;

what_page_arr = what_page.split("/");

array_l = what_page_arr.length;

if (what_page_arr[0] == "http:")
	{
		pathname = 'http://' + what_page_arr[2] + "/"

	}
   
else
	{
		pathname = what_page_arr[3] + '/' + what_page_arr[4] + '/' + what_page_arr[5] + '/';
	}
   
document.write('<TABLE CELLPADDING="0" CELLSPACING="0">');

document.write('<TR>'); 
document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="75" CLASS="nav_vert">');
document.write('<SPAN CLASS="navbar2text">Publications</SPAN>');
document.write('</TD>'); 
document.write('</TR>'); 

document.write('<TR>'); 

if (what_page_arr[array_l-1] == "books_top.htm")
	{ 
		document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="75" ID="this_page">');
		document.write('<SPAN CLASS="navbar2text" STYLE="margin-left:10px">Books</SPAN>');
		document.write('</TD>');
	}
else
    {
	    document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="80">');		
		
		document.write('<SPAN CLASS="navbar2text">');
		document.write('<A HREF="' + pathname + 'books_top.htm" TARGET="_self" STYLE="margin-left:10px">Books</A>');
		document.write('</SPAN>');
		
		document.write('</TD>'); 	
	}

document.write('</TR>');

document.write('<TR>'); 


if (what_page_arr[array_l-1] == "journals_top.htm")
	{ 
		document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="75" ID="this_page">');
		document.write('<SPAN CLASS="navbar2text" STYLE="margin-left:10px">Journals</SPAN>');
		document.write('</TD>');
	}
else
    {
	    document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="80">');		
		
		document.write('<SPAN CLASS="navbar2text">');
		document.write('<A HREF="' + pathname + 'journals_top.htm" TARGET="_self" STYLE="margin-left:10px">Journals</A>');
		document.write('</SPAN>');
		
		document.write('</TD>'); 	
	}

document.write('</TR>'); 

document.write('<TR> ');

if (what_page_arr[array_l-1] == "timeline_top.htm")
	{ 
		document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="75" ID="this_page">');
		document.write('<SPAN CLASS="navbar2text">Time Line</SPAN>');
		document.write('</TD>');
	}
else
    {
	    document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="80">');		
		
		document.write('<SPAN CLASS="navbar2text">');
		document.write('<A HREF="' + pathname + 'timeline_top.htm" TARGET="_self">Time Line</A>');
		document.write('</SPAN>');
		
		document.write('</TD>'); 	
	}

document.write('</TR>');

if (what_page_arr[array_l-1] == "information_top.htm")
	{ 
		document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="75" ID="this_page">');
		document.write('<SPAN CLASS="navbar2text">Information</SPAN>');
		document.write('</TD>');
	}
else
    {
	    document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="80">');		
		
		document.write('<SPAN CLASS="navbar2text">');
		document.write('<A HREF="' + pathname + 'information_top.htm" TARGET="_self">Information</A>');
		document.write('</SPAN>');
		
		document.write('</TD>'); 	
	}

document.write('</TR> ');


document.write('<TR> ');

if (what_page_arr[array_l-1] == "clippings_top.htm")
	{ 
		document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="75" ID="this_page">');
		document.write('<SPAN CLASS="navbar2text">Clippings</SPAN>');
		document.write('</TD>');
	}
else
    {
	    document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="80">');		
		
		document.write('<SPAN CLASS="navbar2text">');
		document.write('<A HREF="' + pathname + 'clippings_top.htm" TARGET="_self">Clippings</A>');
		document.write('</SPAN>');
		
		document.write('</TD>'); 	
	}

document.write('</TR> ');

document.write('<TR>');

if (what_page_arr[array_l-1] == "photos_top.htm")
	{ 
		document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="75" ID="this_page">');
		document.write('<SPAN CLASS="navbar2text">Photographs</SPAN>');
		document.write('</TD>');
	}
else
    {
	    document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="80">');		
		
		document.write('<SPAN CLASS="navbar2text">');
		document.write('<A HREF="' + pathname + 'photos_top.htm" TARGET="_self">Photographs</A>');
		document.write('</SPAN>');
		
		document.write('</TD>'); 	
	}

document.write('</TR>');

document.write('<TR>'); 

if (what_page_arr[array_l-1] == "links_top.htm")
	{ 
		document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="75" ID="this_page">');
		document.write('<SPAN CLASS="navbar2text">Links</SPAN>');
		document.write('</TD>');
	}
else
    {
	    document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="80">');		
		
		document.write('<SPAN CLASS="navbar2text">');
		document.write('<A HREF="' + pathname + 'links_top.htm" TARGET="_self">Links</A>');
		document.write('</SPAN>');
		
		document.write('</TD>'); 	
	}

document.write('</TR> ');

document.write('<TR> ');

if (what_page_arr[array_l-1] == "news_top.htm")
	{ 
		document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="75" ID="this_page">');
		document.write('<SPAN CLASS="navbar2text">News</SPAN>');
		document.write('</TD>');
	}
else
    {
	    document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="80">');		
		
		document.write('<SPAN CLASS="navbar2text">');
		document.write('<A HREF="' + pathname + 'news_top.htm" TARGET="_self">News</A>');
		document.write('</SPAN>');
		
		document.write('</TD>'); 	
	}

document.write('<TR> ');
document.write('<TD height="20px">');
document.write(' ');
document.write('</TD> ');
document.write('</TR> ');

document.write('<TR> ');

if (what_page_arr[array_l-1] == "privacy_policy.htm")
	{ 
		document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="75" ID="this_page">');
		document.write('<SPAN CLASS="navbar2text">Privacy Policy</SPAN>');
		document.write('</TD>');
	}
else
    {
	    document.write('<TD VALIGN="TOP" ALIGN="LEFT" WIDTH="80">');		
		
		document.write('<SPAN CLASS="navbar2text">');
		document.write('<A HREF="' + pathname + 'privacy_policy.htm" TARGET="_self">Privacy Policy</A>');
		document.write('</SPAN>');
		
		document.write('</TD>'); 	
	}

document.write('</TR> ');

 
document.write('</TABLE>');
