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