// JavaScript Document

// オンラインショップ

function map() {
	var webshop=window.open('http://www.shonan-is.org/map.html', 'map', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=540,height=600,');
webshop.window.focus();
}


function privacy() {
	var privacy=window.open('http://www.shonan-is.org/Privacypolcy.html', 'privacy', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=517,height=600,');
privacy.window.focus();
}


