// JavaScript Document
	<!--
	function doPrint()
	{
	// This is for the browsers / systems that don't support printing.
	// Apply a test, then give instructions if needed.
	
	   if (false)
	   {
	   }
	   else
	   {
	      print();
	   }
	}
	
	//-->
