function popup(url,title,width,height,scroll)
{self.newwindow=self.open(url,title,'menubar=yes,toolbar=no,location=no,scrollbars=' + scroll + ',width=' + width + ',height=' + height);if(self.focus)self.newwindow.focus();}