function openwinmap() {
	window.open("info_map.html","map","width=600,height=600,top=40,left=40,scrollbars=yes");
}

function closewin(){
	window.close();
}

