var cf=new ContentFlow("contentFlow",{relativeItemPosition:"middle center",fixItemSize:false,maxItemHeight:400,reflectionHeight:0,scaleFactor:1,scaleFactorLandscape:"max",flowSpeedFactor:0.45,startItem:0,circularFlow:false,visibleItems:5,onclickInactiveItem:function(a){changerScrollbar(a.index);},onMoveTo:function(a){changerScrollbar(a.index);},calcCoordinates:function(c){var b=c.relativePosition;var e=this.conf.visibleItems;var d=1-1/Math.exp(Math.abs(b)*0.5);var a=c.side*e/(e+1)*d;var g=1;return{x:a,y:g};},calcSize:function(d){var b=Math.abs(d.relativePosition);var c=Math.pow(0.8175,b);var a=c;return{width:a,height:c};}});function changerScrollbar(b){if(b==undefined){b=0;}else{b=b+1;}for(var a=1;a<6;a++){if(a==b){$("#index"+b).addClass("currentIndex"+b);}else{$("#index"+a).removeClass("currentIndex"+a);}}}function traitementPicto(a,b){$(a).hover(function(){ContentFlowGlobal.Flows[0].moveTo(b);});$(a).click(function(){document.location.href=ContentFlowGlobal.Flows[0].getItem(b).content.getAttribute("href");});}$(function(){$("#index1").addClass("currentIndex1");for(var a=1;a<6;a++){traitementPicto($("#index"+a),a-1);}Cufon.now();Cufon.replace(".cufon",{fontFamily:"Frutiger CE Bold"});Cufon.replace("b",{fontFamily:"Frutiger LT 55 Roman"});Cufon.replace(".cufonLight",{fontFamily:"Frutiger CE 45 Light"});});
