function LC( xpic, xtitle, xh, xw) {
  var xcfg = "height=" + xh + ",width=" + xw + ",toolbar=no,menubar=no,scrollbars=no,resizable=yes,location=no,directories=no,status=no";
  window.open( xpic, xtitle, xcfg);
}