function hideTopInfo() {
	var obj = document.getElementById('topInfo');
	obj.parentNode.removeChild(obj);
	return false;
}
