function preview(src, height, width) {
  window.open(src, '', 'toolbar=0,menubar=0,scrollbars=no,resizable=no,status=1,location=0,directories=0,copyhistory=0,height=' + height + ',width=' + width);
}
