
function hideBubbleElement(elementID) {
	document.getElementById(elementID).style.display = 'none';
}
