function openthis(it) {if (it.style.display=="block"){it.style.display="none";} else {it.style.display="block";};};