function clsDataObject(theID) {
	this.ID = theID;
	this.Items = Array();
}
