function OpenMap(url){ if (trim(url) != "") { //window.open(url, 'map_wnd', 'scrollbars=yes, resizable=no, width=600, height=450, left=200, top=150') window.open(url, '', 'location=yes, menubar=yes, scrollbars=yes, resizable=no, status=yes, toolbar=yes') }; }; //--------------------------------------------------------------------------------------------------------------