function addToCart(productID)
{
	obj.action='CartProcess.asp?opt=add&id='+productID;
	obj.submit();
}

