function showElems(el){
	with(el.style)
 		display = (display=="block")?"none":"block"; 
}
