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.
36 lines (33 sloc)
1.76 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>SAO Internet</TITLE> | |
| </HEAD> | |
| <BODY BACKGROUND="images/bg/BeigeBG.JPG" BGCOLOR="#FFFFFF" TEXT="#333366" LINK="BLUE" VLINK="RED" ALINK="YELLOW"> | |
| <BASE TARGET="_parent"> | |
| <CENTER> | |
| <!-------- TITLE & MENU BAR -------------------------> | |
| <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=600> | |
| <TR><TD><A HREF="default.htm"><IMG SRC="images/Title-S.JPG" WIDTH=600 HEIGHT=54 BORDER=0 ALT="Texas State Auditor's Office"></A></TD></TR> | |
| <TR><TD><IMG SRC="images/Menubar-S.JPG" WIDTH=600 HEIGHT=51 BORDER=0 ALT="Texas State Auditor's Office MenuBar" USEMAP="#MenuBar" ISMAP></TD></TR> | |
| </TABLE> | |
| </CENTER> | |
| <!--------------------- Image Map Specifications ----------------------> | |
| <MAP NAME="MenuBar"> | |
| <!-- #$VERSION:1.30 --> | |
| <!-- #$AUTHOR:Hai Tran --> | |
| <!-- #$DATE:Wed Jun 10 14:59:17 1998 --> | |
| <!-- #$PATH:P:\US\PUBLIC\EVERYONE\INTERNET\INTRANET\HaiPages\images\ --> | |
| <!-- #$Image:Menubar-S.JPG --> | |
| <AREA SHAPE=RECT COORDS="11,1,143,16" HREF="AboutSAO-F.html" ALT="About SAO"> | |
| <AREA SHAPE=RECT COORDS="146,1,276,16" HREF="Contact-F.html" ALT="Contact Us"> | |
| <AREA SHAPE=RECT COORDS="282,1,410,16" HREF="Products-F.html" ALT="Products"> | |
| <AREA SHAPE=RECT COORDS="415,1,545,16" HREF="Employment-F.html" ALT="Employment Opportunities"> | |
| <AREA SHAPE=RECT COORDS="11,17,144,36" HREF="AuditRsrc-F.html" ALT="Audit Resources"> | |
| <AREA SHAPE=RECT COORDS="146,17,276,36" HREF="IntAudInf-F.html" ALT="Internal Audit Information"> | |
| <AREA SHAPE=RECT COORDS="282,17,410,36" HREF="http://www.hr.state.tx.us" ALT="Human Resources Information"> | |
| <AREA SHAPE=RECT COORDS="415,17,545,36" HREF="Search-F.html" ALT="Search SAO"> | |
| <AREA SHAPE=default HREF="default.htm" ALT="Texas State Auditor's Office"> | |
| </MAP> | |
| <!--------------------- End Of Map Specs -----------------------------> | |
| </BODY> | |
| </HTML> |