function changeValue(i, v1, v2)
{
	if ( i.value == v1 )
		i.value = v2;
}