window.onload = function() {
	var pops = document.getElementById('sidebar').getElementsByTagName('a');
	for (var i=0; i<pops.length; i++) {
		pops[i].onclick = function() {
			window.open(this.href, 'MeetingStreetInnMedia', 'width=500,height=390');
			return false;
		}
	}
	try { loadmap(); }
	catch(err) { }
}

window.onunload = function() {
	try { GUnload(); }
	catch(err) { }
}