function foo(url,width,height) {
  var features='menubar=0,status=0,toolbar=0,scrollbars=1,'+'width='+width+',height='+height+',';window.open(url,'',features);
}