function torol(frm)
{
	for(i = 2 ; i < 16 ; i++)
	{
		frm.elements[i].value = "";
	}
}

