function toggleVisibility(me){	try{		me.style.visibility="hidden";		me.style.display="none";	}catch(e){}}