\n'); } // end for IE function setPageHeight() { var w = w ? w : window; var windowHeight = w.innerHeight || (w.document.documentElement.clientHeight || w.document.body.clientHeight); if(IE6==true) { $('#content-wrapper').css({'height': windowHeight + 'px'}); } else { $('#content-wrapper').css({'min-height': windowHeight + 'px'}); $('#content-wrapper').css({'height': 'auto'}); } }