function windowVideo( sFotoAdres, sTitle, sPageUrl, iReturn ){
	if( !sTitle )
		sTitle = 'Field-Map Video';
  if( !iReturn )
    iReturn = false;
  if( !sPageUrl )
    sPageUrl = '';

  var refVideo = window.open( sPageUrl + "video.php?p=showFoto&adresFoto=" + sFotoAdres + "&tytylStrony=" + sTitle, sTitle, "heigth=500,width=700,top=20,left=20,resizable=yes,scrollbars=yes,status=0;" );

  if( iReturn == true )
  	return refVideo
} 
