function class_Projects() {
	this.id = 0;
	this.company = "";
	this.title = "";
	this.thumbnail = "";
	this.main_show = "";
	this.best = false;
	this.best2 = false;
	this.banner = false;
	this.details1 = "";
	this.details2 = "";
	this.width_ = 0;
	this.height_ = 0;
}

function class_ProjectDetails() {
	this.id = 0;
	this.title = "";
	this.company = "";
	this.details1 = "";
	this.details2 = "";
	this.main_show = "";
	this.big_show = "";
	this.width_ = 0;
	this.height_ = 0;
	this.xtraimages = Array;
	this.best = false;
	this.best2 = false;
}

function class_ProjectImages() {
	this.id = 0;
	this.thumbnail = "";
	this.main_show = "";
	this.big_show = "";
	this.width_ = 0;
	this.height_ = 0;
	this.descr = "";
}

function class_Links() {
	this.category = "";
	this.descr = "";
	this.url_ = "";
}