function Global() {
	
	
	this._userObj = {};
	this._accessObj = {};
	this._sceneObj = {};
	this._configObj = {};
	
	this._configObj._timeNum = 75;
	this._configObj._devBln = false;
}

var Global = new Global();




