// JavaScript Document

// 別ウィンドウオープン

function mapWin(num) {
	window.open ("map.php?id="+num , "map");
}
