function toCart(id)
{
	document.cart.PID.value=id;
	document.cart.PQTY.value="1";
	document.cart.act.value="ADD";
	document.cart.submit();
}