function openWin(URL, width, height) {
aWindow = window.open(URL,'thewindow','width='+width+',height='+height+',location=no,resizable=no,scrollbars=no,screenX=20,screenY=20,top=20,left=20');
       }
