Ext.onReady(function() {
	var aSpecials = [];
	var iIndex = 0;
	var htValues = new Hashtable();

	Ext.getBody().select('div.special-hidden').each(function(element, composite, index) {
		var special_name = 'a.' + element.getAttribute('id');
		Ext.ux.Lightbox.register(special_name, true, 1);
	});
});
