function hideOverlay() {
	$('overlay').hide();
	$('infobox').hide();
}
