function onClickItemTypeRemove(formname, arrayIndex) {
	return window.confirm("Do you really want to delete this item type?");
}

function onClickSchoolRemove(formname, arrayIndex) {
	return window.confirm("Do you really want to delete this school?");
}

function onClickAdminRemove(formname, arrayIndex) {
	return window.confirm("Do you really want to delete this School Administrator?");
}

function onClickTeacherRemove(formname, arrayIndex) {
	return window.confirm("Do you really want to delete this teacher?");
}

function onClickStudentRemove(formname, arrayIndex) {
	return window.confirm("Do you really want to delete this student?");
}

function onClickYearRemove(formname, arrayIndex) {
	return window.confirm("Do you really want to delete this School Year?");
}

function onClickClassRemove(formname, arrayIndex) {
	return window.confirm("Do you really want to delete this class?");
}

function onClickMenuItemRemove(formname, arrayIndex) {
	return window.confirm("Do you really want to delete this menu item?");
}

function onClickMenuRemove(formname, arrayIndex) {
	return window.confirm("Do you really want to delete this menu?");
}

function onClickRecipientRemove(formname, arrayIndex) {
	return window.confirm("Do you really want to delete this lunch recipient?");
}

function onClickVerifyPayment(formname, arrayIndex) {
	return window.confirm("Do you really want to mark this payment as verified?");
}

