// ================================================================================
//  Menu
// ================================================================================
function TopMenu()
{
document.write('<table width=770 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td colspan=2 bgcolor=#FFFFFF><img src=http://www.rtaf.mi.th/images/1x1.gif width=1 height=1></td></tr>');
document.write('<tr><td colspan=2 bgcolor=#000000><img src=http://www.rtaf.mi.th/images/1x1.gif width=1 height=1></td></tr>');
document.write('<tr>');
document.write('<td width=200 height=17 align=center valign=top background=http://www.rtaf.mi.th/images/mnu-bg.gif><img src=http://www.rtaf.mi.th/images/mnu-logo.gif width=130 height=17></td>');
document.write('<td width=570 align=right valign=top background=http://www.rtaf.mi.th/images/mnu-bg.gif>');
document.write('<table border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td valign=top><b>');
document.write('<img src=http://www.rtaf.mi.th/images/mnu-sp.gif width=2 height=17 align=absmiddle><a href=http://www.rtaf.mi.th/history/history.html class=menu> <span style="color:#ffcc00">ป</span>ระวัติ </a>');
document.write('<img src=http://www.rtaf.mi.th/images/mnu-sp.gif width=2 height=17 align=absmiddle><a href=http://www.rtaf.mi.th/mission/mission.html class=menu> <span style="color:#ffcc00">ภ</span>ารกิจ </a>');
document.write('<img src=http://www.rtaf.mi.th/images/mnu-sp.gif width=2 height=17 align=absmiddle><a href=http://www.rtaf.mi.th/org/org.html class=menu> <span style="color:#ffcc00">ห</span>น่วยขึ้นตรง ทอ. </a>');
document.write('<img src=http://www.rtaf.mi.th/images/mnu-sp.gif width=2 height=17 align=absmiddle><a href=http://www.rtaf.mi.th/news/news.asp class=menu> <span style="color:#ffcc00">ข่</span>าวย้อนหลัง </a>');
document.write('<img src=http://www.rtaf.mi.th/images/mnu-sp.gif width=2 height=17 align=absmiddle><a href=http://www.rtaf.mi.th/gallery/gallery.html class=menu> <span style="color:#ffcc00">แ</span>ฟ้มรูปภาพ </a>');
document.write('<img src=http://www.rtaf.mi.th/images/mnu-sp.gif width=2 height=17 align=absmiddle><a href=http://www.rtaf.mi.th/otherlinks/otherlinks.html class=menu> <span style="color:#ffcc00">ลิ</span>งค์น่าสนใจ </a>');
document.write('<img src=http://www.rtaf.mi.th/images/mnu-sp.gif width=2 height=17 align=absmiddle><a href=http://www.rtaf.mi.th/index.asp class=menu> <span style="color:#ffcc00">ห</span>น้าหลัก </a>');
document.write('<img src=http://www.rtaf.mi.th/images/mnu-sp.gif width=2 height=17 align=absmiddle>&nbsp;&nbsp;');
document.write('</b></td></tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td height=6 colspan=2 background=http://www.rtaf.mi.th/images/mnu-bt.gif><img src=http://www.rtaf.mi.th/images/1x1.gif width=1 height=6></td></tr>');
document.write('</table>');
}

