function openPhoto( photoUrl )
{
  window.open( photoUrl, 'Фото', 'width=500, height=375, resizable=yes, scrollbars=no, location=yes, toolbar=no, menubar=no, status=no, directories=no' );
  return false;
} 