function openitPopup(sURL, strWidth, strHeight){ openParms = 'scrollbars=auto,toolbar=no,directories=no,menubar=no,resizable=yes,status=no,location=no,width=' + strWidth + ',height=' + strHeight; window.open(sURL,"popupname",openParms); }