function confirmSuppr(type, text) {
	return confirm("Do you really want to delete this " + type + " : " + text);
}
