function openWindow(url) { popupWin = window.open(url, 'remote', 'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=no, dependent, width=450, height=500, left=60, top=20') }