function popup(link, w, h)
{
  w = w + 16;
  h = h + 16;
  window.open(link, "", "status=0,toolbar=0,scrollbars=1,directories=0,location=0,resizeable=1,width="+w+",height="+h);
}
