/* MapOpen */
function OpenWindow(theURL){
	ww = window.open(theURL,'map','scrollbars=no,resizable=no,width=680,height=530,left=10,top=10,toolbar=no,menubar=no,location=no');
	ww.focus();
}

/* MapOpenReki */
function OpenWindowReki(theURL){
	ww = window.open(theURL,'map','scrollbars=no,resizable=no,width=680,height=450,left=10,top=10,toolbar=no,menubar=no,location=no');
	ww.focus();
}

/* MapOpenReki2：外部スタッフ */
function OpenWindowReki2(theURL){
	ww = window.open(theURL,'map','scrollbars=no,resizable=no,width=680,height=250,left=10,top=10,toolbar=no,menubar=no,location=no');
	ww.focus();
}