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.
142 lines (86 sloc)
4.54 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
| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> | |
| <title>ABA Home Page</title> | |
| </head> | |
| <body stylesrc="_private/style.htm" background="images/blutxtr1.jpg" bgcolor="#babdd3"> | |
| <!--webbot bot="Include" tag="BODY" u-include="_private/logo.htm" startspan --> | |
| <h1><img src="Faalogo.jpg" alt="[Company Logo Image]" width="144" height="145"> <font color="#808000"><strong>ABA Home | |
| Page</strong></font></h1> | |
| <!--webbot bot="Include" endspan i-checksum="8941" --> | |
| <p><img src="images/hhome.gif" alt="[Banner Image]" width="472" height="48"> </p> | |
| <!--webbot bot="Include" tag="BODY" u-include="_private/navbar.htm" startspan --> | |
| <p><a href="mirror.htm"><img src="images/bhome.gif" alt="[Home]" border="0" width="56" height="14"></a><a href="news.htm"><img src="images/bnews.gif" alt="[What's New]" border="0" width="58" height="14"></a><a href="serv01.htm"><img src="images/bservs.gif" alt="[Services]" border="0" width="57" height="14"></a> </p> | |
| <!--webbot bot="Include" endspan i-checksum="6474" --> | |
| <p><img src="images/undercon.gif" alt="[Under Construction]" width="40" height="38"></p> | |
| <p>We are currently working on the design of the ABA home page. | |
| We plan to make web-abled applications like cc:Mail available | |
| through this website. Also, we plan to offer other links, | |
| info-sites, downloadable files, and information about some of | |
| ABA's services available. <br> | |
| <br> | |
| The site will be under constructions for a while, so bear with | |
| us. Thank you.</p> | |
| <p><img src="images/div.gif" alt="[Dividing Line Image]" width="465" height="7"> </p> | |
| <h2>Our Mission</h2> | |
| <p>To advice and assist the Administrator in directing, | |
| coordinating, and ensuring the adequacy of FAA plans and programs | |
| for accounting, budget, and financial management, including | |
| financial management systems (FIMS).</p> | |
| <p><img src="images/div.gif" alt="[Dividing Line Image]" width="465" height="7"> </p> | |
| <h2>Contact Information</h2> | |
| <p>If you have any questions about this website, please contact <a href="mailto:karl.simpson@faa.dot.gov">Karl Simpson</a> at | |
| 202-267-8141.</p> | |
| <p>You can also E-mail me. Click on either name above, and send | |
| me an E-mail. Thank you. </p> | |
| <dl> | |
| <dt><strong>Telephone</strong> </dt> | |
| <dd>202-267-8141</dd> | |
| <dt><strong>FAX</strong> </dt> | |
| <dd>202-267-5131 </dd> | |
| <dt><strong>Postal address</strong> </dt> | |
| <dd>800 Independence Ave. SW, Washington, DC 20801</dd> | |
| <dt><strong>Electronic mail</strong> </dt> | |
| <dd>Webmaster: karl.simpson@faa.gov</dd> | |
| </dl> | |
| <!--webbot bot="Include" tag="BODY" u-include="_private/navbar.htm" startspan --> | |
| <p><a href="mirror.htm"><img src="images/bhome.gif" alt="[Home]" border="0" width="56" height="14"></a><a href="news.htm"><img src="images/bnews.gif" alt="[What's New]" border="0" width="58" height="14"></a><a href="serv01.htm"><img src="images/bservs.gif" alt="[Services]" border="0" width="57" height="14"></a> </p> | |
| <!--webbot bot="Include" endspan i-checksum="6474" --> | |
| <h5>Last modified: August 18, 1998 </h5> | |
| <p><script language="JavaScript"> | |
| function scrollit_r2l(seed) | |
| { | |
| var m1 = " Welcome to the U.S. Department of Transportation - Federal Aviation Administration"; | |
| var m2 = " FIMS Web Site for the Financial Information Management System......"; | |
| var m3 = " FIMS delivers timely and accurate on-line Business and Financial Analysis...featuring Monthly trends and End of Year Reports for the FAA....."; | |
| var m4 = " For further information on FIMS, or FIMS installation at your work site, you may call...1-800 FIMS HLP"; | |
| var msg=m1 + m2 + m3 + m4; | |
| var out = " "; | |
| var c = 1; | |
| if (seed > 100) { | |
| seed--; | |
| var cmd="scrollit_r2l(" + seed + ")"; | |
| timerTwo=window.setTimeout(cmd,80); } | |
| else if (seed <= 100 && seed > 0) { | |
| for (c=0 ; c < seed ; c++) { | |
| out+=" "; } | |
| out+=msg; | |
| seed--; | |
| var cmd="scrollit_r2l(" + seed + ")"; | |
| window.status=out; | |
| timerTwo=window.setTimeout(cmd,80); } | |
| else if (seed <= 0) { | |
| if (-seed < msg.length) { | |
| out+=msg.substring(-seed,msg.length); | |
| seed--; | |
| var cmd="scrollit_r2l(" + seed + ")"; | |
| window.status=out; timerTwo=window.setTimeout(cmd,80); } | |
| else { window.status=" "; | |
| timerTwo=window.setTimeout("scrollit_r2l(80)",75); | |
| } }} | |
| // -- End of JavaScript code -------------- | |
| </script></p> | |
| </body> | |
| </html> |