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

