function closePromo(){
	document.getElementById("promoBox").style.visibility = "hidden";
	document.getElementById("promoBox").style.width = "0px";
	document.getElementById("promoBox").style.height = "0px";
	}
