﻿// JScript File

function confirmDeletion()
{
	return confirm("Are you sure you want to delete selected records?") ;
}
function confirmStatusUpdatation()
{
	return confirm("Are you sure you want to update selected status?") ;
}
function confirmMoveToArchives()
{
	return confirm("Are you sure you want to move to archives?") ;
}
