titleDisplay = true;
staticHeights = 90;
contentHeight = document.body.offsetHeight;
function calcContentHeight(){
	contentHeight = document.body.offsetHeight;
	if(NS){
		contentHeight = window.innerHeight;
	}
	if(browser == "Firefox"){
		contentHeight = document.body.clientHeight;
	}

}
calcContentHeight();