/* copyright 2005 Paul Taylor*/ function confirmDelete() { if (confirm("This record will be permanently lost!\nAre you sure?")==false) return false; else return true; } function confirmChange() { alert("You have changed the Last name!\nAre you sure?\nIf you wish find a different parent, use the FIND button. This will default to ADD if it cannot find a matching parent."); return false; }