function ShowHeader()
{
	document.writeln( "\
<TABLE cellSpacing=\"2\" cellPadding=\"4\" border=\"0\" bgcolor=\"navy\" width=\"95%\">\
	<TR bgcolor=\"ghostwhite\">\
		<TD rowSpan=\"2\"><img src=\"images/LogoAnimated.gif\" width=\"257\" height=\"83\" title=\"RCPRO Home\" style=\"cursor: hand\" onclick='javascript:document.location.href=\"http://www.rcpro.org/html\";'>\
		</TD>\
		<TD><font size=\"2\" face=\"Verdana, SansSerif, Sans-Serif\" color=\"navy\"><b><i>Spreading the fun and excitement of pylon racing to all R/C modelers regardless of the type of aircraft they build or fly, from Park Flyers to Giant Scale, with our primary focus on 2 pole racing.</i></b></font>\
		</TD>\
	</TR> \
	<TR bgcolor=\"ghostwhite\">\
		<TD><font size=\"2\" face=\"Verdana, SansSerif, Sans-Serif\" color=\"navy\">Visit <a href=\"http://www.facebook.com/pages/RCPROorg/223516891052909\" target=\"_blank\"><font color=\"blue\">RCPRO.org</font></a> and <a href=\"http://www.facebook.com/club40racing\" target=\"_blank\"><font color=\"blue\">Club 40 Racing</font></a> on Facebook</font></TD>\
	</TR>\
</TABLE>" );

}

		
function ShowHeaderDotDot()
{
	document.writeln( "\
<TABLE cellSpacing=\"2\" cellPadding=\"4\" border=\"0\" bgcolor=\"navy\" width=\"95%\">\
	<TR bgcolor=\"ghostwhite\">\
		<TD rowSpan=\"2\"><img src=\"../images/LogoAnimated.gif\" width=\"257\" height=\"83\" title=\"RCPRO Home\" style=\"cursor: hand\" onclick='javascript:document.location.href=\"http://www.rcpro.org/html\";'>\
		</TD>\
		<TD><font size=\"2\" face=\"Verdana, SansSerif, Sans-Serif\" color=\"navy\"><b><i>Spreading the fun and excitement of pylon racing to all R/C modelers regardless of the type of aircraft they build or fly, from Park Flyers to Giant Scale, with our primary focus on 2 pole racing.</i></b></font>\
		</TD>\
	</TR> \
	<TR bgcolor=\"ghostwhite\">\
		<TD><font size=\"2\" face=\"Verdana, SansSerif, Sans-Serif\" color=\"navy\">Visit <a href=\"http://www.facebook.com/pages/RCPROorg/223516891052909\" target=\"_blank\"><font color=\"blue\">RCPRO.org</font></a> and <a href=\"http://www.facebook.com/club40racing\" target=\"_blank\"><font color=\"blue\">Club 40 Racing</font></a> on Facebook</font></TD>\
	</TR>\
</TABLE>" );

}
		

