// JavaScript Document

function verify(){
    msg = "Are sure you want to delete this record?";
    return confirm(msg);
    }
