
function Size(){
	this.width = screen.width;
	this.height = screen.height;
}

//Variables Globals
Size = new Size();
