// JavaScript Document
var ScreenDetect = {
	init: function() {
	this.width=screen.width;
	this.height=screen.height;
}
}

ScreenDetect.init();