	// Contains the Funuction that recalls all information, except price, for the cart

	function recall_selection()
	{
	if (top.cart["Organic Facial Cleanser FC00112"]) {
	document.frm.faccu1.checked = true;
	document.frm.facvu1.value = top.cart["Organic Facial Cleanser FC00112"].quantity; }

	if (top.cart["Organic Facial Wash FW00112"]) {
	document.frm.fawcu2.checked = true;
	document.frm.fawvu2.value = top.cart["Organic Facial Wash FW00112"].quantity; }
	}





