the code loads correctly on the first apDiv but nothin is showing on the secound one...here is the code that i have.
<body onload="MM_showHideLayers('apDiv1','','hide','apDiv2','','hide')">
<p><a href="#" onclick="MM_showHideLayers('apDiv1','','show','apDiv2','','hide')">1</a></p>
<p><a href="#" onclick="MM_showHideLayers('apDiv1','','hide','apDiv2','','show')">2</a></p>
<p> </p>
<div id="apDiv1">
<?php include('ano/widget-comments.php'); ?>
</div>
<div id="apDiv2">
<?php include('ano/widget-comments.php'); ?>
</div>
</body>