// JavaScript Document


function add_extra_top()
{

	if(screen.height > 844)
	{
		extra_top = document.getElementById("extra_top");
		extra_top.style.display = "block";
	}
}
