// JavaScript Document
function openWin()
{
	window.open("map.html","map","width=465,height=680,scrollbars=yes,location=no,menubar=no");
}
