function ViewMap()
{
	window.open("map.html","PopupWindow","scrollbars=no,resizable=yes,width=600,height=388");
}