Team:USTC-Software/js/init

$(document).ready(function () {

       $('.container').height($(window).height()-$('#menu').height() - 25)       
       $('.wide').height($(window).height()-$('#menu').height() - 25)
       $('#leftnav').height($(window).height() - $('#menu').height() - 125)
   })