var form_id;
function confirm_delete(go_url)
{
var answer = confirm("Are you sure to Delete the Selected Record?");
if (answer)
{
location=go_url;
}
}
