function MapFullScreen(){ window.open('/web/map.php','full','titlebar=yes,fullscreen=no,status=1,status=yes, toolbar=no,scrollbars=yes,resizable=yes,top=0, left=0, width=800,height=600'); } function s_trim(s) { while((s.charAt(0) == ' ') || (s.charAt(s.length - 1) == ' ')) { if (s.charAt(0) == ' ') { s = s.substring(1, s.length - 1); } if (s.charAt(s.length - 1) == ' ') { s = s.substring(0, s.length - 2); } } return s; }