function popUp(sURL,sName,iWidth,iHeight) {window.open(sURL,sName,'width='+iWidth+',height='+iHeight+',scrollbars=no,noresize');}