function showprod(x) {
	prod = document.getElementById(x);
	prod.style.display = "block";
}
