// JavaScript Document

<!--
function openmap() {
	window.open("sp/sp.html", "", "width=900,height=700,scrollbars=yes,resizable=yes");
}

function openmap_s() {
	window.open("../sp/sp.html", "", "width=900,height=700,scrollbars=yes,resizable=yes");
}
// -->
