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.
74 lines (60 sloc)
1.79 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>U.S. DOT - Y2K Transportation Sector - Search Page</title> | |
| <script LANGUAGE="JavaScript"> | |
| <!--// Hide from older browsers | |
| function search(page0, page1){ | |
| parent.frames[0].location = page0; | |
| parent.frames[1].location = page1; | |
| } | |
| function message(txt){ | |
| window.status = txt; | |
| setTimeout("remove()",8000); | |
| } | |
| function remove(){ | |
| window.status=""; | |
| } | |
| // --> | |
| </script> | |
| </head> | |
| <body BGCOLOR="#FFFFFF"> | |
| <br> | |
| <br> | |
| <blockquote> | |
| <a HREF="http://search.bts.gov/"><font FACE="Times New Roman">DOTBOT</font></a> | |
| <font FACE="Times New Roman">- search all of the web pages published by each office within the U.S. Department of Transportation.</font> | |
| </blockquote> | |
| <BR> | |
| <BR> | |
| <BR> | |
| <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> |