
document.write("<br><div align=center><FONT class='TinyText'>");
document.write("Last revised " + document.lastModified + "<br>");

if(bolPrint ==false){
	//document.write("<br>Please ensure the <b><font class=RedTextSmall>latest</font></b> version of this page is being viewed - press <b><font class=RedTextSmall>&quot;Ctrl+F5&quot;</font></b><br>");
	var percentWidthDifference = ((clientWidthWindow * 100)/screen.width );
	if (percentWidthDifference< 95){ 
		document.write("<font class=RedTextSmall>This window is </font><a href='screen.html' style='text-decoration: none;'  ><font class=RedTextUnderlineSmall>best displayed</font></a> <a href='#' onClick='Maximize()' style='text-decoration: none;' ><font class=RedTextUnderlineSmall>maximized.</font></a><br>");
	}
	document.write("<tr><td align=center><a href='screen.html' class='OuterMenu'>Screen</a>:<font class='TinyText'> " + screen.width + " x " + screen.height + "&nbsp;&nbsp;&nbsp;&nbsp;</font></td></tr>");
	document.write("<tr><td align=center><a href='screen.html' class='OuterMenu'>Window</a>:<font class='TinyText' id='FooterClientWidthHeight'> " + clientWidthWindow + " x " + clientHeightWindow  + "</font></td></tr>");
	document.write("</table></center>");
	if(!document.all){
		document.write("<br>");
	}
}
document.write("© Copyright <a href='http//:www.cheqsoft.com' class='OuterMenu'>Chequers Software Limited</a> 2000-2006<br>All Rights Reserved.</FONT></div><br>");




