function checkConfirm(msg) {
	var verify = confirm(msg);
	return verify;
}