function getCoords() {
	var a = document.getElementById('clear').offsetTop;
	window.alert(a);
}
