function map_WindowOpen(spot) {
	window.open('map_' + spot + '.html','win1','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=560,height=650');
}

function map_WindowOpen2(spot) {
	window.open('map_' + spot + '.html','win1','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=560,height=720');
}

function map_WindowOpen3(spot) {
	window.open('../'+'../'+'co_guide/'+'map_' + spot + '.html','win1','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=560,height=720');
}

function map_WindowOpen4(spot) {
	window.open('co_guide/'+'map_' + spot + '.html','win1','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=560,height=680');
}

