function formGen(item)
{
	if (item != null)
		item.readOnly = true;
}