// function wopen(url) { if (url) { opwin = window.open(url); opwin.focus(); } } function wopen2(url) { if (url) { opwin = window.open(url,"map","height=560,width=560"); opwin.focus(); } } //