function fotoVO	(src, desc, tag) {
	this.src = src;
	this.desc = desc;
	this.tag = tag;
}