function confirm_delete(url) {
	if (confirm('Are you sure you want to delete this record?\nThis action is permanent!')) {
		document.location.href=url;			
	}	
}