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.
53 lines (43 sloc)
2.16 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 - Top Navigation Frame</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" BACKGROUND="images/TopBG.jpg"> | |
| <table BORDER="0" CELLPADDING="0" CELLSPACING="0"> | |
| <tr> | |
| <td><img SRC="images/Y2kTransport5.jpg" ALIGN="TOP" WIDTH="146" HEIGHT="121" ALT="Y2k Tranportation" BORDER="0"></td> | |
| <td> </td> | |
| <th VALIGN="MIDDLE"><table BORDER="0" CELLPADDING="0" CELLSPACING="0"> | |
| <tr> | |
| <th COLSPAN="4"><img SRC="images/TranspoHead2.jpg" ALIGN="TOP" WIDTH="400" HEIGHT="70" ALT="Y2k Tranportation Sector" BORDER="0"></th> | |
| </tr> | |
| <tr ALIGN="RIGHT"> | |
| <td><table BORDER="0" CELLPADDING="0" CELLSPACING="0"> | |
| <tr> | |
| <th VALIGN="BOTTOM" COLSPAN="5"><img SRC="images/Line2.jpg" WIDTH="450" HEIGHT="8" BORDER="0"></th> | |
| </tr> | |
| <tr> | |
| <th VALIGN="TOP"><a HREF="MainPage.asp" TARGET="MainFrame" OnMouseOver="message('Return Home'); return true"><img SRC="images/HomeTab.jpg" WIDTH="90" HEIGHT="25" ALT="Home" BORDER="0"></a></th> | |
| <th VALIGN="TOP"><a HREF="References.asp" TARGET="MainFrame" OnMouseOver="message('Reference material pertaining to Y2K problems'); return true"><img SRC="images/ReferencesTab.jpg" WIDTH="90" HEIGHT="25" ALT="References" BORDER="0"></th> | |
| <th VALIGN="TOP"><a HREF="SearchFrm.asp" TARGET="MainFrame" OnMouseOver="message('Search Options Page'); return true"><img SRC="images/SearchTab.jpg" WIDTH="90" HEIGHT="25" ALT="Search" BORDER="0"></a></th> | |
| <th VALIGN="TOP"><a HREF="FAQ.asp" TARGET="MainFrame" OnMouseOver="message('Frequently Asked Questions'); return true"><img SRC="images/FAQTab.jpg" WIDTH="90" HEIGHT="25" ALT="Frequently Asked Questions" BORDER="0"></a></th> | |
| <th VALIGN="TOP"><a HREF="SiteMap.asp" TARGET="MainFrame" OnMouseOver="message('Search Options Page'); return true"><img SRC="images/SiteMapTab.jpg" WIDTH="90" HEIGHT="25" ALT="Site Map" BORDER="0"></a></th> | |
| </tr> | |
| </table></td> | |
| </tr> | |
| </table></th> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |