<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<div class = "button_box">
<input type="button" class="show_button" value="Open All Three">
<input type="button" class="show_button2" value="Open Just 2">
<input type="button" class="show_button3" value="Open Just 3">
</div>
<div class="read_more">
<input type="button" class="hide_button" value="Close Info">
<p>Show or hide me with the button!</p>
<a href="http://www.amazon.com" target="_blank">Amazon!</a>
</div>
<div class="read_more2">
<input type="button" class="hide_button2" value="Close Info2">
<p>Show or hide me -- the second -- with the button!</p>
</div>
<div class="read_more3">
<input type="button" class="hide_button3" value="Close Info3">
<p>Show or hide me -- the third -- with the button!</p>
</div>