function windowGallery( iId ){
  var refFoto = window.open( "galeria/zremb" + iId +".JPG", 'Photo', "heigth=500,width=700,top=20,left=20,resizable=yes,scrollbars=yes,status=0;" );
}
function windowGallery2( iId ){
  var refFoto = window.open( "galeria/"+iId+"_d.jpg", 'Photo', "heigth=500,width=700,top=20,left=20,resizable=yes,scrollbars=yes,status=0;" );
}