var NavRowHeight=39;var LogoRowHeight=118;var FooterHeight=200;$(document).ready(function(){Position();$(window).resize(function(a){Position()})});function Position(){var a=$("#main-content").height()+NavRowHeight+LogoRowHeight;var b=$(window).height();$(document).height(a+FooterHeight);if(b>(a+FooterHeight)){$("#primary-container").height(b-FooterHeight)}else{$("#primary-container").height(a)}};
