function showMenu(type)
{
	document.write('<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>');
	document.write('<table width=100% border=0 cellspacing=0 cellpadding=0>');
	document.write('<tr class=hdr>');
	document.write('<td width=270 class=seal><p><img src=image/capseal.gif width=63 height=63> Oklahoma Wing<br>Civil Air Patrol</p></td>');
	document.write('<td><table width=100%  border=0 cellspacing=0 cellpadding=0>');
	document.write('<tr class=hdr><td width=14%><a href=index.php>Home</a></td>');
	document.write('<td width=14%><a target=_blank href=http://www.okcap.org/cal.php>Calendar</a></td>');
	document.write('<td width=14%><a href=form.php>Forms</a></td>');
	document.write('<td width=14%><a href=report.php>Reports</a></td>');
	document.write('</table></td></tr></table>');
}