/**
 * @author Abdellah
 */
function abInitPopTheme(triggers) {
	$$('.thumbnail').each(function(el){
	});
	/*
	var delayed = function(mainBg, iconBg){
		this.addEvent('click', function(e) {
			box.setContainerBg(mainBg, iconBg);
		})
	};
	
	delayed('popupBg-violet2', 'violet2-goToReportsIcon').delay(1000, $('allFlv'));
	delayed('popupBg-violet2', 'violet2-goToAnimIcon').delay(1000, $('allSwf'));
	delayed('popupBg-violet2', '').delay(1000, $('allSwf'));
	*/
}
