
function confirmDelete(targetURL)
{
	if(confirm('Please confirm delete'))
		{	document.location.href=targetURL
		}
}
