//<![CDATA[
function promptDelete() {
var agree=confirm("Are you sure you wish to PERMANENTLY delete this topic?\nAll posts within this topic will also be deleted.\n");
if (agree)
	return true ;
else
	return false ;
}
//]]>
