var InnerPage = {}

InnerPage.ActivateToTopContainer = function(oBody){

	if(document.getElementById('MainContentContainer').clientHeight > 1500){
		document.getElementById('ToTopContainer').style.display = '';
	}
}