function confirmAction(mess)
{
	return confirm(mess);
}

