// disclaimers or any other standard messages needed for the site

function externalSiteDisclaimer(url) {
	var answer=confirm("You have requested a document that is external to FSD's World Wide Website. FSD cannot attest to the accuracy of information provided by linked sites. Linking to a website does not constitute an endorsement by FSD, or any of its employees, of the sponsors of the site or the products presented on the site.");
	if( answer ) {
	    window.open(url);
	}
return false;
}