function aparecer(v)

	{
	v.style.height='120px'
	}

function desaparecer(v)

	{
	v.style.height='1px'
	}
