function PopupThumb(products_id, width, height, src, show){
	this.products_id=products_id;
	this.width=width;
	this.height=height;
	this.src=src;
	this.show=show;
}