// ================================================================================
//  HEADER  NORMAL
// ================================================================================
function Header_Normal()
{
document.write('<table width=770 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td height=5 bgcolor=#000000><img src=http://www.rtaf.mi.th/images/1x1.gif width=1 height=5></td></tr>');
document.write('<tr><td height=1 bgcolor=#FFFFFF><img src=http://www.rtaf.mi.th/images/1x1.gif width=1 height=1></td></tr>');
document.write('<tr><td bgcolor=#0099FF><img src=http://www.rtaf.mi.th/images/head0.jpg width=770 height=125></td></tr>');
document.write('</table>');
}


// ================================================================================
//  HEADER  EVENT
// ================================================================================




// ================================================================================


// ================================================================================
//  HEADER  SELECTOR
// ================================================================================
function Header()
{
	Header_Normal()
}


// ================================================================================
//  FOOTER
// ================================================================================
function Footer()
{
document.write('<table width=770 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td bgcolor=#000000><img src=http://www.rtaf.mi.th/images/1x1.gif width=1 height=5></td></tr>');
document.write('<tr>');
document.write('<td align=right bgcolor=#29364a background=http://www.rtaf.mi.th/images/block-bg.gif class=litegray12 style=\"padding-right: 10px;\">');
//document.write('<br>จัดทำโดย <a href=http://www.dict.rtaf.mi.th target=_blank class=litegray>กรมเทคโนโลยีสารสนเทศและการสื่อสารทหารอากาศ</a>');
document.write('<br>ดำเนินการโดย <a href=http://www.comm.rtaf.mi.th target=_blank class=litegray>กรมสื่อสารอิเล็กทรอนิกส์ทหารอากาศ</a>');
document.write('<br>กองทัพอากาศ ดอนเมือง<br>กรุงเทพฯ 10210<br>');

//document.write('<!-- TrueHits -->');
//document.write('<!--BEGIN WEB STAT CODE---->');
//document.write('<script language=\"javascript1.1\" src=\"http://hits.truehits.in.th/data/h0012689.js\"></script>');
//document.write('<!-- END WEBSTAT CODE -->');

document.write('<br></td>');
document.write('</tr>');
document.write('<tr><td bgcolor=#000000><img src=http://www.rtaf.mi.th/images/1x1.gif width=1 height=1></td></tr>');
document.write('</table>');
}


