function CP(name, x, y) {
  window.open(name, 'photo', 'width=' + (x+20) +',height=' + (y+20));
  return false;
}
