<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<div id="popup-box1-container">
<div class="popup-box-wrapper">
<div id="popup-box1">
<h3>Popup box 1</h3>
<p><a href="javascript:void(0)" onclick="toggle_visibility('popup-box1-container');">Close this popup box</a></p>
</div><!-- popup-box1 end -->
</div><!-- popup-box-wrapper -->
</div><!-- popup-box-container end -->
<div id="page-wrap">
<div class="post">
<p>Here is a div, it's a post</p>
<p>Click <a href="javascript:void(0)" onclick="toggle_visibility('popup-box1-container');">here</a> to open the first popup box.</p>
</div><!-- post end -->
<div class="post">
<p>Here is a div, it's a post</p>
<p>Click <a href="javascript:void(0)" onclick="toggle_visibility('popup-box2');">here</a> to open the second popup box.</p>
</div><!-- post end -->
<div class="post">
<p>Here is a div, it's a post</p>
<p>Click <a href="javascript:void(0)" onclick="toggle_visibility('popup-box3');">here</a> to open the third popup box.</p>
</div><!-- post end -->
</div><!-- page-wrap -->