function confirmdel (url) {
	if (confirm('Are you sure, you want to delete the selected item?'))
		document.location = url;
}