runOnLoad(function() {
	var s = Ext.get('layright');
	if(s) {
		s.unselectable();
	};
	var s = Ext.get('contentuebersicht');
	if(s) {
		s.unselectable();
	};
	Ext.select('*[class^=c_]').each(function(s) {
		s.unselectable();
	});
});




