//This controls whether photos appear on the initial page or
//on a separate page.
if (document.stateSpecs.page_type.value == "Trip Report")  {
  if (document.captions != null)  {
    if (document.captions.length < 15)  {
      if (document.photoSpecs.length > 0)  {
        document.stateSpecs.page_type.value = "Trip Report and Photos";
      }
      else  {
        document.stateSpecs.page_type.value = "Trip Report";
      }
    }
  }
}
document.write('<TABLE>');
document.write('<TR>');
document.write('<TD WIDTH="580" COLSPAN="3" ALIGN="CENTER">');
document.write('<HR WIDTH="575">');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD WIDTH="130"><FONT FACE="GillSans,Futura,Arial,Helvetica" SIZE="-2">');
document.write('Welcome to');
document.write('<BR>');
document.write('David Wickersham\'s');
document.write('<BR>');
document.write('Highpoints of the U.S.');
document.write('<BR>');
document.write(document.stateSpecs.state_name.value + ' ' + document.stateSpecs.page_type.value + '.');
document.write('</TD>');
document.write('<TD WIDTH="20">');
document.write('</TD>');
document.write('<TD ALIGN="center" WIDTH="430">');
if (document.stateSpecs.page_type.value != "Photos")  {
  document.write('<IMG SRC="hpgif/hitrip4.gif" ALT="Highpoint Trip Report">');
}
else  {
  document.write('<IMG SRC="hpgif/hiphotos4.gif" ALT="Highpoint Photos">');
}
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');

document.write('<TD WIDTH="580" COLSPAN="3" ALIGN="CENTER">');
document.write('<HR WIDTH="575">');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD VALIGN="bottom" WIDTH="130">');
if (document.stateSpecs.page_type.value != "Photos")  {
  document.write('<FONT FACE="GillSans,Futura,Arial,Helvetica" SIZE="-2" COLOR="#E50000">');
  if (document.photoSpecs.length > 0)  {
    document.write('Scroll down to see<BR>');
    document.write(document.stateSpecs.state_name.value + ' photos');
  }
  document.write('</FONT>');
  document.write('<BR><BR>');
  document.write('<FONT FACE="GillSans,Futura,Arial,Helvetica" SIZE="-2">');
  document.write('If a link from another site brought you here please take time to');
  document.write('check out my <BR><A HREF="hipoint.htm">Highpoints of the U.S.</A>');
  document.write('<BR>page before you leave.');
}
document.write('</TD>');
document.write('<TD WIDTH="20">');
document.write('</TD>');
document.write('<TD WIDTH="430" HEIGHT="120" VALIGN="bottom" ALIGN="center">');
document.write('<FONT COLOR="#FF0000" FACE="GillSans,Futura,Arial,Helvetica" SIZE="+3">');
document.write('<B>' + document.stateSpecs.state_name.value.toUpperCase() + '</B></FONT>');
document.write('<FONT FACE="GillSans,Futura,Arial,Helvetica" SIZE="-1">');
document.write('<BR>');
document.write(document.stateSpecs.peak.value);
document.write('<BR><BR>');
document.write('<FONT FACE="GillSans,Futura,Arial,Helvetica" SIZE="-1">');
for (sub=0; sub < document.visitSpecs.length; sub++)  {
  document.write(document.visitSpecs[sub].value);
  document.write('<BR>');
  sub++
}
document.write('<BR>');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD WIDTH="130" VALIGN="top">');
if (document.stateSpecs.page_type.value != "Photos")  {
  document.write('<FONT FACE="GillSans,Futura,Arial,Helvetica" SIZE="-2">');
  document.write('<A HREF="hipoint.htm#' + document.stateSpecs.abbrev.value + '2">Return to State List</A>');
  document.write('<BR><BR><BR>');
  document.write('Other ' + document.stateSpecs.state_name.value);
  document.write('<BR>');
  document.write('Highpoint Pages');
  document.write('<BR>');
  document.write('<A HREF="http://www.americasroof.com/' + document.stateSpecs.abbrev.value + '.html">America\'s Roof</A>');
  document.write('<BR>');
  document.write('<A HREF="http://www.highpointers.com/stateinfo/' + document.stateSpecs.abbrev.value + '.shtml">Highpointers Club</A>');
  document.write('<BR><BR><BR>');
  document.write('<A HREF="index.htm">David Wickersham\'s<BR>Home Page</A>');
  document.write('</FONT>');
}
document.write('</TD>');
document.write('<TD WIDTH="20">');
document.write('</TD>');
document.write('<TD WIDTH="430"><FONT FACE="GillSans,Futura,Arial,Helvetica" SIZE="-1">');
