// to manage events fired by xiliFloom
function theLastslide(s,n) { 
	el = "headerright2";
    $(el).set('text','fin du cycle de '+(n+1)+' photos');
    $(el).highlight('#ccffcc');
    (function(){$(el).set('text','');}).delay(2000);
};

function theclickevent(i,el) {
$(el).set('text','slideshow '+((i==1)?'stopped! (click again to restart...)':'restarted!'))
$(el).highlight('#ffcccc');
(function(){$(el).set('text','');}).delay(2000);    
}