function topanchor() {
	if (document.getElementById('content').clientHeight > 400) {
		  document.getElementById('topanchor').style.display='block';
	}
}
