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.
98 lines (83 sloc)
3.46 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>Hazardous Material Transportation</u></b></font> | |
| <hr WIDTH="45%" ALIGN="LEFT"> | |
| </p> | |
| <blockquote> | |
| <h3>Hazardous Material Transportation</h3> | |
| <blockquote> | |
| <ul> | |
| <li><a HREF="HazMat.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="HazMat.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"><u>Y2K Links</u></h4> | |
| <blockquote> | |
| <ul> | |
| <li><a href="http://hazmat.dot.gov" TARGET="_blank" OnMouseOver="message('Office of Hazardous Materials Safety'); return true"><font face="Times New Roman">Office of Hazardous | |
| Materials Safety</font></a></li> | |
| <li><a href="http://www.ingaa.org/new/year2000/year2000.htm" TARGET="_blank" OnMouseOver="message('Interstate Natural Gas Association of America'); return true"><font face="Times New Roman">Interstate | |
| Natural Gas Association of America</font></a></li> | |
| </ul> | |
| </blockquote> | |
| <br> | |
| <h4><a NAME="OtherLinks"><u>Other Links</u></h4> | |
| <blockquote> | |
| <ul> | |
| <li><a href="http://www.api.org" TARGET="_blank" OnMouseOver="message('American Petroleum Institute'); return true"><font face="Times New Roman">American Petroleum Institute</font></a></li> | |
| <li><a href="http://www.un.org" TARGET="_blank" OnMouseOver="message('United Nations'); return true"><font face="Times New Roman">United Nations</font></a></li> | |
| <li><a href="http://www.aga.com" TARGET="_blank" OnMouseOver="message('American Gas Association'); return true"><font face="Times New Roman">American Gas Association</font></a></li> | |
| <li><a href="http://www.apga.org" TARGET="_blank" OnMouseOver="message('American Public Gas Association'); return true"><font face="Times New Roman">American Public Gas | |
| 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> |