Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
93 lines (79 sloc)
2.94 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title></title> | |
| <script LANGUAGE="JavaScript"> | |
| <!--// Hide from older browsers | |
| function message(txt){ | |
| window.status = txt; | |
| setTimeout("remove()",8000); | |
| } | |
| function remove(){ | |
| window.status=""; | |
| } | |
| // --> | |
| </script> | |
| </head> | |
| <body BGCOLOR="#FFFFFF"> | |
| <a NAME="Top"> </a> | |
| <p ALIGN="LEFT"> | |
| <font FACE="trebuchet ms, arial, helvetica" SIZE="1"><b><a HREF="TextOnly/">Home</a> :</b></font> | |
| <font FACE="trebuchet ms, arial, helvetica" SIZE="3"><b><u>Rail Transportation</u></b></font> | |
| <hr WIDTH="30%" ALIGN="LEFT"> | |
| </p> | |
| <blockquote> | |
| <h3>Rail Transportation</h3> | |
| <blockquote> | |
| <ul> | |
| <li><a HREF="RailTrans.asp#Y2KLinks" TARGET="MainFrame" OnMouseOver="message('Go to Y2K Links Section'); return true"><font FACE="Times New Roman">Y2K Links</font></a> | |
| <li><a HREF="RailTrans.asp#OtherLinks" TARGET="MainFrame" OnMouseOver="message('Go to Other Links Section'); return true"><font FACE="Times New Roman">Other Links</font></a> | |
| </ul> | |
| <br> | |
| <h4><a NAME="Y2KLinks" TARGET="MainFrame"><u>Y2K Links</u></h4> | |
| <blockquote> | |
| <ul> | |
| <li><a HREF="http://www.fra.dot.gov/doc/y2k/index.htm" TARGET="_blank" OnMouseOver="message('FRA Y2K Outreach Activities'); return true"><font FACE="Times New Roman">FRA's Y2K Outreach Activities</font></a></li> | |
| </ul> | |
| </blockquote> | |
| <br> | |
| <h4><a NAME="OtherLinks" TARGET="MainFrame"><u>Other Links</u></h4> | |
| <blockquote> | |
| <ul> | |
| <li><a HREF="http://www.aar.org" TARGET="_blank" OnMouseOver="message('Association of American Railroads'); return true"><font FACE="Times New Roman">Association of American | |
| Railroads</font></a></li> | |
| <li><a HREF="http://www.aslra.org" TARGET="_blank" OnMouseOver="message('American Short Line and Regional Railroad Association'); return true"><font FACE="Times New Roman">American Short Line and | |
| Regional Railroad Association</font></a></li> | |
| </ul> | |
| </blockquote> | |
| </blockquote> | |
| </blockquote> | |
| <br> | |
| <BR> | |
| <BLOCKQUOTE> | |
| <CENTER> | |
| <HR WIDTH="60%"> | |
| <P> | |
| <FONT SIZE=2><A HREF="MainPage.asp">Home</A> | </FONT> | |
| <FONT SIZE=2><A HREF="References.asp">References</A> | </FONT> | |
| <FONT SIZE=2><A HREF="Search.asp">Search</A> | </FONT> | |
| <FONT SIZE=2><A HREF="SiteMap.asp">Site Map</A></FONT> | |
| <BR> | |
| <FONT SIZE=2><A HREF="AboutSector.asp">About the Sector</A> | </FONT> | |
| <FONT SIZE=2><A HREF="ProbSolution.asp">Problems & Solutions</A> | </FONT> | |
| <FONT SIZE=2><A HREF="Outreach.asp">Outreach</A> | </FONT> | |
| <FONT SIZE=2><A HREF="NewsEvents.asp">What's New</A> | </FONT> | |
| <FONT SIZE=2><A HREF="Links.asp">General Y2K Links</A> | </FONT> | |
| <FONT SIZE=2><A HREF="Contacts.asp">Contacts</A></FONT> | |
| <br> | |
| <FONT SIZE=2><A HREF="../Default.asp">Home</A> - Frames/Graphics</FONT> | |
| </P> | |
| <P> | |
| <FONT SIZE=2><A HREF="http://www.dot.gov/" TARGET="_blank">U.S. DOT Home Page</A></FONT> | |
| </P> | |
| <P> | |
| <ADDRESS><FONT SIZE=1><A HREF="disclaim.htm" TARGET="MainFrame">U.S. DOT Privacy and Disclaimer Notice</A></FONT></ADDRESS> | |
| </P> | |
| </BLOCKQUOTE> | |
| <BR> | |
| </CENTER> | |
| </body> | |
| </html> |