// maplooie function maplooie() { mywidth = 610; myheight = 445; myleft = (screen.width - mywidth) / 2; mytop = (screen.height - myheight) / 2; window.open('!data/map.php', 'map', 'width='+mywidth+',height='+myheight+',scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left='+myleft+',top='+mytop); }