AGREGAMOS LAS RUTAS DE JC Y LA FUINCION
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/wmb/lib/jquery-1.7.2.min.
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/wmb/lib/jc.js"></script>
funcion jc
$(document).ready(function(){
$("#hide").click(function(){
$("#element").hide();
});
$("#show").click(function(){
$("#element").show();
$("#close").hide();
});
});
los div
<div id="close"><a id="show" href="#">Read more ...</a></div>
<div id="element" style="display: none;">
.
.
.
</div>