/* オフィスマップ */

function openMAP() {
	var w = window.open("", "sw01", "width=560,height=500,scrollbars=1,resizable=0,toolbar=0,menubar=1,location=0,status=0");
	if((w == window) || w.closed) { w.focus();} else {w.focus();}
	return(false);
}
