function Product_OverDivLiter(str)
{
	document.getElementById("Product_ldiv_"+str).className = "Liter_divOver";
	document.getElementById("Product_sdiv_"+str).style.display = "block";
}
function Product_OutDivLiter(str)
{
	document.getElementById("Product_ldiv_"+str).className = "Liter_divOut";
	document.getElementById("Product_sdiv_"+str).style.display = "none";
}
