function Work(){
	this.title;
	this.description;
	this.images = new Array();
}
