
                                     
              // note NO spaces in the window specs
              function newPopwin(page){
                  Popwin = window.open(page,'', 
                      'width=670,height=503,scrollbars=1,'+
                      'resizable=1,status=0,menubar=0,toolbar=0,'+
                      'location=0,directories=0,copyhistory=0');
              }
