function popup(url,title,width,height){
  window.open(url, title, 'width='+width+',height='+height+',top=50,left=50');
}