/* JavaScript Document */

function confirmDelete()
{
	return confirm('Are you sure you want to delete this item? It will not be able to be recovered!');
}
function confirmSubmit()
{
	return confirm('Are you sure you want to submit this item? While pending approval it will be locked from editing!');
}
function confirmReSubmit()
{
	return confirm('Are you sure you want to re-submit this item? While pending approval it will be locked from editing!');
}