function Item(iPhoto, iPaper, iQty)
{
	this.photo = iPhoto;
	this.paper = iPaper;
	this.qty = iQty;
}
