/////////////////////////////////////////////////////////////////////
// Top and Bottom of Pages
// by.. Flg.Off. Venich Thongsom
/////////////////////////////////////////////////////////////////////

function Top(uplevel)
{
	path = ""
	for(i=uplevel;i>0;i--) path += "../"
	document.write('<table width=100% border=0 cellpadding=0 cellspacing=0>')
	// document.write('<tr><td height=50 bgcolor=#0D77F9 background=\"'+path+'images/sky01.gif\"><img src=\"'+path+'images/space.gif\" width=1 height=1 border=0></td></tr>')
	document.write('<tr><td height=50 bgcolor=#0D77F9 align=left><img src=\"'+path+'images/rtaf_text.gif\" width=320 height=50 border=0></td></tr>')
	document.write('</table>')
}

function Bottom(uplevel)
{
	path = ""
	for(i=uplevel;i>0;i--) path += "../"
	document.write('<table width=100% border=0 cellpadding=0 cellspacing=0>')
	document.write('<tr><td height=15 bgcolor=#cccccc align=right>')
		if (uplevel == 0)
		{	writeDate()
			document.write('&nbsp;&nbsp;&nbsp;&nbsp;</td></tr>')
		}
		else
			document.write('<img src=\"'+path+'images/space.gif\" width=1 height=1 border=0></td></tr>')
			
	document.write('<tr><td height=40 bgcolor=#e6e6e6 align=center valign=middle><font style=\"font-family:ms sans serif; font-size:12px; color:#808080\">by... The Office of Information Technology, Royal Thai Air Force.<br>[ last update : Nov 15, 2004 ]</font></td></tr>')
	document.write('<tr><td height=10 bgcolor=#ffffff background=\"'+path+'images/ruler-trans.gif\"><img src=\"'+path+'images/space.gif\" width=1 height=1 alt=\"\" border=0></td></tr>')
	document.write('</table>')
}