function mediaPop(id, width, height) {
  if(width < 480)
    width = 480;
  height += 70;
  return window.open('/mediaHolder.php?id=' + id,
		     'nobleTruth', 'height=' + height + ',width=' + width +
		     ',resize=yes');
}
