function showPicture(cURL, nWidth, nHeight) {
  return window.open(cURL,'','toolbar=no, location=no,scrollbars=no, status=no, width='+ (nWidth + 20) +', height='+ (nHeight + 20))
}
