
function popup(url, width, height)
{
  window.open(url, '', 'resizable=1,width='+width+',height='+height+',scrollbars=1');
}
