/* <dtml-var "enableHTTPCompression(request=REQUEST, debug=1, js=1)"> (this is for http compression) */

// TS Alexander - AssetWeb: 2004 10 18 

function confirmClearQuestion(query)
{
	query = (query)? query : "Are you sure you wish to delete the results of this question?";
	return confirm(query);
}
