window.onload = function() {
resetStyle();
}
window.onresize = function() {
var resetStyle = function() {
document.getElementById("mainContainer").style.minHeight = window.innerHeight + "px";