function popup(href,width,height) {
  var width = width + 40;
  var height = height + 40;
  window.open( href, '_blank', 'width=' + width + ', height=' + height + ',scrollbars=1,resizable=1');
  return false;
}