function removePreloader()
{
	document.getElementById("preloader").style.display = "none";
}