function printVirtualHeader() {
  document.write('<A NAME="top"></A><CENTER>');
  document.write('<TABLE BGCOLOR="#000088" BORDER="4" BORDERCOLOR="#999999" CELLPADDING="7" CELLSPACING="0">');
  document.write('<TR><TD VALIGN="TOP"><A HREF="/index.html"><IMG SRC="/smdvarp inverted.gif" ALT="" BORDER="0"></A></TD>');
  document.write('<TD VALIGN="MIDDLE"><FONT FACE="Futura Md BT, Arial" COLOR="#FFFFFF" SIZE="4"><B>');
  document.write('Delaware Valley Association of Rail Passengers');
  document.write('</B></FONT></TD></TR></TABLE>');
  document.write('</CENTER><FONT SIZE="1"><BR></FONT>');
}
function printTopTitle(docTitle) {
  document.write('<CENTER><FONT SIZE="6" FACE="Arial, Helvetica" COLOR="#000088"><B>' + docTitle + '</B></FONT></CENTER>');
}
function printBottomNavigator() {
  document.write('<CENTER><TABLE BORDER="1" CELLPADDING=3 CELLSPACING=1 BGCOLOR="#FFFFFF"><TR>');
  document.write('<td width="130" align="CENTER"><FONT FACE="Arial, Helvetica" SIZE="2"><A HREF="#top">Back To Top</A></FONT></TD>');
  document.write('<TD width="130" align="CENTER"><FONT FACE="Arial, Helvetica" SIZE="2"><A HREF="/index.html">DVARP Home Page</A></FONT></TD>');
  document.write('</TR></TABLE></CENTER>');
}
function printBottomNavigatorSubDir(dirName) {
  document.write('<CENTER><TABLE BORDER="1" CELLPADDING=3 CELLSPACING=1 BGCOLOR="#FFFFFF"><TR>');
  document.write('<td width="130" align="CENTER"><FONT FACE="Arial, Helvetica" SIZE="2"><A HREF="#top">Back To Top</A></FONT></TD>');
  document.write('<TD width="130" align="CENTER"><FONT FACE="Arial, Helvetica" SIZE="2"><A HREF="/index.html">DVARP Home Page</A></FONT></TD>');
  document.write('<TD width="130" align="CENTER"><FONT FACE="Arial, Helvetica" SIZE="2"><A HREF="index.html">' + dirName + '</A></FONT></TD>');
  document.write('</TR></TABLE></CENTER>');
}
function printVirtualFooter() {
  document.write('<HR NOSHADE SIZE="1" WIDTH="470">');
  document.write('<CENTER><FONT FACE="Arial, Helvetica" SIZE="1">');
  document.write('Prepared by M. Mitchell, D. Nigro, and W. Ritzler - ');
  document.write('Copyright &copy; 1995-2010 DVARP<BR>');
  document.write('<a href="mailto:mail@dvarp.org">mail@dvarp.org</a>');
  document.write('</FONT></CENTER>');
}