/*
地図のウインドウを開く
openMapWindow("表示するページのパス")
*/

function openMapWindow(_html){

window.open(_html,"","width=590,height=610,scrollbars=0,menubar=1,resizable=1,");
return false;

}
