function PortfolioVO () { 
	this.id = "";
	this.thumbnail = "";
	this.screenshot = [];
	this.title = "";
	this.url = "";
	this.description = "";	
	this.tags = [];
}
