function ConfirmDelete()
{
	if (confirm("Are you sure you want to delete this record?"))
		return true;
		else
		return false;
}
   function Anthem_Error(result)
        {
            alert('An error occured during the processing of your request, Please report to support@23-degrees.com. Error detail:: '+result.error);
         }

function openNewWindow(theURL,winName,height) { 
  var features = 'toolbar=no,menubar=no,scrollbars=yes,width='+height;
  window.open(theURL,winName,features);
} 

