YAHOO.namespace("photoblog");YAHOO.photoblog.behaviours=function(){var YUE=YAHOO.util.Event,YUA=YAHOO.util.Anim,YUD=YAHOO.util.Dom;var slideListener=function(sElem,nHeight,fnComplete){var slide=function(sElement,sHeight){sHeight=parseInt(sHeight);animatorObj=new YUA(sElement,{height:{to:sHeight}},0.5,YAHOO.util.Easing.easeOut);if(fnComplete){animatorObj.onComplete.subscribe(fnComplete);}
animatorObj.animate();};(parseInt(YUD.getStyle(sElem,'height'))>0)?slide(sElem,0):slide(sElem,nHeight);};return{init:function(){function createTab(sParent,sTabId,sText,sBeforeElement){elTab=document.createElement('div');elTab.id=sTabId;elLink=document.createElement('a');elLink.href='#';elLink.appendChild(document.createTextNode(sText));elTab.appendChild(elLink);(sBeforeElement)?YUD.get(sParent).insertBefore(elTab,YUD.get(sBeforeElement)):YUD.get(sParent).appendChild(elTab);}
if(YUD.get('viewedphoto')){nThumbsHeight=135;nCommentFormHeight=400;nInfoHeight=YUD.get('info').offsetHeight;YUD.setStyle(['info','cform'],'height',0);YUD.setStyle('cform','display','block');sCookie=YAHOO.util.Cookie.get('thumbslider');if(sCookie!=='expanded'){YUD.setStyle('thumbs','height',0);}
YUD.setStyle('thumbs','display','block');sPhotoSRC=YUD.get('viewedphoto').src;YUD.get('viewedphoto').src='templates/darkmatter/img/blank.gif';myImage=new Image();myImage.onload=function(){YUD.get('viewedphoto').src=sPhotoSRC;YUD.setStyle('photo','background-image','none');YUD.get('viewedphoto').onload=new YAHOO.widget.Effects.Appear('viewedphoto',1500);};myImage.src=sPhotoSRC;function toggleThumbsCookie(){(YAHOO.util.Cookie.get('thumbslider')=='expanded')?YAHOO.util.Cookie.set('thumbslider','closed'):YAHOO.util.Cookie.set('thumbslider','expanded');}
createTab('image-info','image-info-toggle','détails image',false);createTab('thumbnail-navigator','thumbnail-navigator-toggle','bande photo',false);createTab('commentform','commentform-toggle','Réagir','cform');YUD.setStyle('image-info-toggle','visibility','hidden');YUD.setStyle(['image-info','thumbnail-navigator','cform'],'visibility','visible');YUE.on(['photo','photo-prev','photo-next'],'mouseover',function(){YUD.setStyle('image-info-toggle','visibility','visible');});YUE.on(['photo','photo-prev','photo-next'],'mouseout',function(){if(YUD.get('info').offsetHeight===0){YUD.setStyle('image-info-toggle','visibility','hidden');}});YUE.on('image-info-toggle','mouseover',function(){YUD.setStyle('image-info-toggle','visibility','visible');YUD.setStyle('photo-next','display','none');});YUE.on('image-info-toggle','mouseout',function(){YUD.setStyle('image-info-toggle','visibility','visible');YUD.setStyle('photo-next','display','block');});YUE.on('thumbnail-navigator-toggle','click',function(e){slideListener('thumbs',nThumbsHeight);toggleThumbsCookie();YUE.preventDefault(e);});YUE.on('image-info-toggle','click',function(e){slideListener('info',nInfoHeight,function(){(YUD.get('info').offsetHeight>0)?YUD.setStyle(['photo-prev','photo-next'],'top','-1000px'):YUD.setStyle(['photo-prev','photo-next'],'top','115px');});YUE.preventDefault(e);});YUE.on('commentform-toggle','click',function(e){slideListener('cform',nCommentFormHeight,function(){window.scrollTo(0,10000);});YUE.preventDefault(e);});}
if(YUD.get('tag_cloud')){nTagsHeight=YUD.get('tag_cloud').offsetHeight;YUD.setStyle('tag_cloud','height',0);YUD.setStyle('tags-tab','visibility','visible');createTab('tags-tab','tags-tab-toggle','liste des  tags',false);YUE.on('tags-tab-toggle','click',function(e){slideListener('tag_cloud',nTagsHeight);YUE.preventDefault(e);});}}};}();YAHOO.util.Event.onDOMReady(YAHOO.photoblog.behaviours.init);