function revealBuyBox(id)
{
	var div = document.getElementById("buy"+id);
	div.style.overflow = "visible";
}