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

