
function popupItem(item, width, height) {
  window.open(item,
	      '_blank',
	      'toolbar=0,location=0,statusbar=0,menubar=0,width='+width+',height='+height+',left=20,top=20,scrollbars=yes'
  );
}

