Code help

Code help

Hello, i have this piece of code  <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>

<script>
$(document).ready(function(){
$(".text1").click(function(){
$(".text1nezobrazeny").toggle("slow");
});
});
</script>

<p class="text1">click for show</p>
<p class="text1nezobrazeny" style="display: none;">show</p>


Best thing will be when u look at my web site http://heliocare.neomed.cz/doporuceni/

As you can see. When u click on 1 link, all links show up. Is it possible make 1 click 1 link show pls? My inspiration was here http://heliocare.net/science.html. Im begginer ;)