function openMap()
{
	window.open("map.html", "Map", "width=456,height=456,scrollbars=no,resizable=no");
}