function printPageHeader()
{



document.writeln( '<script type="text/javascript"><!-- google_ad_client = "pub-7500474732430535"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type = "text_image"; google_ad_channel ="5430051884"; google_color_border = "000000"; google_color_bg = "F0F0F0"; google_color_link = "0000FF"; google_color_text = "000000"; google_color_url = "008000"; //--></script>' );
document.writeln( '<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>' );

	document.writeln( '<TABLE WIDTH="100%">' );

	document.writeln( '	<TR>' );
	document.writeln( '	<TD ALIGN="LEFT" VALIGN="TOP">' );
	
	document.writeln( '<A HREF="./" TARGET="_top"><IMG SRC="graphics/idocslogo.jpg"  ALT="Idocs Guide to HTML" BORDER=0></A>' );

	document.writeln( '	</TD>' );
	document.writeln( '	<TD ALIGN="RIGHT" VALIGN="TOP">' );

	document.writeln( '	<B>idocs Guide To HTML</B> content provided by' );
	document.writeln( '	<BR>' );
	document.writeln( '	<A HREF="http://www.logicmountain.com" TITLE="Logic Mountain provides web development, web hosting, and custom software solutions">Logic Mountain Website Design</A>' );

	document.writeln( '	</TD>' );
	document.writeln( '	</TR>' );
	document.writeln( '</TABLE>' );




}
