function openwin1(url) {        w = window.open(url, 'win1','width=720,height=600,scrollbars=yes,resizable=yes,');}function openmap(url) {        w = window.open(url, 'map','width=960,height=650,scrollbars=yes,resizable=yes,');}