
function popup(link,name,w,h)
{
  features = 'width=' + w  + ',height=' + h;
  window.open(link.href,name,features)
  return false;
}
