function addToCart(pid)
{
	document.cart.pid.value = pid;
	document.cart.submit();
	return false;
}
