
<!--
function disclaimer(file_name)
{
	var msg = "DISCLAIMER OF LIABILITY\n" +
	"\n" +
	"With respect to CSMoS distributed software and documentation,\n" +
	"neither the United States Government nor any of their employees,\n" +
	"assumes any legal liability or responsibility for the accuracy,\n" +
	"completeness, or usefulness of any information, apparatus, product,\n" +
	"or process disclosed. Furthermore, software and documentation\n" +
	"are supplied \"as-is\" without guarantee or warranty,\n" +
	"expressed or implied, including without limitation, any warranty\n" +
	"of merchantability or fitness for a specific purpose.\n" +
	"\n" +
	"\n" +
	"DISCLAIMER OF ENDORSEMENT\n" +
	"\n" +
	"Reference herein to any specific commercial products, process, or\n" +
	"service by trade name, trademark, manufacturer, or otherwise, does\n" +
	"not necessarily constitute or imply its endorsement, recommendation,\n" +
	"or favoring by the United Sates Government. The views and opinions\n" +
	"of authors expressed herein do not necessarily state or reflect those\n" +
	"of the United States Government, and shall not be used for advertising\n" +
	"or product endorsement purposes.\n" +
	"\n" +
	"\n" +
	"COPYRIGHT STATUS\n" +
	"\n" +
	"The U.S. Government retains a non-exclusive, royalty-free license to\n" +
	"publish or reproduce the documents and software provided on the CSMoS\n" +
	"web site, or allow others to do so, for U.S. Government purposes. The\n" +
	"software and documentation may be freely distributed and used for\n" +
	"scientific and educational purposes.\n";
	alert(msg);
	location.replace(file_name);
}		
-->



