// Popup Javascript by MJAInc. function shoutbox1(wintype) { var nwl = (screen.width-570)/2; var nwh = (screen.height-580)/2; shoutbox=window.open(wintype, 'DDS - Shoutbox', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=570,height=580,left='+nwl+',top='+nwh+''); }