Introduction - If you have any usage issues, please Google them yourself
<script src="common/bs-images/js/classie.js"></script>
<script src="common/bs-images/js/modalEffects.js"></script>
<script type="text/javascript">
$(function(){
var docHeight = $(document).height()-102;
$('#navBoxListOne').css({'height':docHeight});
$('.navBoxListTwo').css({'height':docHeight});
$('.navBoxListThree').css({'height':docHeight});
$('#m-content').css({'height':docHeight});