pues he encontrado lo que quiero hacer,pero el detalle es que 
   
Código:
 function show_div1()
     {
   document.getElementById("content1").style.visibility = "visible";
 }
     
Código:
 <div id="content1" style="visibility:hidden;">
				  He lets the last Hungarian go, and he
				  goes running. He waits until his wife and
				  kids are in the ground and he goes after
</div>
<div id="content2" style="visibility:hidden;">
				  He lets the last Hungarian go, and he
				  goes running. He waits until his wife and
</div>
  estos divs van seguidos, el detalle es que ya hice que aparecieran , pero pues uno debajo de otro, como le puedo hacer para que aparezcan en el mismo lugar??