// z_voteomatic function z_voteomatic() { mywidth = 620; myheight = 450; myleft = (screen.width - mywidth) / 2; mytop = (screen.height - myheight) / 2; window.open('http://www.TheZone.fm/voteomatic/index_mainpage.php', 'drag_n_dropulator', 'width='+mywidth+',height='+myheight+',scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left='+myleft+',top='+mytop); }