function Slot() {
	this.id = null;
	this.name = null;
	this.tooltip1 = null;
	this.tooltip2 = null;
	this.title = null;
	this.products = new Array();
}

