function CheckFormItems(theForm)
{
	var ok = true;
	if (theForm.ver_id && theForm.ver_id.value == 2)
	{
		theForm.ver_id.value = "mod";
		return true;
	}

	return false;
}
