<!--
function t_win() {
window.open('map_b01.html', 'mywindow', 'width=1000, height=900, menubar=no, toolbar=no, scrollbars=yes');
}
function t2_win() {
window.open('map_b02.html', 'mywindow', 'width=800, height=620, menubar=no, toolbar=no, scrollbars=yes');
}
function t3_win() {
window.open('map_b03.html', 'mywindow', 'width=820, height=550, menubar=no, toolbar=no, scrollbars=yes');
}
// -->


