function initBottom() {
			
	var objBottom = document.getElementById("bottomElement");

	objBottom.style.display = "block";
}