﻿// JScript File

function ListBoxItem(desc, value, id) {
   this.desc= desc;
   this.value= value;
   this.id = id;
}
ListBoxItem.prototype = ListBoxItem;

var curPrice = 0;
var totalSelection = 0;
var totCopies = 1;
var arrayPhotos = new Array();
var arrayProdPhotos = new Array();
var curID = 0;
