function TipClose()
{
	document.getElementById('balloon').style.display = "none";
}
