window.addEvent('domready',function(){client=[];description=[];ancre=[];image=[];dons=[];$$('#donnees div').each(function(el,index){dons[index]={client:el.get('title'),ancre:el.get('class')+'-'+el.get('title').replace(/[\s\.]/g,'-').replace(/[éèêëÊË]/g,'e').replace(/[àâ]/g,'a'),img:el.getElement('img').get('src'),description:el.getElement('span').get('html')};});dons.each(function(el,index){var divProjet=new Element('div',{id:'p'+index});var divImage=new Element('div',{'class':'image','style':'background-image: url(\''+el.img+'\')'});var divTexte=new Element('div',{'class':'texte'});var a=new Element('a',{'href':'portfolio/'+el.ancre.toLowerCase()+'.html'});var image=new Element('img',{'src':'image/encadrement-accueil.png','width':400,'height':305});var font=new Element('font',{'html':el.client});var div=new Element('div',{'class':'pos_texte','html':el.description});divProjet.adopt([divImage,divTexte]);image.inject(a);a.inject(divImage);divTexte.adopt([font,div]);divProjet.inject('projet');if(index>0)$('p'+index).setStyle('display','none');indice=$('p0').getChildren('div[class=texte]');indice=indice[0].getChildren('font').get('html');asuivre=$('donnees').getChildren('div[title='+indice[0]+']').getNext('div').get('title');$('realisation').set('html',asuivre[0]);});var clic=function(){img=this.getElement('img');img.set('src','image/bouton-suivant-clic.png');var change=function(){img.set('src','image/bouton-suivant.png');$('lien').addEvent('click',clic);}
change.delay(200);suivant();}
$('lien').addEvent('click',clic);$$('.bouton img').addEvent('click',function(){img=this;src=img.get('src');nsrc=src.replace('.png','-clic.png');img.set('src',nsrc);var loc=function(){nloc=img.getParent('div').get('id').replace('bouton-','')+'.html';if(nloc.match(/blog/g))nloc='blog';window.location.href='http://'+document.domain+'/'+nloc;}
loc.delay(100);});$$('#logo img').addEvents({'mouseenter':function(){$('accueil').setStyle('display','block');},'mouseleave':function(){$('accueil').setStyle('display','none');}});});function suivant(){nb=Math.round($('projet').getStyle('margin-left').toInt()/665);len=$('projet').getChildren('div').length;id=Math.round(-1*nb)+1;if(nb==0){depart=0;arrivee=-1;}else{depart=nb;arrivee=nb-1;}
if($('p'+id)&&len!==id){$('p'+id).setStyle('display','block');$('projet').tween('margin-left',[(depart*665),(arrivee*665)]);ind=((nb*-1)+1);if(ind==(dons.length)){ind=0;}
indice=$('p'+ind).getChildren('div[class=texte]');indice=indice[0].getChildren('font').get('html');if(((nb*-1)+1)==(dons.length-1)){asuivre=$('donnees').getChildren('div').get('title');}else{asuivre=$('donnees').getChildren('div[title='+indice[0]+']').getNext('div').get('title');}
$('realisation').set('html',asuivre[0]);image=$('p'+id).getChildren('div').get('style');dom=$('p'+id).getChildren('div').getChildren('a');}else $('projet').tween('margin-left',[(arrivee*665),0]);reg=/^(.+\()(.+)(.[^)])/;nreg=/^.+=/;i=image[0].split(reg);d=dom[0][0].get('href').split(nreg);}
function roll(id){reg=/(roll)/;$$(id+' .portfolio img').each(function(el){img=el.get('src');if(reg.test(reg))img.set('src',img.replace('-roll',''));else img.set('src',img.replace('.png','-roll.png'));});}
function suivi(img,dom){var req=new Request({url:'suivi.html',method:'post',autoCancel:true,data:'image='+img+'&dom='+dom}).send();}
