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.
50 lines (43 sloc)
2.17 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> | |
| <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <TITLE>U.S. DOT Office of the Chief Information Officer - Left 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"> | |
| <BASE TARGET="MainFrame"> | |
| <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0> | |
| <TR VALIGN=TOP> | |
| <TD NOWRAP> <A HREF="Missions.asp" OnMouseOver="message('Missions & Programs'); return true"><IMG SRC="images/Missions.jpg" WIDTH="157" HEIGHT="41" ALT="Mission and Programs" BORDER=0 HSPACE=0 ALIGN=TOP></A></TD> | |
| </TR> | |
| <TR VALIGN=TOP> | |
| <TD NOWRAP> <A HREF="Productivity.asp" OnMouseOver="message('Productivity'); return true"><IMG SRC="images/Productivity.jpg" WIDTH="157" HEIGHT="41" ALT="Productivity" BORDER=0 HSPACE=0 ALIGN=TOP></A></TD> | |
| </TR> | |
| <TR VALIGN=TOP> | |
| <TD NOWRAP> <A HREF="InfoManage.asp" OnMouseOver="message('Information Management'); return true"><IMG SRC="images/InfoManage.jpg" WIDTH="157" HEIGHT="41" ALT="Information Management" BORDER=0 HSPACE=0 ALIGN=TOP></A></TD> | |
| </TR> | |
| <TR VALIGN=TOP> | |
| <TD NOWRAP> <A HREF="Strategies.asp" OnMouseOver="message('DOT Strategies & Policy'); return true"><IMG SRC="images/Policy.jpg" WIDTH="157" HEIGHT="41" ALT="DOT Strategies and Policy" BORDER=0 HSPACE=0 ALIGN=TOP></A></TD> | |
| </TR> | |
| <TR VALIGN=TOP> | |
| <TD NOWRAP> <A HREF="WhatsNew.asp" OnMouseOver="message('Whats New'); return true"><IMG SRC="images/New.jpg" WIDTH="157" HEIGHT="41" ALT="What's New" BORDER=0 HSPACE=0 ALIGN=TOP></A></TD> | |
| </TR> | |
| <TR VALIGN=TOP> | |
| <TD NOWRAP> <A HREF="Y2KLinks.asp" OnMouseOver="message('Y2K Links'); return true"><IMG SRC="images/Y2kLinks.jpg" WIDTH="157" HEIGHT="41" ALT="Y2K Links" BORDER=0 HSPACE=0 ALIGN=TOP></A></TD> | |
| </TR> | |
| <TR VALIGN=TOP> | |
| <TD NOWRAP> <A HREF="OtherLinks.asp" OnMouseOver="message('Other Links'); return true"><IMG SRC="images/OtherLinks.jpg" WIDTH="157" HEIGHT="41" ALT="Other Links" BORDER=0 HSPACE=0 ALIGN=TOP></A></TD> | |
| </TR> | |
| </TABLE> | |
| </BODY> | |
| </HTML> |