
function doDel( dLoc )
{
	var answer = confirm ("Are you sure you want to delete this?")
	if (answer)
		location.href = dLoc
}
