function handlePriceBox(box, photoID)
{
	// Need to retrieve the name and the price.
	// Price will be between the two ( ... )

	var item = box.options[box.selectedIndex].text;

	var name = photoID;
}
