function confdel() {
return confirm("This will permenantly delete this record!");
}

function nodel() {
alert("You cannot delete this record!");
return false;
}


