if(typeof(Controls) == 'undefined')
	var Controls = {};
if(typeof(Controls.Objects) == 'undefined'){
	Controls.Objects = {};
}

Controls.Objects.CheckObject = function(type){
	if(type == 'undefined'){
		return false;
	}
	return true;
}

window.ch = Controls.Objects.CheckObject;
