function popup(url)
{
  var win = window.open(url, '_blank');
  return false;
}
