function printPageHeader()
{

	
	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.estek.net" TITLE="Enterprise Solution Technologies, Inc ( EST Inc. ) provides web development and custom software solutions">Enterprise Solution Technologies, Inc.</A>' );

	document.writeln( '	</TD>' );
	document.writeln( '	</TR>' );
	document.writeln( '</TABLE>' );

}
