I got it figured out in the meantime... thanks for your response though... I used...
<script language='JavaScript'>
<!-- start script
function openWindow(url) {
popupWin = window.open(url,'Name', 'top=0,left=0,resizable=yes,width=850,height=550,scrollbars=yes,menubar=yes,toolbar=no')...