function cdel() {
	if(confirm("Delete Confirmation\n\n Are you sure that you want to delete this?")) {
		return true;
	} else {
		return false;
	}
}
function crp() {
	if(confirm("Reset Confirmation..\n\n Are you sure that you want to reset this person's password?")) {
		return true;
	} else {
		return false;
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}