function cplPopImage(url)
{
  win = window.open(url, "cplimage", "width=700,height=600,resizable=yes,scrollbars=yes");
  win.focus();
}  
