function loadFoto(param)
    {
        if(param == 1)
        {    
            var htmlString = '<a href="http://www.helpness.eu/biografie/paul" title="Paul"><img style="border-left:3px solid #212121;border-top:3px solid #212121" src="http://www.helpness.eu/images/pavel.jpg" alt="Paul" /></a>' +
                             '<a href="http://www.helpness.eu/biografie/osman" title="Osman"><img style="border-top:3px solid #212121;border-right:3px solid #212121" src="http://www.helpness.eu/images/osman.jpg" alt="Osman" /></a>' +
                            '<a href="http://www.helpness.eu/biografie/marcel" title="Marcel"><img style="border-left:3px solid #212121;border-bottom:3px solid #212121" src="http://www.helpness.eu/images/marcel.jpg" alt="Marcel" /></a>'+
                            '<a href="http://www.helpness.eu/biografie/dawe" title="Dawe"><img style="border-right:3px solid #212121;border-bottom:3px solid #212121" src="http://www.helpness.eu/images/dawe.jpg" alt="Dawe" /></a>';
            
            $('#fotoImage').html('');
            $('#fotoImage').html(htmlString);
            
        } else if(param == 2)
        {
          $('#fotoImage').html('');
          $('#fotoImage').html('<a href="http://www.helpness.eu/biografie/dawe" title="Dawe"><img style="border:3px solid #212121" src="http://www.helpness.eu/images/main/dawe.jpg" alt="Dawe" /></a>');
        }
        else if(param == 3)
        {
          $('#fotoImage').html('');
          $('#fotoImage').html('<a href="http://www.helpness.eu/biografie/marcel" title="Marcel"><img style="border:3px solid #212121" src="http://www.helpness.eu/images/main/kajtra.jpg" alt="Marcel" /></a>');
        }
        else if(param == 4)
        {
          $('#fotoImage').html('');
          $('#fotoImage').html('<a href="http://www.helpness.eu/biografie/osman" title="Osman"><img style="border:3px solid #212121" src="http://www.helpness.eu/images/main/osman.jpg" alt="Osman" /></a>');
        }
        else if(param == 5)
        {
          $('#fotoImage').html('');
          $('#fotoImage').html('<a href="http://www.helpness.eu/biografie/paul" title="Paul"><img style="border:3px solid #212121" src="http://www.helpness.eu/images/main/paul.jpg" alt="Paul" /></a>');
        }
        else if(param == 6)
        {
          $('#fotoImage').html('');
          $('#fotoImage').html('<a href="http://www.helpness.eu/biografie/marcel" title="Marcel"><img style="border:3px solid #212121" src="http://www.helpness.eu/images/main/marcel.jpg" alt="Marcel" /></a>');
        }
    }