function open_small_window(href, width, height) {
  var small_window = window.open(href, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width='+width+',height='+height);
  // small_window.focus();
  return;
}
