var theV = "hid";
var theD = "no";


function product_info_block() {
	var el = document.getElementById("productInfoBlock");
	el.style.visible = theV + "den"; 
	el.style.display = theD + "ne";
}


