if (document.photoSpecs.length > 0 && document.stateSpecs.page_type.value == "Trip Report")  {
  document.write('<CENTER>');
  document.write('<FONT FACE="GillSans,Futura,Arial,Helvetica" SIZE="-1" COLOR="#FF0000">');
  document.write('<BR><BR>');
  document.write('<B>');
  document.write('Click the button to open a thumbnail index to the photos for this ');
  document.write('trip. There are ' + document.photoSpecs.length + ' photos so please be patient.');
  document.write('<B>');
  document.write('</FONT>');
  document.write('<FORM>');
  document.write('<INPUT TYPE="button" VALUE="Open the photo index" onClick="openThumbs();">');
  document.write('</FORM>');
  document.write('<P><BR><BR>');
  document.write('</CENTER>');
}

document.write('<CENTER>');
document.write('<FONT FACE="GillSans,Futura,Arial,Helvetica" SIZE="-2">');
document.write(copyright(document.stateSpecs.copyright_year.value,document.stateSpecs.last_mod_date.value));
document.write('<P>');
document.write('<BR><BR><BR>');
document.write(pageStat(document.stateSpecs.abbrev.value.toUpperCase()));
document.write('</CENTER>');
document.write('</TD>');
document.write('</TR>');
document.write('</TABLE>');