	function ConfirmDelete(type) {
	  return window.confirm('This will permanently delete the ' + type + '!\n\nPlease confirm that you wish to proceed...');
	}
