/*

$RCSfile: ihtNetscape.js,v $ 
$Author: john $  
$Date: 2000/12/19 19:47:53 $  
$Locker:  $ 
$Revision: 1.1 $ 

*/


if (!document.all)
	{
	document.writeln('<style type="text/css">');
	//document.writeln('.colIconL, .colIcon, .colIconS, .colIconSn, .colDays {cursor:pointer;}');
	document.writeln('.c, .click {cursor:pointer}');
	document.writeln('.noborder {border:1px solid}');
	document.writeln('</style>');
	}
