(function(A){function C(I,F,M,D,K,E,L){var H,G;var J=new Array;if(I==1){if((F>=D)||(M>=K)){if((F>=D)&&(M>=K)){if(F>M){G=D;H=parseInt((M*G)/F,10)}else{H=K;G=parseInt((F*H)/M,10)}}else{if((F>=D)&&(M<=K)){G=D;H=parseInt((M*G)/F,10)}else{if((F<=D)&&(M>=K)){H=K;G=parseInt((F*H)/M,10)}}}J[0]=G;J[1]=H;return J}else{J[0]=F;J[1]=M;return J}}else{if(I==2){if((F<=E)||(M<=L)){if((F<=E)&&(M<=L)){if(F<M){G=E;H=parseInt((M*G)/F,10)}else{H=L;G=parseInt((F*H)/M,10)}}else{if((F<=E)&&(M>=L)){G=E;H=parseInt((M*G)/F,10)}else{if((F>=E)&&(M<=L)){H=L;G=parseInt((F*H)/M,10)}}}J[0]=G;J[1]=H;return J}else{J[0]=F;J[1]=M;return J}}else{if(I==3){if((F>=D)||(M>=K)){if((F>=D)&&(M>=K)){if(F>M){G=D;H=parseInt((M*G)/F,10)}else{H=K;G=parseInt((F*H)/M,10)}}else{if((F>=D)&&(M<=K)){G=D;H=parseInt((M*G)/F,10)}else{if((F<=D)&&(M>=K)){H=K;G=parseInt((F*H)/M,10)}}}J[0]=G;J[1]=H;return J}else{if((F<=E)||(M<=L)){if((F<=E)&&(M<=L)){if(F<M){G=E;H=parseInt((M*G)/F,10)}else{H=L;G=parseInt((F*H)/M,10)}}else{if((F<=E)&&(M>=L)){G=E;H=parseInt((M*G)/F,10)}else{if((F>=E)&&(M<=L)){H=L;G=parseInt((F*H)/M,10)}}}J[0]=G;J[1]=H;return J}}}}}}var B=A.preload=function(I,J){if(I.split){I=A(I)}J=A.extend({},B.defaults,J);var K=A.map(I,function(M){if(!M){return}if(M.split){return J.base+M+J.ext}var N=M.src||M.href;if(typeof J.placeholder=="string"&&M.src){M.src=J.placeholder}if(N&&J.find){N=N.replace(J.find,J.replace)}return N||null});var D={loaded:0,failed:0,next:0,done:0,total:K.length};if(!D.total){return F()}var H="<img/>",L=J.threshold;while(--L>0){H+="<img/>"}H=A(H).load(G).error(G).bind("abort",G).each(E);function G(M){D.found=M.type=="load";D.image=this.src;var N=D.original=I[this.index];D[D.found?"loaded":"failed"]++;D.done++;if(J.placeholder&&N.src){N.src=D.found?D.image:J.notFound||N.src}if(J.onComplete){D.mode=J.resizeMode;D.hMax=J.heightMax;D.wMax=J.widthMax;D.hMin=J.heightMin;D.wMin=J.widthMin;D.h=N.height;D.w=N.width;D.src=N.src;D.obj=N;J.onComplete(D,this)}if(D.done<D.total){E(0,this)}else{if(H.unbind){H.unbind("load").unbind("error").unbind("abort")}H=null;F()}}function E(M,N,O){if(A.browser.msie&&D.next&&D.next%B.gap==0&&!O){setTimeout(function(){E(M,N,true)},0);return false}if(D.next==D.total){return false}N.index=D.next;N.src=K[D.next++];if(J.onRequest){D.image=N.src;D.original=I[D.next-1];J.onRequest(D)}}function F(){if(J.onFinish){J.onFinish(D)}}};B.gap=14;B.defaults={threshold:2,base:"",ext:"",replace:"",resizeMode:1,widthMax:110,heightMax:110,widthMin:110,heightMin:110,onComplete:function(E,D){var I=E.h;var O=E.w;var H=E.hMin;var N=E.wMin;var G=E.hMax;var M=E.wMax;var J=E.mode;var K=C(J,I,O,G,M,H,N);var F=K[0];var L=K[1];E.obj.height=F;E.obj.width=L}};A.fn.preload=function(D){B(this,D);return this}})(jQuery);(function(A){A.fn.extend({center:function(B){var B=A.extend({inside:window,transition:0,minX:0,minY:0,withScrolling:true,vertical:true,horizontal:true,height:A(this).outerHeight(),width:A(this).outerWidth(),fade:0,zIndex:-1},B);return this.each(function(){var D={position:"absolute"};if(B.vertical){var E=(A(B.inside).height()-B.height)/2;if(B.withScrolling){E+=A(B.inside).scrollTop()||0}E=(E>B.minY?E:B.minY);A.extend(D,{top:E+"px"})}if(B.horizontal){var C=(A(B.inside).width()-B.width)/2;if(B.withScrolling){C+=A(B.inside).scrollLeft()||0}C=(C>B.minX?C:B.minX);A.extend(D,{left:C+"px"})}if(B.transition>0){A(this).animate(D,B.transition)}else{A(this).css(D)}if(B.zIndex!=-1){A(this).css("zIndex",B.zIndex)}if(B.fade>0){A(this).fadeIn(B.fade)}return A(this)})}})})(jQuery);;(function(A){A.fn.slider=function(G){var G=A.extend({tempo:800,widthImg:110,heightSlide:110,nbShow:2,nbMove:2,mrgTop:75,autoAlign:true},G);displayOff=false;function I(L){nbView=G.nbShow;widthImage=G.widthImg;widthUl=A("ul",L).width();marginLi=A("li",L).css("margin-right");heightSubTitle=new Array();A("li",L).each(function(X){heightSubTitle[X]=A("dd",this).height()});if(heightSubTitle.length<=0){displayOff=true}else{if(heightSubTitle.length<=G.nbShow){A(".bouton",L).css("display","none")}}if(!displayOff){sortTab=heightSubTitle.sort();invTab=sortTab.reverse();heigthSlider=G.heightSlide;A(L).height(heigthSlider);var U=A(L).prev("b").hasClass("br");var T=A(L).prev("b").hasClass("bl");var W=A(L).prev("b").hasClass("tr");var V=A(L).prev("b").hasClass("tl");var M=A(L).children("span").children("a").children("img").width();le=marginLi.length;su=parseInt(marginLi.substr(0,le-2));stepOne=(widthImage+su);widthSlider=(stepOne*nbView);step2=parseInt(widthSlider+M);step3=parseInt(step2+su);if(U!=false||T!=false||W!=false||V!=false){A(L).parent("div").parent("div").parent("div").width(step3)}else{A(L).width(step3)}A(".TousProduitsSliders").parent("div").width(step3);A(".bouton",L).height(heigthSlider);maxHeight=invTab[0];A("ul li dl dt",L).each(function(){A(this).width(G.widthImg);A(this).css({"position":"relative","text-align":"center"})});var O=A("li",L).css("margin-right");len=O.length;subb=parseInt(O.substr(0,len-2));nbArt=invTab.length;lenUl=(subb*nbArt)+(nbArt*widthImage);retourLenUl=lenUl+"px";A("ul",L).css("width",retourLenUl);heightButton=A(L).children("span.bouton").children("a").children("img").height();recupHeightElmt=(heigthSlider/2)-(heightButton/2);heightElmt=recupHeightElmt+"px";A(L).children("span.bouton").children("a").css({"margin-top":heightElmt,"display":"block"});testBtnView=true;A("ul li dl",L).each(function(){A(this).width(widthImage)});A(L).children("span.bouton").eq(1).children("a").children("img").css("margin-left","1px");nbElmt=invTab.length;cibleUl=A("ul",L);posUl=A("ul",L).position();var P=C(cibleUl,posUl.left,nbElmt);var Q=0;var K=A("ul",L);var R=K.css("left");var N=R.length;var S=R.substr(0,N-2);H(K,P,Q,S);return subb}else{A(L).parent("div").parent("div").parent("div").css("display","none")}}function J(K){len=K.length;realVal=parseInt(K.substr(0,len-2));return realVal}function H(M,N,P,Q){var L,K,O;L=A(M).prev("span.bouton").children("a");K=A(M).next("span.bouton").children("a");O="-"+parseInt(N);if(Q>=P){L.css("display","none");K.css("display","block")}else{if(Q<P&&Q>O){L.css("display","block");K.css("display","block")}else{if(Q<=O){L.css("display","block");K.css("display","none")}}}}function C(K,M,L){startUl=A(K).position();mrgItem=A("li",K).css("margin-right");mrgItemR=J(mrgItem);largeImg=parseInt(G.widthImg);NbShow=parseInt(G.nbShow);NbMove=parseInt(G.nbMove);realLargeItem=(largeImg+mrgItemR)*NbShow;nbSlide=L/NbShow;Calcul=parseInt(realLargeItem*nbSlide);CalculR=Calcul-M;halfMargin=parseInt(mrgItemR/2);backAdjust=parseInt(M+halfMargin);MaxLimit=(CalculR-backAdjust);realMaxLimit=parseInt(MaxLimit-(MaxLimit/nbSlide));return realMaxLimit}function D(K){recupPosMin=0;return recupPosMin}function F(K,L){nbMove=G.nbMove;widthImg=G.widthImg;moveWidth=nbMove*(widthImg+L);moveWidth=moveWidth;return moveWidth}function B(K){sup=K.parent("span");direction=sup.hasClass("dButton");if(direction!=false){sign="-="}else{sign="+="}return sign}function E(L,K,M){L.animate({left:K},G.tempo,function(){function N(O){var P=new Array;var Q=new Array;A("li",O).each(function(R){P[R]=A("img",O).height()});nbElmt=P.length;max1=C(O,M,nbElmt);min1=D(O);Q[0]=nbElmt;Q[2]=max1;Q[3]=min1;return Q}now=A(this).css("left");lenNow=now.length;subNow=parseInt(now.substr(0,lenNow-2));recupVal=N(L);N=recupVal[2];recupMin=recupVal[3];H(L,N,recupMin,subNow)})}return this.each(function(){var P=A(this);var L=A("span.dButton a",P);var K=A("span.gButton a",P);var N=A("ul",P);var M;var Q=A("ul",P).position();var R=Q.left;var S=I(P);var O=F(P,S);var T=true;L.click(function(){var V=A(this);direction=B(V);var U=direction+O+"px";if(T!=false){E(N,U,R)}return false});K.click(function(){var W=A(this);var U=B(W);var V=U+O+"px";E(N,V,R);return false})})}})(jQuery);;(function(A){A.fn.jHelperTip=function(E){var F=A.extend({},A.fn.jHelperTip.defaults,E);if(A(F.ttC).length==0){A('<div id="'+F.ttC.slice(1)+'"></div>').appendTo("body")}if(A(F.dC).length==0){A('<div id="'+F.dC.slice(1)+'"></div>').appendTo("body")}if(A(F.aC).length==0){A('<div id="'+F.aC.slice(1)+'"></div>').appendTo("body")}A(F.ttC).add(F.aC).css({position:"absolute",display:"inline"}).hide();A(F.dC).hide();var B=function(){if(F.source=="attribute"){A(F.aC).hide().empty()}else{A(F.ttC).hide().empty()}};A(".jHelperTipClose").bind("click",B);A(F.ttC).bind("mouseover",function(){A(F.ttC).show();return false});var C=function(H,G){if(F.source=="ajax"){D(G);A(F.ttC).html('<div><img src="'+F.loadingImg+'"/> '+F.loadingText+"</div>").show();A.ajax({type:F.type,url:F.url,data:F.data,success:function(I){A(F.ttC).html(I);A(".jHelperTipClose").unbind("click",B);A(".jHelperTipClose").bind("click",B)}})}else{if(F.source=="container"){A(F.ttC).show().empty();A(F.dC).clone(true).show().appendTo(F.ttC)}}if(F.source=="attribute"){A(F.aC).html(A(H).attr(F.attrName))}};var D=function(G){var K=G.pageY+F.topOff;var H=G.pageX+F.leftOff;if(F.autoPosition==true){if(H>780){if(F.source=="attribute"){var L=A(F.aC).css("width")}else{var L=A(F.ttC).css("width")}var J=L.indexOf("px");if(J!=-1){var I=L.substr(0,J)}var K=G.pageY+F.topOff;var H=G.pageX-I-10}}if(F.source=="attribute"){A(F.aC).css({top:K,left:H,opacity:F.opacity}).show()}else{A(F.ttC).css({top:K,left:H,opacity:F.opacity}).show()}};if(F.trigger=="hover"){A(this).bind("mouseover",function(G){G.preventDefault();C(this,G);var H=A(F.ttC).text();var I=A.trim(H);if(I==""){A(F.ttC).addClass("hide")}else{A(F.ttC).removeClass("hide")}return false});A(this).bind("mousemove",function(G){D(G);return false});A(this).bind("mouseout",function(G){if(F.source=="attribute"){A(F.aC).hide().empty()}else{A(F.ttC).hide().empty()}return false})}else{if(F.trigger=="click"){A(this).bind("click",function(G){C(this,G);D(G);A(document).bind("click",function(H){if(F.autoClose){if(F.source=="attribute"){A(F.aC).hide().empty()}else{A(F.ttC).hide().empty()}}});return false})}}};A.fn.jHelperTip.defaults={trigger:"click",topOff:10,leftOff:10,source:"container",attrName:"",ttC:"#jHelperTipContainer",dC:"#jHelperTipDataContainer",aC:"#jHelperTipAttrContainer",opacity:1,loadingImg:"ajax-loader.gif",loadingText:"Loading...",autoPosition:true,type:"GET",autoClose:true}})(jQuery);;(function(A){A.fn.lightBox=function(S){S=jQuery.extend({overlayBgColor:"#000",overlayOpacity:"0.8",fixedNavigation:false,imageLoading:"../img/decos/lightbox-ico-loading.gif",imageBtnPrev:"../img/decos/lightbox-btn-prev.gif",imageBtnNext:"../img/decos/lightbox-btn-next.gif",imageBtnClose:"../img/decos/lightbox-btn-close.gif",imageBlank:"../img/decos/lightbox-blank.gif",containerBorderSize:10,containerResizeSpeed:400,txtImage:"Image",txtOf:"of",keyToClose:"c",keyToPrev:"p",keyToNext:"n",imageArray:[],activeImage:0},S);var R=this;function H(){Q(this,R);return false}function Q(V,U){A("embed, object, select").css({"visibility":"hidden"});M();S.imageArray.length=0;S.activeImage=0;if(U.length==1){S.imageArray.push(new Array(V.getAttribute("href"),V.getAttribute("title")))}else{for(var T=0;T<U.length;T++){S.imageArray.push(new Array(U[T].getAttribute("href"),U[T].getAttribute("title")))}}while(S.imageArray[S.activeImage][0]!=V.getAttribute("href")){S.activeImage++}L()}function M(){A("body").append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="'+S.imageLoading+'"></a></div></div></div><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span></div><div id="lightbox-secNav"><a href="#" id="lightbox-secNav-btnClose"><img src="'+S.imageBtnClose+'"></a></div></div></div></div>');var U=C();A("#jquery-overlay").css({backgroundColor:S.overlayBgColor,opacity:S.overlayOpacity,width:U[0],height:U[1]}).fadeIn();var T=B();A("#jquery-lightbox").css({top:T[1]+(U[3]/10),left:T[0]}).show();A("#jquery-overlay,#jquery-lightbox").click(function(){G()});A("#lightbox-loading-link,#lightbox-secNav-btnClose").click(function(){G();return false});A(window).resize(function(){var W=C();A("#jquery-overlay").css({width:W[0],height:W[1]});var V=B();A("#jquery-lightbox").css({top:V[1]+(W[3]/10),left:V[0]})})}function L(){A("#lightbox-loading").show();if(S.fixedNavigation){A("#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber").hide()}else{A("#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber").hide()}var T=new Image();T.onload=function(){A("#lightbox-image").attr("src",S.imageArray[S.activeImage][0]);K(T.width,T.height);T.onload=function(){}};T.src=S.imageArray[S.activeImage][0]}function K(Z,Y){var U=A("#lightbox-container-image-box").width();var T=A("#lightbox-container-image-box").height();var a=(Z+(S.containerBorderSize*2));var X=(Y+(S.containerBorderSize*2));var W=U-a;var V=T-X;A("#lightbox-container-image-box").animate({width:a,height:X},S.containerResizeSpeed,function(){O()});if((W==0)&&(V==0)){if(A.browser.msie){D(250)}else{D(100)}}A("#lightbox-container-image-data-box").css({width:Z});A("#lightbox-nav-btnPrev,#lightbox-nav-btnNext").css({height:Y+(S.containerBorderSize*2)})}function O(){A("#lightbox-loading").hide();A("#lightbox-image").fadeIn(function(){P();N()});J()}function P(){A("#lightbox-container-image-data-box").slideDown("fast");A("#lightbox-image-details-caption").hide();if(S.imageArray[S.activeImage][1]){A("#lightbox-image-details-caption").html(S.imageArray[S.activeImage][1]).show()}if(S.imageArray.length>1){A("#lightbox-image-details-currentNumber").html(S.txtImage+" "+(S.activeImage+1)+" "+S.txtOf+" "+S.imageArray.length).show()}}function N(){A("#lightbox-nav").show();A("#lightbox-nav-btnPrev,#lightbox-nav-btnNext").css({"background":"transparent url("+S.imageBlank+") no-repeat"});if(S.activeImage!=0){if(S.fixedNavigation){A("#lightbox-nav-btnPrev").css({"background":"url("+S.imageBtnPrev+") left 15% no-repeat"}).unbind().bind("click",function(){S.activeImage=S.activeImage-1;L();return false})}else{A("#lightbox-nav-btnPrev").unbind().hover(function(){A(this).css({"background":"url("+S.imageBtnPrev+") left 15% no-repeat"})},function(){A(this).css({"background":"transparent url("+S.imageBlank+") no-repeat"})}).show().bind("click",function(){S.activeImage=S.activeImage-1;L();return false})}}if(S.activeImage!=(S.imageArray.length-1)){if(S.fixedNavigation){A("#lightbox-nav-btnNext").css({"background":"url("+S.imageBtnNext+") right 15% no-repeat"}).unbind().bind("click",function(){S.activeImage=S.activeImage+1;L();return false})}else{A("#lightbox-nav-btnNext").unbind().hover(function(){A(this).css({"background":"url("+S.imageBtnNext+") right 15% no-repeat"})},function(){A(this).css({"background":"transparent url("+S.imageBlank+") no-repeat"})}).show().bind("click",function(){S.activeImage=S.activeImage+1;L();return false})}}F()}function F(){A(document).keydown(function(T){I(T)})}function E(){A(document).unbind()
}function I(T){if(T==null){keycode=event.keyCode;escapeKey=27}else{keycode=T.keyCode;escapeKey=T.DOM_VK_ESCAPE}key=String.fromCharCode(keycode).toLowerCase();if((key==S.keyToClose)||(key=="x")||(keycode==escapeKey)){G()}if((key==S.keyToPrev)||(keycode==37)){if(S.activeImage!=0){S.activeImage=S.activeImage-1;L();E()}}if((key==S.keyToNext)||(keycode==39)){if(S.activeImage!=(S.imageArray.length-1)){S.activeImage=S.activeImage+1;L();E()}}}function J(){if((S.imageArray.length-1)>S.activeImage){objNext=new Image();objNext.src=S.imageArray[S.activeImage+1][0]}if(S.activeImage>0){objPrev=new Image();objPrev.src=S.imageArray[S.activeImage-1][0]}}function G(){A("#jquery-lightbox").remove();A("#jquery-overlay").fadeOut(function(){A("#jquery-overlay").remove()});A("embed, object, select").css({"visibility":"visible"})}function C(){var V,W;if(window.innerHeight&&window.scrollMaxY){V=window.innerWidth+window.scrollMaxX;W=window.innerHeight+window.scrollMaxY}else{if(document.body.scrollHeight>document.body.offsetHeight){V=document.body.scrollWidth;W=document.body.scrollHeight}else{V=document.body.offsetWidth;W=document.body.offsetHeight}}var U,T;if(self.innerHeight){if(document.documentElement.clientWidth){U=document.documentElement.clientWidth}else{U=self.innerWidth}T=self.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){U=document.documentElement.clientWidth;T=document.documentElement.clientHeight}else{if(document.body){U=document.body.clientWidth;T=document.body.clientHeight}}}if(W<T){pageHeight=T}else{pageHeight=W}if(V<U){pageWidth=V}else{pageWidth=U}arrayPageSize=new Array(pageWidth,pageHeight,U,T);return arrayPageSize}function B(){var T,U;if(self.pageYOffset){U=self.pageYOffset;T=self.pageXOffset}else{if(document.documentElement&&document.documentElement.scrollTop){U=document.documentElement.scrollTop;T=document.documentElement.scrollLeft}else{if(document.body){U=document.body.scrollTop;T=document.body.scrollLeft}}}arrayPageScroll=new Array(T,U);return arrayPageScroll}function D(V){var U=new Date();T=null;do{var T=new Date()}while(T-U<V)}return this.unbind("click").click(H)}})(jQuery);;AppCore.ready(function(){AppCore.register("manageTooltips",function(){function A(){$("div.lireLaSuite a.tooltip").each(function(){var B=$(this).parents(".lireLaSuite").children("div.laSuite");$(this).jHelperTip({trigger:"click",source:"container",dC:B,opacity:"0.95",autoClose:false})});$(".lireLaSuite a.tooltip").click(function(){return false});$(".laSuite img.close").click(function(){$("#jHelperTipContainer").hide()});$("#jHelperTipContainer").css("z-index","90")}return{init:function(){A()}}})});;AppCore.register("socialNetworks",function(){params={mailFieldsContainer:null,sendMailContainer:null,mailFieldsToReset:null,htmlEmbedContainer:null,sendResult:null,popinCloseButton:null,clickEvents:{sendMail:null,htmlEmbed:null}};function A(){$(params.mailFieldsToReset).val("");$(params.sendResult).hide();$(params.sendMailContainer).show()}return{init:function(B){params=B;$(params.clickEvents.sendMail).die("click").live("click",function(){AppCore.modules.socialNetworks.sendMailAjax();return false});$(params.clickEvents.showSendMail).die("click").live("click",function(){A();return false})},openSharePopin:function(B,D){if(B.exists()){var C={closeButton:$(params.popinCloseButton),openFader:500,closeFader:500,content:B,layer:{hasLayer:true,cssLayer:{"backgroundColor":"#333333","opacity":"0.75"}}};openedPopin=AppCore.modules.popins.showPopin(C);if(D){A()}}},closeSharePopin:function(){this.core.modules.popins.closePopin(openedPopin)},sendMailAjax:function(){},serializeDatas:function(){}}});;AppCore.register("alertingNews",function(){var B={contributorId:null,contributorName:null};function C(E,F,D){trackAlertingAction(0,1,D,0,"'"+escape(F)+" ("+E+")'")}function A(E){var D=B[E];DirectRenderingWithMsg("WebForm_DoCallback('"+D.callbackId+"','"+E+"|"+escape(D.contributorName)+"',JSHandlerStructWithMsg,null,null,true)");C(E,D.contributorName,D.alertCount)}return{registerContributor:function(D){B[D.contributorId]=D;D.addAlertElement.click(function(){A(D.contributorId);return false});D.registerBeforeElement.click(function(){window.location.href=D.registerBeforeAlertUrl;return false})},alertingNewsResult:function(E,F){var D=B[E];if(F){D.errorAddAlert.hide();D.successAddAlert.children(".contributorName").html(unescape(D.contributorName));D.successAddAlert.show().parent().html(D.successAddAlert)}else{B[E].errorAddAlert.show()}}}});function AlertingNewsResult(A,B,C){AppCore.modules.alertingNews.alertingNewsResult(A,C=="True")};;AppCore.register("alertingPrice",function(){var B={};function A(C){DirectRenderingWithMsg("WebForm_DoCallback('"+C.callBackId+"','"+C.itemId+"|"+C.prid+"|"+C.itemSKU+"|"+C.priceInitial+"|0',JSHandlerStructWithMsg,null,null,true)")}return{registerPriceAlert:function(C){B[C.itemId]=C;C.priceClickElement.click(function(){A(C);return false});C.registerClickElement.click(function(){window.location.href=C.registerUrl+"&TargetPrice=0";return false})},alertCreated:function(E,D){var C=B[E];if(D){C.errorAlertContainer.hide();C.alertAddedContainer.html(C.alertSuccessMessage);trackAlertingAction(E,4,C.alertCount,0,"")}else{C.errorAlertContainer.show()}}}});function AlertingPriceDropResult(B,C,A){AppCore.modules.alertingPrice.alertCreated(B,A=="True")};;AppCore.register("crossSellingSlider",function(){var A=null;var B={sliderContainer:null,sliderElements:null,checkboxTriSlider:null,cssClassTri:null};function C(D){if(D){A=B.sliderElements.filter("."+B.cssClassTri);B.sliderElements.parent().prepend(A)}else{if(A!=null){B.sliderElements.parent().append(A)}}}return{init:function(D){B=D;B.sliderContainer.accessNews({newsSpeed:"slow"});B.checkboxTriSlider.click(function(){C($(this).is(":checked"))})}}});;AppCore.register("sliderGoodies",function(){var A={nbSliders:0,listSliders:null,sliderImageSelector:null,imagePlaceHolder:null};function B(D){$.preload("#"+A.listSliders[D].attr("id")+" "+A.sliderImageSelector,{placeholder:A.imagePlaceHolder,heightMax:76,widthMax:76,resizeMode:1})}function C(){var E;switch(A.nbSliders){case 1:E=6;A.slidersContainer.addClass("mrgOneSlide");break;case 2:E=3;A.slidersContainer.addClass("mrgTwoSlide");break;case 3:E=2;A.slidersContainer.addClass("mrgThreeSlide");A.slidersContainer.children(".FirstSlide, .SecondSlide").css("margin-right","21px");break;default:E=0}for(var D=0;D<A.listSliders.length;D++){A.listSliders[D].slider({tempo:200,widthImg:99,heightSlide:160,nbShow:E,nbMove:2,autoAlign:(D==0?true:false)})}}return{init:function(D){A=D;var E=0;while(E<A.listSliders.length){B(E);E++}C()}}});;AppCore.register("userOpinion",function(){var G={ajaxMethods:{valuation:"PutValuation",relation:"PutRelation"},urlAjax:null,noteOrigin:0,articleId:null,userId:null,isFullOpinionMode:null,pathImg:null,starsContainer:null,listImages:null,stars:null,feedBackLink:null,menu:null,relationCheckboxes:null,relationCheckboxesImages:null,relationChoices:null,voteTypeDisplay:"popin",popin:null,classRelationCLicked:"uo_clicked"};function M(Q,P){$.get(G.urlAjax+P,Q,function(){if(G.menu!=null){J()}})}function I(P){M({ArticleId:G.articleId,UserId:G.userId,Valuation:P},G.ajaxMethods.valuation);G.noteOrigin=P}function H(P){M({ArticleId:G.articleId,UserId:G.userId,RelationId:P},G.ajaxMethods.relation)}function E(P){F(P)}function K(){F(G.noteOrigin)}function F(P){G.starsContainer.children("img").slice(1,P+1).attr("src",G.stars.active);G.starsContainer.children("img:gt("+P+")").attr("src",G.stars.inactive)}function D(P){return parseInt(P.attr("name"))}function J(){AppCore.modules.waitingMgr.show();var P={MenuType:G.menu.menuRenderParam,NodeId:G.menu.nodeId,UserId:G.userId,action:G.menu.action,date:new Date()};$.get(G.menu.menuRender,P,function(Q){AppCore.modules.waitingMgr.hide();G.menu.menuRenderContent.html(Q)})}function N(P){G.feedBackLink.children("span")[P?"show":"hide"]();G.feedBackLink.children("a")[!P?"show":"hide"]()}function B(){G.listImages.click(function(){var P=D($(this));I(P);K();if(G.isFullOpinionMode){N(P==0)}C()}).mouseover(function(){E(D($(this)))}).mouseout(function(){K()})}function L(){G.listImages.unbind("click").unbind("mouseover").unbind("mouseout")}function A(){G.relationCheckboxes.click(function(){var Q=$(this).children("input:hidden").val();var P=O($(this));H((P?"":"-")+G.relationChoices[Q].relationId);trackAction(G.relationChoices[Q].tracker)})}function O(P){var R=true;var Q=P.children("img:eq(0)");if(Q.attr("src")==G.relationCheckboxesImages.active){R=false}G.relationCheckboxes.children("img").attr("src",G.relationCheckboxesImages.inactive);if(R){Q.attr("src",G.relationCheckboxesImages.active)}return R}function C(){if(G.voteTypeDisplay=="popin"){AppCore.modules.popins.showPopin(G.popin)}else{G.starsContainer.children("span").fadeIn("slow").addClass("vert").html("enregistré")}}return{init:function(P){this.core.initEachArgs(G,P);G.listImages=P.starsContainer.children("img");G.stars={active:P.starIn,inactive:P.starOut};if(P.menu){G.menu=P.menu}if(P.popin){G.popin=P.popin}B();A();G.starsContainer.mouseleave(function(){K()})},reset:function(P){L();this.init(P)}}});function popWait(B,C){var A={idPopinContainer:"wait_choice",positionReferer:$("#"+B),offset:{top:-40,left:15},closeOnEscapeKey:false,content:"<p class='gras mrg_no pdg_sm' style='background-color:#fff;border:1px solid #ccc'><img src=\""+C+'" /></p>'};return AppCore.modules.popins.showPopin(A)}function popChoice(B,C){var A={idPopinContainer:"wait_choice",positionReferer:$("#"+B),offset:{top:-40,left:15},closeOnEscapeKey:false,content:"<p class='gras mrg_no pdg_sm' style='background-color:#fff;border:1px solid #ccc'>"+C+"</p>",closeTimer:2000};AppCore.modules.popins.showPopin(A)};;if(typeof deconcept=="undefined"){var deconcept=new Object()}if(typeof deconcept.util=="undefined"){deconcept.util=new Object()}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object()}deconcept.SWFObject=function(A,J,L,I,B,H,C,D,E,F){if(!document.getElementById){return}this.DETECT_KEY=F?F:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(A){this.setAttribute("swf",A)}if(J){this.setAttribute("id",J)}if(L){this.setAttribute("width",L)}if(I){this.setAttribute("height",I)}if(B){this.setAttribute("version",new deconcept.PlayerVersion(B.toString().split(".")))}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true}if(H){this.addParam("bgcolor",H)}var K=C?C:"high";this.addParam("quality",K);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var G=(D)?D:window.location;this.setAttribute("xiRedirectUrl",G);this.setAttribute("redirectUrl","");if(E){this.setAttribute("redirectUrl",E)}};deconcept.SWFObject.prototype={useExpressInstall:function(A){this.xiSWFPath=!A?"expressinstall.swf":A;this.setAttribute("useExpressInstall",true)},setAttribute:function(A,B){this.attributes[A]=B},getAttribute:function(A){return this.attributes[A]},addParam:function(A,B){this.params[A]=B},getParams:function(){return this.params},addVariable:function(A,B){this.variables[A]=B},getVariable:function(A){return this.variables[A]},getVariables:function(){return this.variables},getVariablePairs:function(){var A=new Array();var C;var B=this.getVariables();for(C in B){A[A.length]=C+"="+B[C]}return A},getSWFHTML:function(){var A="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath)}A='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" style="'+this.getAttribute("style")+'"';A+=' id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var B=this.getParams();for(var F in B){A+=[F]+'="'+B[F]+'" '}var C=this.getVariablePairs().join("&");if(C.length>0){A+='flashvars="'+C+'"'}A+="/>"}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath)}A='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" style="'+this.getAttribute("style")+'">';A+='<param name="movie" value="'+this.getAttribute("swf")+'" />';var D=this.getParams();for(var F in D){A+='<param name="'+F+'" value="'+D[F]+'" />'}var E=this.getVariablePairs().join("&");if(E.length>0){A+='<param name="flashvars" value="'+E+'" />'}A+="</object>"}return A},write:function(A){if(this.getAttribute("useExpressInstall")){var B=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(B)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title)}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var C=(typeof A=="string")?document.getElementById(A):A;C.innerHTML=this.getSWFHTML();return true}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var A=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var E=navigator.plugins["Shockwave Flash"];if(E&&E.description){A=new deconcept.PlayerVersion(E.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var C=1;var B=3;while(C){try{B++;C=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+B);A=new deconcept.PlayerVersion([B,0,0])}catch(D){C=null}}}else{try{var C=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(D){try{var C=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");A=new deconcept.PlayerVersion([6,0,21]);C.AllowScriptAccess="always"}catch(D){if(A.major==6){return A}}try{C=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(D){}}if(C!=null){A=new deconcept.PlayerVersion(C.GetVariable("$version").split(" ")[1].split(","))}}}return A};deconcept.PlayerVersion=function(A){this.major=A[0]!=null?parseInt(A[0]):0;this.minor=A[1]!=null?parseInt(A[1]):0;this.rev=A[2]!=null?parseInt(A[2]):0};deconcept.PlayerVersion.prototype.versionIsValid=function(A){if(this.major<A.major){return false
}if(this.major>A.major){return true}if(this.minor<A.minor){return false}if(this.minor>A.minor){return true}if(this.rev<A.rev){return false}return true};deconcept.util={getRequestParameter:function(A){var D=document.location.search||document.location.hash;if(A==null){return D}if(D){var B=D.substring(1).split("&");for(var C=0;C<B.length;C++){if(B[C].substring(0,B[C].indexOf("="))==A){return B[C].substring((B[C].indexOf("=")+1))}}}return""}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var A=document.getElementsByTagName("OBJECT");for(var B=A.length-1;B>=0;B--){A[B].style.display="none";for(var C in A[B]){if(typeof A[B][C]=="function"){A[B][C]=function(){}}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs)};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true}}if(!document.getElementById&&document.all){document.getElementById=function(A){return document.all[A]}}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;;var swfobject=function(){var Ae="undefined",AF="object",AI="Shockwave Flash",AQ="ShockwaveFlash.ShockwaveFlash",AD="application/x-shockwave-flash",AG="SWFObjectExprInst",AR="onreadystatechange",AA=window,Ap=document,AJ=navigator,AK=false,AM=[Al],Az=[],Ay=[],Ao=[],At,AE,Ag,Aa,Aq=false,X=false,Ax,Ak,Av=true,Aw=function(){var A=typeof Ap.getElementById!=Ae&&typeof Ap.getElementsByTagName!=Ae&&typeof Ap.createElement!=Ae,H=AJ.userAgent.toLowerCase(),J=AJ.platform.toLowerCase(),E=J?/win/.test(J):/win/.test(H),C=J?/mac/.test(J):/mac/.test(H),F=/webkit/.test(H)?parseFloat(H.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,I=!+"\v1",G=[0,0,0],B=null;if(typeof AJ.plugins!=Ae&&typeof AJ.plugins[AI]==AF){B=AJ.plugins[AI].description;if(B&&!(typeof AJ.mimeTypes!=Ae&&AJ.mimeTypes[AD]&&!AJ.mimeTypes[AD].enabledPlugin)){AK=true;I=false;B=B.replace(/^.*\s+(\S+\s+\S+$)/,"$1");G[0]=parseInt(B.replace(/^(.*)\..*$/,"$1"),10);G[1]=parseInt(B.replace(/^.*\.(.*)\s.*$/,"$1"),10);G[2]=/[a-zA-Z]/.test(B)?parseInt(B.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof AA.ActiveXObject!=Ae){try{var D=new ActiveXObject(AQ);if(D){B=D.GetVariable("$version");if(B){I=true;B=B.split(" ")[1].split(",");G=[parseInt(B[0],10),parseInt(B[1],10),parseInt(B[2],10)]}}}catch(K){}}}return{w3:A,pv:G,wk:F,ie:I,win:E,mac:C}}(),Ar=function(){if(!Aw.w3){return}if((typeof Ap.readyState!=Ae&&Ap.readyState=="complete")||(typeof Ap.readyState==Ae&&(Ap.getElementsByTagName("body")[0]||Ap.body))){Ah()}if(!Aq){if(typeof Ap.addEventListener!=Ae){Ap.addEventListener("DOMContentLoaded",Ah,false)}if(Aw.ie&&Aw.win){Ap.attachEvent(AR,function(){if(Ap.readyState=="complete"){Ap.detachEvent(AR,arguments.callee);Ah()}});if(AA==top){(function(){if(Aq){return}try{Ap.documentElement.doScroll("left")}catch(A){setTimeout(arguments.callee,0);return}Ah()})()}}if(Aw.wk){(function(){if(Aq){return}if(!/loaded|complete/.test(Ap.readyState)){setTimeout(arguments.callee,0);return}Ah()})()}AH(Ah)}}();function Ah(){if(Aq){return}try{var D=Ap.getElementsByTagName("body")[0].appendChild(Ac("span"));D.parentNode.removeChild(D)}catch(A){return}Aq=true;var B=AM.length;for(var C=0;C<B;C++){AM[C]()}}function As(A){if(Aq){A()}else{AM[AM.length]=A}}function AH(B){if(typeof AA.addEventListener!=Ae){AA.addEventListener("load",B,false)}else{if(typeof Ap.addEventListener!=Ae){Ap.addEventListener("load",B,false)}else{if(typeof AA.attachEvent!=Ae){An(AA,"onload",B)}else{if(typeof AA.onload=="function"){var A=AA.onload;AA.onload=function(){A();B()}}else{AA.onload=B}}}}}function Al(){if(AK){AO()}else{Am()}}function AO(){var B=Ap.getElementsByTagName("body")[0];var A=Ac(AF);A.setAttribute("type",AD);var D=B.appendChild(A);if(D){var C=0;(function(){if(typeof D.GetVariable!=Ae){var E=D.GetVariable("$version");if(E){E=E.split(" ")[1].split(",");Aw.pv=[parseInt(E[0],10),parseInt(E[1],10),parseInt(E[2],10)]}}else{if(C<10){C++;setTimeout(arguments.callee,10);return}}B.removeChild(A);D=null;Am()})()}else{Am()}}function Am(){var G=Az.length;if(G>0){for(var F=0;F<G;F++){var K=Az[F].id;var B=Az[F].callbackFn;var A={success:false,id:K};if(Aw.pv[0]>0){var E=Ab(K);if(E){if(Ai(Az[F].swfVersion)&&!(Aw.wk&&Aw.wk<312)){AP(K,true);if(B){A.success=true;A.ref=AT(K);B(A)}}else{if(Az[F].expressInstall&&Y()){var I={};I.data=Az[F].expressInstall;I.width=E.getAttribute("width")||"0";I.height=E.getAttribute("height")||"0";if(E.getAttribute("class")){I.styleclass=E.getAttribute("class")}if(E.getAttribute("align")){I.align=E.getAttribute("align")}var H={};var J=E.getElementsByTagName("param");var C=J.length;for(var D=0;D<C;D++){if(J[D].getAttribute("name").toLowerCase()!="movie"){H[J[D].getAttribute("name")]=J[D].getAttribute("value")}}AC(I,H,K,B)}else{AB(E);if(B){B(A)}}}}}else{AP(K,true);if(B){var L=AT(K);if(L&&typeof L.SetVariable!=Ae){A.success=true;A.ref=L}B(A)}}}}}function AT(A){var B=null;var C=Ab(A);if(C&&C.nodeName=="OBJECT"){if(typeof C.SetVariable!=Ae){B=C}else{var D=C.getElementsByTagName(AF)[0];if(D){B=D}}}return B}function Y(){return !X&&Ai("6.0.65")&&(Aw.win||Aw.mac)&&!(Aw.wk&&Aw.wk<312)}function AC(A,B,F,H){X=true;Ag=H||null;Aa={success:false,id:F};var E=Ab(F);if(E){if(E.nodeName=="OBJECT"){At=Aj(E);AE=null}else{At=E;AE=F}A.id=AG;if(typeof A.width==Ae||(!/%$/.test(A.width)&&parseInt(A.width,10)<310)){A.width="310"}if(typeof A.height==Ae||(!/%$/.test(A.height)&&parseInt(A.height,10)<137)){A.height="137"}Ap.title=Ap.title.slice(0,47)+" - Flash Player Installation";var D=Aw.ie&&Aw.win?"ActiveX":"PlugIn",C="MMredirectURL="+AA.location.toString().replace(/&/g,"%26")+"&MMplayerType="+D+"&MMdoctitle="+Ap.title;if(typeof B.flashvars!=Ae){B.flashvars+="&"+C}else{B.flashvars=C}if(Aw.ie&&Aw.win&&E.readyState!=4){var G=Ac("div");F+="SWFObjectNew";G.setAttribute("id",F);E.parentNode.insertBefore(G,E);E.style.display="none";(function(){if(E.readyState==4){E.parentNode.removeChild(E)}else{setTimeout(arguments.callee,10)}})()}AL(A,B,F)}}function AB(B){if(Aw.ie&&Aw.win&&B.readyState!=4){var A=Ac("div");B.parentNode.insertBefore(A,B);
A.parentNode.replaceChild(Aj(B),A);B.style.display="none";(function(){if(B.readyState==4){B.parentNode.removeChild(B)}else{setTimeout(arguments.callee,10)}})()}else{B.parentNode.replaceChild(Aj(B),B)}}function Aj(B){var A=Ac("div");if(Aw.win&&Aw.ie){A.innerHTML=B.innerHTML}else{var E=B.getElementsByTagName(AF)[0];if(E){var C=E.childNodes;if(C){var D=C.length;for(var F=0;F<D;F++){if(!(C[F].nodeType==1&&C[F].nodeName=="PARAM")&&!(C[F].nodeType==8)){A.appendChild(C[F].cloneNode(true))}}}}}return A}function AL(I,G,K){var J,A=Ab(K);if(Aw.wk&&Aw.wk<312){return J}if(A){if(typeof I.id==Ae){I.id=K}if(Aw.ie&&Aw.win){var H="";for(var E in I){if(I[E]!=Object.prototype[E]){if(E.toLowerCase()=="data"){G.movie=I[E]}else{if(E.toLowerCase()=="styleclass"){H+=' class="'+I[E]+'"'}else{if(E.toLowerCase()!="classid"){H+=" "+E+'="'+I[E]+'"'}}}}}var F="";for(var D in G){if(G[D]!=Object.prototype[D]){F+='<param name="'+D+'" value="'+G[D]+'" />'}}A.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+H+">"+F+"</object>";Ay[Ay.length]=I.id;J=Ab(I.id)}else{var L=Ac(AF);L.setAttribute("type",AD);for(var C in I){if(I[C]!=Object.prototype[C]){if(C.toLowerCase()=="styleclass"){L.setAttribute("class",I[C])}else{if(C.toLowerCase()!="classid"){L.setAttribute(C,I[C])}}}}for(var B in G){if(G[B]!=Object.prototype[B]&&B.toLowerCase()!="movie"){Af(L,B,G[B])}}A.parentNode.replaceChild(L,A);J=L}}return J}function Af(D,B,C){var A=Ac("param");A.setAttribute("name",B);A.setAttribute("value",C);D.appendChild(A)}function AS(B){var A=Ab(B);if(A&&A.nodeName=="OBJECT"){if(Aw.ie&&Aw.win){A.style.display="none";(function(){if(A.readyState==4){Z(B)}else{setTimeout(arguments.callee,10)}})()}else{A.parentNode.removeChild(A)}}}function Z(C){var B=Ab(C);if(B){for(var A in B){if(typeof B[A]=="function"){B[A]=null}}B.parentNode.removeChild(B)}}function Ab(C){var A=null;try{A=Ap.getElementById(C)}catch(B){}return A}function Ac(A){return Ap.createElement(A)}function An(C,A,B){C.attachEvent(A,B);Ao[Ao.length]=[C,A,B]}function Ai(C){var B=Aw.pv,A=C.split(".");A[0]=parseInt(A[0],10);A[1]=parseInt(A[1],10)||0;A[2]=parseInt(A[2],10)||0;return(B[0]>A[0]||(B[0]==A[0]&&B[1]>A[1])||(B[0]==A[0]&&B[1]==A[1]&&B[2]>=A[2]))?true:false}function AN(C,F,D,B){if(Aw.ie&&Aw.mac){return}var A=Ap.getElementsByTagName("head")[0];if(!A){return}var E=(D&&typeof D=="string")?D:"screen";if(B){Ax=null;Ak=null}if(!Ax||Ak!=E){var G=Ac("style");G.setAttribute("type","text/css");G.setAttribute("media",E);Ax=A.appendChild(G);if(Aw.ie&&Aw.win&&typeof Ap.styleSheets!=Ae&&Ap.styleSheets.length>0){Ax=Ap.styleSheets[Ap.styleSheets.length-1]}Ak=E}if(Aw.ie&&Aw.win){if(Ax&&typeof Ax.addRule==AF){Ax.addRule(C,F)}}else{if(Ax&&typeof Ap.createTextNode!=Ae){Ax.appendChild(Ap.createTextNode(C+" {"+F+"}"))}}}function AP(C,A){if(!Av){return}var B=A?"visible":"hidden";if(Aq&&Ab(C)){Ab(C).style.visibility=B}else{AN("#"+C,"visibility:"+B)}}function Au(B){var C=/[\\\"<>\.;]/;var A=C.exec(B)!=null;return A&&typeof encodeURIComponent!=Ae?encodeURIComponent(B):B}var Ad=function(){if(Aw.ie&&Aw.win){window.attachEvent("onunload",function(){var C=Ao.length;for(var B=0;B<C;B++){Ao[B][0].detachEvent(Ao[B][1],Ao[B][2])}var F=Ay.length;for(var A=0;A<F;A++){AS(Ay[A])}for(var E in Aw){Aw[E]=null}Aw=null;for(var D in swfobject){swfobject[D]=null}swfobject=null})}}();return{registerObject:function(B,C,A,E){if(Aw.w3&&B&&C){var D={};D.id=B;D.swfVersion=C;D.expressInstall=A;D.callbackFn=E;Az[Az.length]=D;AP(B,false)}else{if(E){E({success:false,id:B})}}},getObjectById:function(A){if(Aw.w3){return AT(A)}},embedSWF:function(B,H,E,G,J,A,K,D,F,C){var I={success:false,id:H};if(Aw.w3&&!(Aw.wk&&Aw.wk<312)&&B&&H&&E&&G&&J){AP(H,false);As(function(){E+="";G+="";var M={};if(F&&typeof F===AF){for(var O in F){M[O]=F[O]}}M.data=B;M.width=E;M.height=G;var P={};if(D&&typeof D===AF){for(var N in D){P[N]=D[N]}}if(K&&typeof K===AF){for(var L in K){if(typeof P.flashvars!=Ae){P.flashvars+="&"+L+"="+K[L]}else{P.flashvars=L+"="+K[L]}}}if(Ai(J)){var Q=AL(M,P,H);if(M.id==H){AP(H,true)}I.success=true;I.ref=Q}else{if(A&&Y()){M.data=A;AC(M,P,H,C);return}else{AP(H,true)}}if(C){C(I)}})}else{if(C){C(I)}}},switchOffAutoHideShow:function(){Av=false},ua:Aw,getFlashPlayerVersion:function(){return{major:Aw.pv[0],minor:Aw.pv[1],release:Aw.pv[2]}},hasFlashPlayerVersion:Ai,createSWF:function(C,B,A){if(Aw.w3){return AL(C,B,A)}else{return undefined}},showExpressInstall:function(D,A,B,C){if(Aw.w3&&Y()){AC(D,A,B,C)}},removeSWF:function(A){if(Aw.w3){AS(A)}},createCSS:function(A,D,C,B){if(Aw.w3){AN(A,D,C,B)}},addDomLoadEvent:As,addLoadEvent:AH,getQueryParamValue:function(A){var D=Ap.location.search||Ap.location.hash;if(D){if(/\?/.test(D)){D=D.split("?")[1]}if(A==null){return Au(D)}var C=D.split("&");for(var B=0;B<C.length;B++){if(C[B].substring(0,C[B].indexOf("="))==A){return Au(C[B].substring((C[B].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(X){var A=Ab(AG);if(A&&At){A.parentNode.replaceChild(At,A);if(AE){AP(AE,true);if(Aw.ie&&Aw.win){At.style.display="block"
}}if(Ag){Ag(Aa)}}X=false}}}}();;var $dhtml=true;var $as3=false;var $js1=true;var $swf7=false;var $swf8=false;var $svg=false;var $as2=false;var $swf9=false;var $profile=false;var $runtime="dhtml";var $swf10=false;var $debug=false;var $j2me=false;try{if(lz){}}catch(e){lz={}}lz.embed={options:{},swf:function(A,B){if(B==null){B=8}var C=A.url;var D=this.__getqueryurl(C,false,A["query"]?A.query:"");if(A.accessible&&A.accessible!="false"){D.flashvars+="&accessible=true"}if(A.history){D.flashvars+="&history=true"}if(A.bgcolor!=null){D.flashvars+="&bgcolor="+escape(A.bgcolor)}D.flashvars+="&width="+escape(A.width);D.flashvars+="&height="+escape(A.height);D.flashvars+="&__lzurl="+escape(C);D.flashvars+="&__lzminimumversion="+escape(B);D.flashvars+="&id="+escape(A.id);var C=D.url+"?"+D.query;var E=lz.embed._getAppendDiv(A.id,A.appenddivid);var F={width:"100%",height:"100%",id:A.id,bgcolor:A.bgcolor,wmode:A.wmode,flashvars:D.flashvars,allowfullscreen:(A.allowfullscreen?A.allowfullscreen:A.allowFullScreen),flash8:C,appenddiv:E};if(lz.embed[A.id]){alert("Warning: an app with the id: "+A.id+" already exists.")}var G=lz.embed[A.id]=lz.embed.applications[A.id]={runtime:"swf",_id:A.id,appenddiv:E,setCanvasAttribute:lz.embed._setCanvasAttributeSWF,getCanvasAttribute:lz.embed._getCanvasAttributeSWF,callMethod:lz.embed._callMethodSWF,_ready:lz.embed._ready,_onload:[],_getSWFDiv:lz.embed._getSWFDiv,loaded:false,_sendMouseWheel:lz.embed._sendMouseWheel,_sendAllKeysUp:lz.embed._sendAllKeysUpSWF,_setCanvasAttributeDequeue:lz.embed._setCanvasAttributeDequeue,_sendPercLoad:lz.embed._sendPercLoad};if(A.history==false){lz.embed.history.active=false}lz.embed.dojo.addLoadedListener(lz.embed._loaded,G);lz.embed.dojo.setSwf(F,B);E.style.height=lz.embed.CSSDimension(A.height);E.style.width=lz.embed.CSSDimension(A.width);if(A.cancelmousewheel!=true&&(lz.embed.browser.OS=="Mac"||(F.wmode=="transparent"||F.wmode=="opaque")&&lz.embed.browser.OS=="Windows"&&(lz.embed.browser.isOpera||lz.embed.browser.isFirefox))){if(lz.embed["mousewheel"]){}}if((F.wmode=="transparent"||F.wmode=="opaque")&&lz.embed.browser.OS=="Windows"&&(lz.embed.browser.isOpera||lz.embed.browser.isFirefox)){var H=F.appenddiv;H.onmouseout=function(I){H.mouseisoutside=true};H.onmouseover=function(I){H.mouseisoutside=false};H._gotmouseup=document.onmouseup=function(I){if(H.mouseisoutside){G.callMethod("LzMouseKernel.__mouseUpOutsideHandler()")}}}},__swfSetAppAppendDivStyle:function(A,B,C){var D=lz.embed.applications[A].appenddiv;return D.style[B]=C},lfc:function(A,B){if(B==""){B="."}else{if(!B||typeof B!="string"){alert("WARNING: lz.embed.lfc() requires a valid serverroot to be specified.");return}}lz.embed.options.serverroot=B;if(lz.embed.browser.isIE){var C=B+"lps/includes/excanvas.js";this.__dhtmlLoadScript(C)}this.__dhtmlLoadScript(A)},dhtml:function(A){var B=this.__getqueryurl(A.url,true);var C=B.url+"?lzt=object&"+B.query;var D=lz.embed._getAppendDiv(A.id,A.appenddivid);D.style.height=lz.embed.CSSDimension(A.height);D.style.width=lz.embed.CSSDimension(A.width);lz.embed.__propcache={bgcolor:A.bgcolor,width:A.width,height:A.height,id:A.id,appenddiv:lz.embed._getAppendDiv(A.id,A.appenddivid),url:C,cancelkeyboardcontrol:A.cancelkeyboardcontrol,serverroot:A.serverroot,approot:A.approot!=null?A.approot:""};if(lz.embed[A.id]){alert("Warning: an app with the id: "+A.id+" already exists.")}var E=lz.embed[A.id]=lz.embed.applications[A.id]={runtime:"dhtml",_id:A.id,_ready:lz.embed._ready,_onload:[],loaded:false,setCanvasAttribute:lz.embed._setCanvasAttributeDHTML,getCanvasAttribute:lz.embed._getCanvasAttributeDHTML,_sendAllKeysUp:lz.embed._sendAllKeysUpDHTML};if(A.history==false){lz.embed.history.active=false}this.__dhtmlLoadScript(C);if(lz.embed.browser.OS=="Windows"&&lz.embed.browser.isFirefox){window.focus()}},applications:{},__dhtmlLoadScript:function(A){var B='<script type="text/javascript" language="JavaScript1.5" src="'+A+'"></script>';document.writeln(B);return B},__dhtmlLoadLibrary:function(A){var B=document.createElement("script");this.__setAttr(B,"type","text/javascript");this.__setAttr(B,"src",A);document.getElementsByTagName("head")[0].appendChild(B);return B},__getqueryurl:function(A,B,J){var C=A.split("?");A=C[0];if(C.length==1){return{url:A,flashvars:"",query:J}}var D=this.__parseQuery(C[1]);var E=J+"&";var F="";var G=new RegExp("\\+","g");for(var H in D){if(H==""||H==null){continue}var I=D[H];if(H=="lzr"||H=="lzt"||H=="debug"||H=="profile"||H=="lzbacktrace"||H=="lzconsoledebug"||H=="lzdebug"||H=="lzkrank"||H=="lzprofile"||H=="lzcopyresources"||H=="fb"||H=="sourcelocators"||H=="_canvas_debug"||H=="lzsourceannotations"){E+=H+"="+I+"&"}if(B){if(window[H]==null){window[H]=unescape(I.replace(G," "))}}F+=H+"="+I+"&"}E=E.substr(0,E.length-1);F=F.substr(0,F.length-1);return{url:A,flashvars:F,query:E}},__parseQuery:function(A){if(A.indexOf("=")==-1){return}var B=A.split("&");var C={};for(var D=0;D<B.length;D++){var E=B[D].split("=");if(E.length==1){continue}var F=E[0];var G=E[1];C[F]=G}return C},__setAttr:function(A,B,C){A.setAttribute(B,C)
},_setCanvasAttributeSWF:function(A,B,C){if(this.loaded&&lz.embed.dojo.comm[this._id]&&lz.embed.dojo.comm[this._id]["callMethod"]){if(C){lz.embed.history._store(A,B)}else{lz.embed.dojo.comm[this._id].setCanvasAttribute(A,B+"")}}else{if(this._setCanvasAttributeQ==null){this._setCanvasAttributeQ=[[A,B,C]]}else{this._setCanvasAttributeQ.push([A,B,C])}}},_setCanvasAttributeDHTML:function(A,B,C){if(C){lz.embed.history._store(A,B)}else{if(canvas){if(!canvas.__LZdeleted){var D="$lzc$set_"+A;if(Function["$lzsc$isa"]?Function.$lzsc$isa(canvas[D]):canvas[D] instanceof Function){canvas[D](B)}else{canvas[A]=B;var E=canvas["on"+A];if(LzEvent["$lzsc$isa"]?LzEvent.$lzsc$isa(E):E instanceof LzEvent){if(E.ready){E.sendEvent(B)}}}}}}},_loaded:function(A){if(lz.embed[A].loaded){return}if(lz.embed.dojo.info.commVersion==8){setTimeout('lz.embed["'+A+'"]._ready.call(lz.embed["'+A+'"])',100)}else{lz.embed[A]._ready.call(lz.embed[A])}},_setCanvasAttributeDequeue:function(){while(this._setCanvasAttributeQ.length>0){var A=this._setCanvasAttributeQ.pop();this.setCanvasAttribute(A[0],A[1],A[2])}},_ready:function(A){this.loaded=true;if(this._callmethod){for(var B=0;B<this._callmethod.length;B++){this.callMethod(this._callmethod[B])}this._callmethod=null}if(this._setCanvasAttributeQ){this._setCanvasAttributeDequeue()}if(A){this.canvas=A}for(var B=0;B<this._onload.length;B++){var C=this._onload[B];if(typeof C=="function"){C(this)}}if(this.onload&&typeof this.onload=="function"){this.onload(this)}},_getCanvasAttributeSWF:function(A){if(this.loaded){return lz.embed.dojo.comm[this._id].getCanvasAttribute(A)}else{alert("Flash is not ready: getCanvasAttribute"+A)}},_getCanvasAttributeDHTML:function(A){return canvas[A]},browser:{init:function(){if(this.initted){return}this.browser=this.searchString(this.dataBrowser)||"An unknown browser";this.version=this.searchVersion(navigator.userAgent)||this.searchVersion(navigator.appVersion)||"an unknown version";this.osversion=this.searchOSVersion(navigator.userAgent)||"an unknown osversion";this.subversion=this.searchSubVersion(navigator.userAgent);this.OS=this.searchString(this.dataOS)||"an unknown OS";this.initted=true;this.isNetscape=this.isSafari=this.isOpera=this.isFirefox=this.isIE=this.isIphone=false;if(this.browser=="Netscape"){this.isNetscape=true}else{if(this.browser=="Safari"){this.isSafari=true}else{if(this.browser=="Opera"){this.isOpera=true}else{if(this.browser=="Firefox"){this.isFirefox=true}else{if(this.browser=="Explorer"){this.isIE=true}else{if(this.browser=="iPhone"){this.isSafari=true;this.isIphone=true}}}}}}},searchString:function(A){for(var B=0;B<A.length;B++){var C=A[B].string;var D=A[B].prop;this.versionSearchString=A[B].versionSearch||A[B].identity;this.osversionSearchString=A[B].osversionSearch||"";if(C){if(C.indexOf(A[B].subString)!=-1){return A[B].identity}}else{if(D){return A[B].identity}}}},searchVersion:function(A){var B=A.indexOf(this.versionSearchString);if(B==-1){return}return parseFloat(A.substring(B+this.versionSearchString.length+1))},searchSubVersion:function(A){var B=new RegExp(this.versionSearchString+".\\d+\\.\\d+\\.([\\d.]+)");var C=B.exec(A);if(C&&C.length>1){return parseFloat(C[1])}},searchOSVersion:function(A){var B=A.indexOf(this.osversionSearchString);if(B==-1){return}return parseFloat(A.substring(B+this.osversionSearchString.length+1))},dataBrowser:[{string:navigator.userAgent,subString:"iPhone",identity:"iPhone",versionSearch:"WebKit"},{string:navigator.userAgent,subString:"Chrome",identity:"Chrome"},{string:navigator.userAgent,subString:"OmniWeb",versionSearch:"OmniWeb/",identity:"OmniWeb"},{string:navigator.vendor,subString:"Apple",identity:"Safari",versionSearch:"WebKit"},{prop:window.opera,identity:"Opera"},{string:navigator.vendor,subString:"iCab",identity:"iCab"},{string:navigator.vendor,subString:"KDE",identity:"Konqueror"},{string:navigator.userAgent,subString:"Firefox",identity:"Firefox"},{string:navigator.userAgent,subString:"Iceweasel",versionSearch:"Iceweasel",identity:"Firefox"},{string:navigator.vendor,subString:"Camino",identity:"Camino"},{string:navigator.userAgent,subString:"Netscape",identity:"Netscape"},{string:navigator.userAgent,subString:"MSIE",identity:"Explorer",versionSearch:"MSIE",osversionSearch:"Windows NT"},{string:navigator.userAgent,subString:"Gecko",identity:"Mozilla",versionSearch:"rv"},{string:navigator.userAgent,subString:"Mozilla",identity:"Netscape",versionSearch:"Mozilla"}],dataOS:[{string:navigator.platform,subString:"Win",identity:"Windows"},{string:navigator.platform,subString:"Mac",identity:"Mac"},{string:navigator.userAgent,subString:"iPhone",identity:"iPhone/iPod"},{string:navigator.platform,subString:"Linux",identity:"Linux"}]},_callMethodSWF:function(A){if(this.loaded){return lz.embed.dojo.comm[this._id].callMethod(A)}else{if(!this._callmethod){this._callmethod=[]}this._callmethod.push(A)}},_broadcastMethod:function(A){var B=[].slice.call(arguments,1);for(var C in lz.embed.applications){var D=lz.embed.applications[C];
if(D[A]){D[A].apply(D,B)}}},setCanvasAttribute:function(A,B,C){lz.embed._broadcastMethod("setCanvasAttribute",A,B,C)},callMethod:function(A){lz.embed._broadcastMethod("callMethod",A)},_getAppendDiv:function(A,B){var C=B?B:A+"Container";var D=document.getElementById(C);if(!D){document.writeln('<div id="'+C+'"></div>');D=document.getElementById(C)}return D},_getSWFDiv:function(){return lz.embed.dojo.obj[this._id].get()},_sendMouseWheel:function(A){if(A!=null){this.callMethod("lz.Keys.__mousewheelEvent("+A+")")}},_gotFocus:function(){lz.embed._broadcastMethod("_sendAllKeysUp")},_sendAllKeysUpSWF:function(){this.callMethod("lz.Keys.__allKeysUp()")},_sendAllKeysUpDHTML:function(){if(lz["Keys"]&&lz.Keys["__allKeysUp"]){lz.Keys.__allKeysUp()}},_sendPercLoad:function(A){if(this.onloadstatus&&typeof this.onloadstatus=="function"){this.onloadstatus(A)}},attachEventHandler:function(A,B,H,G,I){if(!(H&&G&&typeof H[G]=="function")){return}var C=A+B+H+G;var D=this._handlers[C];if(D!=null){if(D instanceof Array){for(var E=D.length-1;E>=0;--E){if(D[E].$e===A&&D[E].$c===H){return}}}else{if(D.$e===A&&D.$c===H){return}}}var F=function(){var J=window.event?[window.event]:[].slice.call(arguments,0);if(I){J.push(I)}H[G].apply(H,J)};F.$e=A;F.$c=H;if(D!=null){if(D instanceof Array){D.push(F)}else{D=[D,F]}}else{D=F}this._handlers[C]=D;if(A["addEventListener"]){A.addEventListener(B,F,false);return true}else{if(A["attachEvent"]){return A.attachEvent("on"+B,F)}}},removeEventHandler:function(A,B,C,D){var E=A+B+C+D;var F,G=this._handlers[E];if(G!=null){if(G instanceof Array){for(var H=G.length-1;H>=0;--H){if(G[H].$e===A&&G[H].$c===C){F=G[H];G.splice(H,1);if(G.length==0){delete this._handlers[E]}}}}else{if(G.$e===A&&G.$c===C){F=G;delete this._handlers[E]}}}if(!F){return}if(A["removeEventListener"]){A.removeEventListener(B,F,false);return true}else{if(A["detachEvent"]){return A.detachEvent("on"+B,F)}}},_handlers:{},_cleanupHandlers:function(){lz.embed._handlers={}},getAbsolutePosition:function(A){var B=null;var C={};var D;if(!(lz.embed.browser.isFirefox&&A==document.body)&&A.getBoundingClientRect){D=A.getBoundingClientRect();var E=document.documentElement.scrollTop||document.body.scrollTop;var F=document.documentElement.scrollLeft||document.body.scrollLeft;return{x:Math.floor(D.left+F),y:Math.floor(D.top+E)}}else{if(document.getBoxObjectFor){D=document.getBoxObjectFor(A);C={x:D.x,y:D.y}}else{C={x:A.offsetLeft,y:A.offsetTop};B=A.offsetParent;if(B!=A){while(B){C.x+=B.offsetLeft;C.y+=B.offsetTop;B=B.offsetParent}}if(lz.embed.browser.isSafari&&document.defaultView&&document.defaultView.getComputedStyle){var G=document.defaultView.getComputedStyle(A,"")}if(lz.embed.browser.isOpera||lz.embed.browser.isSafari&&G&&G["position"]=="absolute"){C.y-=document.body.offsetTop}}}if(A.parentNode){B=A.parentNode}else{return C}while(B&&B.tagName!="BODY"&&B.tagName!="HTML"){C.x-=B.scrollLeft;C.y-=B.scrollTop;if(B.parentNode){B=B.parentNode}else{return C}}return C},CSSDimension:function(A,B){var C=A;if(isNaN(A)){if(A.indexOf("%")==A.length-1&&!isNaN(A.substring(0,A.length-1))){return A}else{C=0}}else{if(A===Infinity){C=~0>>>1}else{if(A===-Infinity){C=~(~0>>>1)}}}return C+(B?B:"px")}};lz.embed.browser.init();lz.embed.attachEventHandler(window,"beforeunload",lz.embed,"_cleanupHandlers");lz.embed.attachEventHandler(window,"focus",lz.embed,"_gotFocus");if(lz.embed.browser.isIE){lz.embed.attachEventHandler(window,"activate",lz.embed,"_gotFocus")}try{if(lzOptions){if(lzOptions.dhtmlKeyboardControl){alert("WARNING: this page uses lzOptions.dhtmlKeyboardControl.  Please use the cancelkeyboardcontrol embed argument for lz.embed.dhtml() instead.")}if(lzOptions.ServerRoot){alert("WARNING: this page uses lzOptions.ServerRoot.  Please use the second argument of lz.embed.lfc() instead.")}}}catch(e){}lz.embed.dojo=function(){};lz.embed.dojo={defaults:{flash8:null,ready:false,visible:true,width:500,height:400,bgcolor:"#ffffff",allowfullscreen:false,wmode:"window",flashvars:"",minimumVersion:8,id:"flashObject",appenddiv:null},obj:{},comm:{},_loadedListeners:[],_loadedListenerScopes:[],_installingListeners:[],_installingListenerScopes:[],setSwf:function(A,B){if(A==null){return}var C={};for(var D in this.defaults){var E=A[D];if(E!=null){C[D]=E}else{C[D]=this.defaults[D]}}if(B!=null){this.minimumVersion=B}this._initialize(C)},addLoadedListener:function(A,B){this._loadedListeners.push(A);this._loadedListenerScopes.push(B)},addInstallingListener:function(A,B){this._installingListeners.push(A);this._installingListenerScopes.push(B)},loaded:function(A){var B=lz.embed.dojo;if(B._isinstaller){top.location=top.location+""}B.info.installing=false;B.ready=true;if(B._loadedListeners.length>0){for(var C=0;C<B._loadedListeners.length;C++){var D=B._loadedListenerScopes[C];if(A!=D._id){continue}lz.embed.dojo._loadedListeners[C].apply(D,[D._id])}}},installing:function(){var A=lz.embed.dojo;if(A._installingListeners.length>0){for(var B=0;B<A._installingListeners.length;B++){var C=A._installingListenerScopes[B];
A._installingListeners[B].apply(C,[C._id])}}},_initialize:function(A){var B=lz.embed.dojo;var C=new (B.Install)(A.id);B.installer=C;var D=new (B.Embed)(A);B.obj[A.id]=D;if(C.needed()==true){C.install()}else{D.write(B.info.commVersion);B.comm[A.id]=new (B.Communicator)(A.id)}}};lz.embed.dojo.Info=function(){if(lz.embed.browser.isIE){document.writeln('<script language="VBScript" type="text/vbscript">');document.writeln("Function VBGetSwfVer(i)");document.writeln("  on error resume next");document.writeln("  Dim swControl, swVersion");document.writeln("  swVersion = 0");document.writeln('  set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))');document.writeln("  if (IsObject(swControl)) then");document.writeln('    swVersion = swControl.GetVariable("$version")');document.writeln("  end if");document.writeln("  VBGetSwfVer = swVersion");document.writeln("End Function");document.writeln("</script>")}this._detectVersion();this._detectCommunicationVersion()};lz.embed.dojo.Info.prototype={version:-1,versionMajor:-1,versionMinor:-1,versionRevision:-1,capable:false,commVersion:8,installing:false,isVersionOrAbove:function(A,B,C){C=parseFloat("."+C);if(this.versionMajor>=A&&this.versionMinor>=B&&this.versionRevision>=C){return true}else{return false}},_detectVersion:function(){var A;var B=lz.embed.browser.isIE;for(var C=25;C>0;C--){if(B){A=VBGetSwfVer(C)}else{A=this._JSFlashInfo(C)}if(A==-1){this.capable=false;return}else{if(A!=0){var D;if(B){var E=A.split(" ");var F=E[1];D=F.split(",")}else{D=A.split(".")}this.versionMajor=D[0];this.versionMinor=D[1];this.versionRevision=D[2];var G=this.versionMajor+"."+this.versionRevision;this.version=parseFloat(G);this.capable=true;break}}}},_JSFlashInfo:function(A){if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var C=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";var D=navigator.plugins["Shockwave Flash"+C].description;var E=D.split(" ");var F=E[2].split(".");var G=F[0];var H=F[1];if(E[3]!=""){var I=E[3].split("r")}else{var I=E[4].split("r")}var J=I[1]>0?I[1]:0;var B=G+"."+H+"."+J;return B}}return -1},_detectCommunicationVersion:function(){if(this.capable==false){this.commVersion=null;return}}};lz.embed.dojo.Embed=function(A){this.properties=A;if(!this.properties.width){this.properties.width="100%"}if(!this.properties.height){this.properties.height="100%"}if(!this.properties.bgcolor){this.properties.bgcolor="#ffffff"}if(!this.properties.visible){this.properties.visible=true}};lz.embed.dojo.Embed.prototype={protocol:function(){switch(window.location.protocol){case"https:":return"https";break;default:return"http";break}},__getCSSValue:function(A){if(A&&A.length&&A.indexOf("%")!=-1){return"100%"}else{return A+"px"}},write:function(A,E){var F="";F+="width: "+this.__getCSSValue(this.properties.width)+";";F+="height: "+this.__getCSSValue(this.properties.height)+";";if(this.properties.visible==false){F+="position: absolute; ";F+="z-index: 10000; ";F+="top: -1000px; ";F+="left: -1000px; "}var G;var H;var I=lz.embed;if(A>I.dojo.version){E=true}H=this.properties.flash8;var J=this.properties.flashvars;var K=this.properties.flashvars;if(E){var L=escape(window.location);document.title=document.title.slice(0,47)+" - Flash Player Installation";var B=escape(document.title);J+="&MMredirectURL="+L+"&MMplayerType=ActiveX&MMdoctitle="+B;K+="&MMredirectURL="+L+"&MMplayerType=PlugIn"}if(I.browser.isIE){G='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="'+this.protocol()+'://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+this.properties.width+'" height="'+this.properties.height+'" id="'+this.properties.id+'" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="'+H+'" /> <param name="quality" value="high" /> <param name="FlashVars" value="'+J+'" /> <param name="bgcolor" value="'+this.properties.bgcolor+'" /> <param name="wmode" value="'+this.properties.wmode+'" /> <param name="allowFullScreen" value="'+this.properties.allowfullscreen+'" /> </object>'}else{G='<embed src="'+H+'" quality="high" bgcolor="'+this.properties.bgcolor+'" wmode="'+this.properties.wmode+'" allowFullScreen="'+this.properties.allowfullscreen+'" width="'+this.properties.width+'" height="'+this.properties.height+'" id="'+this.properties.id+'" name="'+this.properties.id+'" FlashVars="'+K+'" swLiveConnect="true" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="'+this.protocol()+'://www.macromedia.com/go/getflashplayer" />'}var C=this.properties.id+"Container";var D=this.properties.appenddiv;if(D){D.innerHTML=G;D.setAttribute("style",F)}else{G='<div id="'+C+'" style="'+F+'"> '+G+"</div>";document.writeln(G)}},get:function(){try{var A=document.getElementById(this.properties.id+"")}catch(B){}return A},setVisible:function(A){var B=document.getElementById(this.properties.id+"Container");
if(A==true){B.style.visibility="visible"}else{B.style.position="absolute";B.style.x="-1000px";B.style.y="-1000px";B.style.visibility="hidden"}},center:function(){var A=this.properties.width;var B=this.properties.height;var C=0;var D=0;var E=document.getElementById(this.properties.id+"Container");E.style.top=D+"px";E.style.left=C+"px"}};lz.embed.dojo.Communicator=function(A){this._id=A};lz.embed.dojo.Communicator.prototype={_addExternalInterfaceCallback:function(D,C){var B=lz.embed.dojo;var A=function(){var E=[];for(var F=0;F<arguments.length;F++){E[F]=arguments[F]}E.length=arguments.length;return B.comm[C]._execFlash(D,E,C)};B.comm[C][D]=A},_encodeData:function(A){var B=RegExp("\\&([^;]*)\\;","g");A=A.replace(B,"&amp;$1;");A=A.replace(RegExp("<","g"),"&lt;");A=A.replace(RegExp(">","g"),"&gt;");A=A.replace("\\","&custom_backslash;&custom_backslash;");A=A.replace(RegExp("\\n","g"),"\\n");A=A.replace(RegExp("\\r","g"),"\\r");A=A.replace(RegExp("\\f","g"),"\\f");A=A.replace(RegExp("\\0","g"),"\\0");A=A.replace(RegExp("\\'","g"),"\\'");A=A.replace(RegExp('\\"',"g"),'\\"');return A},_decodeData:function($1){if($1==null||typeof $1=="undefined"){return $1}$1=$1.replace(RegExp("\\&custom_lt\\;","g"),"<");$1=$1.replace(RegExp("\\&custom_gt\\;","g"),">");$1=eval('"'+$1+'"');return $1},_chunkArgumentData:function(A,B,C){var D=lz.embed.dojo.obj[C].get();var E=Math.ceil(A.length/1024);for(var F=0;F<E;F++){var G=F*1024;var H=F*1024+1024;if(F==E-1){H=F*1024+A.length}var I=A.substring(G,H);I=this._encodeData(I);D.CallFunction('<invoke name="chunkArgumentData" returntype="javascript"><arguments><string>'+I+"</string><number>"+B+"</number></arguments></invoke>")}},_chunkReturnData:function(A){var B=lz.embed.dojo.obj[A].get();var C=B.getReturnLength();var D=[];for(var E=0;E<C;E++){var F=B.CallFunction('<invoke name="chunkReturnData" returntype="javascript"><arguments><number>'+E+"</number></arguments></invoke>");if(F=='""'||F=="''"){F=""}else{F=F.substring(1,F.length-1)}D.push(F)}var G=D.join("");return G},_execFlash:function(A,B,C){var D=lz.embed.dojo.obj[C].get();D.startExec();D.setNumberArguments(B.length);for(var E=0;E<B.length;E++){this._chunkArgumentData(B[E],E,C)}D.exec(A);var F=this._chunkReturnData(C);F=this._decodeData(F);D.endExec();return F}};lz.embed.dojo.Install=function(A){this._id=A};lz.embed.dojo.Install.prototype={needed:function(){var A=lz.embed.dojo;if(A.info.capable==false){return true}if(lz.embed.browser.isSafari==true&&!A.info.isVersionOrAbove(8,0,0)){return true}if(A.minimumVersion>A.info.versionMajor){return true}if(!A.info.isVersionOrAbove(8,0,0)){return true}return false},install:function(){var A=lz.embed.dojo;A.info.installing=true;A.installing();var B=A.obj[this._id].properties;var C=B.flash8;var D=C.indexOf("swf7");if(D!=-1){A._tempurl=C;C=C.substring(0,D+3)+"8"+C.substring(D+4,C.length);B.flash8=C}var D=C.indexOf("swf9");if(D!=-1){A._tempurl=C;C=C.substring(0,D+3)+"8"+C.substring(D+4,C.length);B.flash8=C}A.ready=false;if(A.info.capable==false){A._isinstaller=true;var E=new (A.Embed)(B);E.write(A.minimumVersion)}else{if(A.info.isVersionOrAbove(6,0,65)){var E=new (A.Embed)(B);E.write(A.minimumVersion,true);E.setVisible(true);E.center()}else{alert("This content requires a more recent version of the Macromedia  Flash Player.");window.location="http://www.macromedia.com/go/getflashplayer"}}},_onInstallStatus:function(A){if(A=="Download.Complete"){if(lz.embed.browser.isIE){top.location=top.location+""}}else{if(A=="Download.Cancelled"){alert("This content requires a more recent version of the Macromedia  Flash Player.");window.location="http://www.macromedia.com/go/getflashplayer"}else{if(A=="Download.Failed"){alert("There was an error downloading the Flash Player update. Please try again later, or visit macromedia.com to download the latest version of the Flash plugin.");window.location="http://www.macromedia.com/go/getflashplayer"}}}}};lz.embed.dojo.info=new (lz.embed.dojo.Info)();lz.embed.iframemanager={__counter:0,__frames:{},__namebyid:{},__loading:{},__callqueue:{},__calljsqueue:{},__sendmouseevents:{},__hidenativecontextmenu:{},__selectionbookmarks:{},create:function(A,E,F,G,H,I){var J="__lz"+lz.embed.iframemanager.__counter++;var K='javascript:""';var L='lz.embed.iframemanager.__gotload("'+J+'")';if(E==null||E=="null"||E==""){E=J}lz.embed.iframemanager.__namebyid[J]=E;if(G==null||G=="undefined"){G=document.body}if(document.all){var B="<iframe name='"+E+"' id='"+J+"' src='"+K+"' onload='"+L+"' frameBorder='0'";if(F!=true){B+=" scrolling='no'"}B+="></iframe>";var C=document.createElement("div");lz.embed.__setAttr(C,"id",J+"Container");G.appendChild(C);C.innerHTML=B;var D=document.getElementById(J)}else{var D=document.createElement("iframe");lz.embed.__setAttr(D,"name",E);lz.embed.__setAttr(D,"src",K);lz.embed.__setAttr(D,"id",J);lz.embed.__setAttr(D,"onload",L);if(F!=true){lz.embed.__setAttr(D,"scrolling","no")}this.appendTo(D,G)}if(D){this.__finishCreate(J,A,E,F,G,H,I)}else{this.__callqueue[J]=[["__finishCreate",J,A,E,F,G,H,I]];
setTimeout('lz.embed.iframemanager.__checkiframe("'+J+'")',10)}return J+""},__checkiframe:function(A){var B=document.getElementById(A);if(B){var C=lz.embed.iframemanager.__callqueue[A];delete lz.embed.iframemanager.__callqueue[A];lz.embed.iframemanager.__playQueue(C)}else{setTimeout('lz.embed.iframemanager.__checkiframe("'+A+'")',10)}},__playQueue:function(A){var B=lz.embed.iframemanager;for(var C=0;C<A.length;C++){var D=A[C];var E=D.splice(0,1);B[E].apply(B,D)}},__finishCreate:function(A,D,E,F,G,H,I){var J=document.getElementById(A);if(typeof D=="string"){J.appcontainer=lz.embed.applications[D]._getSWFDiv()}J.owner=D;lz.embed.iframemanager.__frames[A]=J;this.__namebyid[A]=E;var K=lz.embed.iframemanager.getFrame(A);K.__gotload=lz.embed.iframemanager.__gotload;K._defaultz=H?H:99900;this.setZ(A,K._defaultz);lz.embed.iframemanager.__topiframe=A;if(document.getElementById&&!document.all){K.style.border="0"}else{if(document.all){lz.embed.__setAttr(K,"allowtransparency","true");var B=lz.embed[K.owner];if(B&&B.runtime=="swf"){var C=B._getSWFDiv();C.onfocus=lz.embed.iframemanager.__refresh}}}K.style.position="absolute"},appendTo:function(A,B){if(B.__appended==B){return}if(A.__appended){old=A.__appended.removeChild(A);B.appendChild(old)}else{B.appendChild(A)}A.__appended=B},getFrame:function(A){return lz.embed.iframemanager.__frames[A]},getFrameWindow:function(A){if(!this["framesColl"]){if(document.frames){this.framesColl=document.frames}else{this.framesColl=window.frames}}return this.framesColl[A]},setSrc:function(A,B,C){if(this.__callqueue[A]){this.__callqueue[A].push(["setSrc",A,B,C]);return}this.__setSendMouseEvents(A,false);if(C){var D=lz.embed.iframemanager.getFrame(A);if(!D){return}lz.embed.__setAttr(D,"src",B)}else{var A=lz.embed.iframemanager.__namebyid[A];var D=window[A];if(!D){return}D.location.replace(B)}this.__loading[A]=true},setPosition:function(A,B,C,D,E,F,G){if(this.__callqueue[A]){this.__callqueue[A].push(["setPosition",A,B,C,D,E,F,G]);return}var H=lz.embed.iframemanager.getFrame(A);if(!H){return}if(H.appcontainer){var I=lz.embed.getAbsolutePosition(H.appcontainer)}else{var I={x:0,y:0}}if(B!=null&&!isNaN(B)){H.style.left=B+I.x+"px"}if(C!=null&&!isNaN(C)){H.style.top=C+I.y+"px"}if(D!=null&&!isNaN(D)){H.style.width=D+"px"}if(E!=null&&!isNaN(E)){H.style.height=E+"px"}if(F!=null){if(typeof F=="string"){F=F=="true"}H.style.display=F?"block":"none"}if(G!=null){this.setZ(A,G+H._defaultz)}},setVisible:function(A,B){if(this.__callqueue[A]){this.__callqueue[A].push(["setVisible",A,B]);return}if(typeof B=="string"){B=B=="true"}var C=lz.embed.iframemanager.getFrame(A);if(!C){return}C.style.display=B?"block":"none"},bringToFront:function(A){if(this.__callqueue[A]){this.__callqueue[A].push(["bringToFront",A]);return}var B=lz.embed.iframemanager.getFrame(A);if(!B){return}B._defaultz=100000;this.setZ(A,B._defaultz);lz.embed.iframemanager.__topiframe=A},sendToBack:function(A){if(this.__callqueue[A]){this.__callqueue[A].push(["sendToBack",A]);return}var B=lz.embed.iframemanager.getFrame(A);if(!B){return}B._defaultz=99900;this.setZ(A,B._defaultz)},__gotload:function(A){var B=lz.embed.iframemanager.getFrame(A);if(!B){return}if(B.owner&&B.owner.__gotload){B.owner.__gotload()}else{lz.embed[B.owner].callMethod("lz.embed.iframemanager.__gotload('"+A+"')")}this.__loading[A]=false;if(this.__sendmouseevents[A]){this.__setSendMouseEvents(A,true)}if(this.__calljsqueue[A]){this.__playQueue(this.__calljsqueue[A]);delete this.__calljsqueue[A]}},__refresh:function(){if(lz.embed.iframemanager.__topiframe){var A=lz.embed.iframemanager.getFrame(lz.embed.iframemanager.__topiframe);if(A.style.display=="block"){A.style.display="none";A.style.display="block"}}},setZ:function(A,B){if(this.__callqueue[A]){this.__callqueue[A].push(["setZ",A,B]);return}var C=lz.embed.iframemanager.getFrame(A);if(!C){return}C.style.zIndex=B},scrollBy:function(A,B,C){if(this.__callqueue[A]){this.__callqueue[A].push(["scrollBy",A,B,C]);return}var A=lz.embed.iframemanager.__namebyid[A];var D=window.frames[A];if(!D){return}D.scrollBy(B,C)},__destroy:function(A){if(this.__callqueue[A]){this.__callqueue[A].push(["__destroy",A]);return}var B=lz.embed.iframemanager.__frames[A];if(B){this.__setSendMouseEvents(A,false);B.owner=null;B.appcontainer=null;LzSprite.prototype.__discardElement(B);delete lz.embed.iframemanager.__frames[A];delete lz.embed.iframemanager.__namebyid[A]}},callJavascript:function($1,$2,$3,$4){if(this.__callqueue[$1]){this.__callqueue[$1].push(["callJavascript",$1,$2,$3,$4]);return}if(this.__loading[$1]){if(!this.__calljsqueue[$1]){this.__calljsqueue[$1]=[]}this.__calljsqueue[$1].push(["callJavascript",$1,$2,$3,$4]);return}var $5=lz.embed.iframemanager.getFrameWindow($1);if(!$4){$4=[]}try{var $6=$5.eval($2);if($6){var $7=$6.apply($5,$4);if($3){$3.execute($7)}return $7}}catch(e){}},__globalMouseover:function(A,B){var C=lz.embed.iframemanager.getFrame(B);if(!C){return}A=window.event;if(C.owner&&C.owner.sprite){if(A.toElement&&A.toElement.nodeName!="IFRAME"){LzMouseKernel.__resetMouse()
}}},__mouseEvent:function(A,B){var C=lz.embed;var D=C.iframemanager.getFrame(B);if(!D){return}if(!A){A=window.event}var E="on"+A.type;if(D.owner&&D.owner.sprite&&D.owner.sprite.__mouseEvent){if(E=="oncontextmenu"){if(!C.iframemanager.__hidenativecontextmenu[B]){return}else{var F=C.getAbsolutePosition(D);LzMouseKernel.__sendMouseMove(A,F.x,F.y);return LzMouseKernel.__showContextMenu(A)}}D.owner.sprite.__mouseEvent(A);if(E=="onmouseup"){if(LzMouseKernel.__lastMouseDown==D.owner.sprite){LzMouseKernel.__lastMouseDown=null}}}else{if(E=="onmouseleave"){E="onmouseout"}else{if(E=="onmouseenter"){E="onmouseover"}else{if(E=="oncontextmenu"){return}}}C[D.owner].callMethod("lz.embed.iframemanager.__gotMouseEvent('"+B+"','"+E+"')")}},setSendMouseEvents:function(A,B){if(this.__callqueue[A]){this.__callqueue[A].push(["setSendMouseEvents",A,B]);return}this.__sendmouseevents[A]=B},__setSendMouseEvents:function(C,A){var D=lz.embed.iframemanager.getFrameWindow(C);if(!D){return}if(A){if(lz.embed.browser.isIE){lz.embed.attachEventHandler(document,"mouseover",lz.embed.iframemanager,"__globalMouseover",C)}try{lz.embed.attachEventHandler(D.document,"mousedown",lz.embed.iframemanager,"__mouseEvent",C);lz.embed.attachEventHandler(D.document,"mouseup",lz.embed.iframemanager,"__mouseEvent",C);lz.embed.attachEventHandler(D.document,"click",lz.embed.iframemanager,"__mouseEvent",C);D.document.oncontextmenu=function(E){if(!E){E=D.event}return lz.embed.iframemanager.__mouseEvent(E,C)};if(lz.embed.browser.isIE){lz.embed.attachEventHandler(D.document,"mouseenter",lz.embed.iframemanager,"__mouseEvent",C);lz.embed.attachEventHandler(D.document,"mouseleave",lz.embed.iframemanager,"__mouseEvent",C)}else{lz.embed.attachEventHandler(D.document,"mouseover",lz.embed.iframemanager,"__mouseEvent",C);lz.embed.attachEventHandler(D.document,"mouseout",lz.embed.iframemanager,"__mouseEvent",C)}}catch(B){}}else{if(lz.embed.browser.isIE){lz.embed.removeEventHandler(document,"mouseover",lz.embed.iframemanager,"__globalMouseover")}try{lz.embed.removeEventHandler(D.document,"mousedown",lz.embed.iframemanager,"__mouseEvent");lz.embed.removeEventHandler(D.document,"mouseup",lz.embed.iframemanager,"__mouseEvent");lz.embed.removeEventHandler(D.document,"click",lz.embed.iframemanager,"__mouseEvent");D.document.oncontextmenu=null;if(lz.embed.browser.isIE){lz.embed.removeEventHandler(D.document,"mouseenter",lz.embed.iframemanager,"__mouseEvent");lz.embed.removeEventHandler(D.document,"mouseleave",lz.embed.iframemanager,"__mouseEvent")}else{lz.embed.removeEventHandler(D.document,"mouseover",lz.embed.iframemanager,"__mouseEvent");lz.embed.removeEventHandler(D.document,"mouseout",lz.embed.iframemanager,"__mouseEvent")}}catch(B){}}},setShowNativeContextMenu:function(A,B){this.__hidenativecontextmenu[A]=!B},storeSelection:function(A){var B=lz.embed.iframemanager;var C=B.getFrameWindow(A);if(C&&C.document&&C.document.selection&&C.document.selection.type=="Text"){B.__selectionbookmarks[A]=C.document.selection.createRange().getBookmark()}},restoreSelection:function(A){var B=lz.embed.iframemanager;var C=B.getFrameWindow(A);if(B.__selectionbookmarks[A]&&C){var D=B.__selectionbookmarks[A];var E=C.document.body.createTextRange();E.moveToBookmark(D);E.select()}}};lz.embed.mousewheel={__mousewheelEvent:function(A){if(!A){A=window.event}var B=0;if(A.wheelDelta){B=A.wheelDelta/120;if(lz.embed.browser.isOpera){B=-B}}else{if(A.detail){B=-A.detail/3}}if(A.preventDefault){A.preventDefault()}A.returnValue=false;var C=lz.embed.mousewheel.__callbacks.length;if(B!=null&&C>0){for(var D=0;D<C;D+=2){var E=lz.embed.mousewheel.__callbacks[D];var F=lz.embed.mousewheel.__callbacks[D+1];if(E&&E[F]){E[F](B)}}}},__callbacks:[],setCallback:function(A,B){var C=lz&&lz.embed&&lz.embed.options&&lz.embed.options.cancelkeyboardcontrol!=true||true;if(lz.embed.mousewheel.__callbacks.length==0&&C){if(window.addEventListener){lz.embed.attachEventHandler(window,"DOMMouseScroll",lz.embed.mousewheel,"__mousewheelEvent")}lz.embed.attachEventHandler(document,"mousewheel",lz.embed.mousewheel,"__mousewheelEvent")}lz.embed.mousewheel.__callbacks.push(A,B)}};lz.embed.history={active:null,_currentstate:null,_apps:[],_intervalID:null,_registeredapps:{},intervaltime:200,init:function(){var A=lz.embed.history;if(A.active||A.active==false){return}A.active=true;A._title=top.document.title;var B=A.get();if(lz.embed.browser.isSafari){A._historylength=history.length;A._history=[];for(var C=1;C<A._historylength;C++){A._history.push("")}A._history.push(B);var D=document.createElement("form");D.method="get";document.body.appendChild(D);A._form=D;if(!top.document.location.lzaddr){top.document.location.lzaddr={}}if(top.document.location.lzaddr.history){A._history=top.document.location.lzaddr.history.split(",")}if(B!=""){A.set(B)}}else{if(lz.embed.browser.isIE){var B=top.location.hash;if(B){B=B.substring(1)}var C=document.createElement("iframe");lz.embed.__setAttr(C,"id","lzHistory");lz.embed.__setAttr(C,"frameborder","no");lz.embed.__setAttr(C,"scrolling","no");
lz.embed.__setAttr(C,"width","0");lz.embed.__setAttr(C,"height","0");lz.embed.__setAttr(C,"src",'javascript:""');document.body.appendChild(C);C=document.getElementById("lzHistory");A._iframe=C;C.style.display="none";C.style.position="absolute";C.style.left="-999px";var E=C.contentDocument||C.contentWindow.document;E.open();E.close();if(B!=""){E.location.hash="#"+B;A._parse(B)}}else{if(B!=""){A._parse(B);A._currentstate=B}}}if(A._intervalID!=null){clearInterval(A._intervalID)}if(A.intervaltime>0){A._intervalID=setInterval("lz.embed.history._checklocationhash()",A.intervaltime)}},listen:function(A){if(typeof A=="string"){A=lz.embed.applications[A];if(!A||!A.runtime){return}}if(!A){return}var B=lz.embed.history;if(B._registeredapps[A._id]){return}B._registeredapps[A.id]=true;B._apps.push(A);B.init()},_checklocationhash:function(){if(lz.embed.dojo&&lz.embed.dojo.info&&lz.embed.dojo.info.installing){return}if(lz.embed.browser.isSafari){var A=this._history[this._historylength-1];if(A==""||A=="#"){A="#0"}if(!this._skip&&this._historylength!=history.length){this._historylength=history.length;if(typeof A!="undefined"){A=A.substring(1);this._currentstate=A;this._parse(A)}}else{this._parse(A.substring(1))}}else{var A=lz.embed.history.get();if(A==""){A="0"}if(lz.embed.browser.isIE){if(A!=this._currentstate){top.location.hash=A=="0"?"":"#"+A;this._currentstate=A;this._parse(A)}if(top.document.title!=this._title){top.document.title=this._title}}else{this._currentstate=A;this._parse(A)}}},set:function(A){if(lz.embed.history.active==false){return}if(A==null){A=""}if(lz.embed.history._currentstate==A){return}lz.embed.history._currentstate=A;var B="#"+A;if(lz.embed.browser.isIE){top.location.hash=B=="#0"?"":B;var C=lz.embed.history._iframe.contentDocument||lz.embed.history._iframe.contentWindow.document;C.open();C.close();C.location.hash=B;lz.embed.history._parse(A+"")}else{if(lz.embed.browser.isSafari){lz.embed.history._history[history.length]=B;lz.embed.history._historylength=history.length+1;if(lz.embed.browser.version<412){if(top.location.search==""){lz.embed.history._form.action=B;top.document.location.lzaddr.history=lz.embed.history._history.toString();lz.embed.history._skip=true;lz.embed.history._form.submit();lz.embed.history._skip=false}}else{var D=document.createEvent("MouseEvents");D.initEvent("click",true,true);var E=document.createElement("a");E.href=window.location.href+B;E.dispatchEvent(D)}}else{top.location.hash=B;lz.embed.history._parse(A+"")}}return true},get:function(){var A="";if(lz.embed.browser.isIE){if(lz.embed.history._iframe){var B=lz.embed.history._iframe.contentDocument||lz.embed.history._iframe.contentWindow.document;A=B.location.hash}}else{A=top.location.href}var C=A.indexOf("#");if(C!=-1){return A.substring(C+1)}return""},_parse:function(A){var D=lz.embed.history;if(A.length==0){return}for(var E=0,F=lz.embed.history._apps.length;E<F;E++){var G=lz.embed.history._apps[E];if(!G.loaded||G._lasthash==A){continue}G._lasthash=A;if(A.indexOf("_lz")!=-1){A=A.substring(3);var H=A.split(",");for(var I=0;I<H.length;I++){var J=H[I];var K=J.indexOf("=");var B=unescape(J.substring(0,K));var C=unescape(J.substring(K+1));lz.embed.setCanvasAttribute(B,C);if(window["canvas"]){canvas.setAttribute(B,C)}}}else{if(G.runtime=="swf"){D.__setFlash(A,G._id)}else{if(window["lz"]&&lz["History"]&&lz.History["isReady"]&&lz.History["receiveHistory"]){lz.History.receiveHistory(A)}}}}},_store:function(A,B){if(A instanceof Object){var C="";for(var D in A){if(C!=""){C+=","}C+=escape(D)+"="+escape(A[D])}}else{var C=escape(A)+"="+escape(B)}this.set("_lz"+C)},__setFlash:function(A,B){var C=lz.embed[B];if(C&&C.loaded&&C.runtime=="swf"){var D=C._getSWFDiv();if(D){var E=C.callMethod("lz.History.receiveHistory("+A+")");C._lasthash=A}}}};if(lz.embed.browser.isFirefox){window.onunload=function(){}}lz.embed.regex={cache:{},create:function(A,B,C){try{var D=lz.embed.regex;D.cache[A]=new RegExp(D.unmask(B),D.unmask(C));return true}catch(E){return E.name+": "+E.message}},test:function(A,B,C){var D=lz.embed.regex;var E=D.cache[A];E.lastIndex=C;return[E.test(D.unmask(B)),E.lastIndex]},exec:function(A,B,C){var D=lz.embed.regex;var E=D.cache[A];E.lastIndex=C;var F=E.exec(D.unmask(B));if(F){(F=D.maskArr(F)).push(F.index,E.lastIndex);return F}else{return null}},match:function(A,B){var C=lz.embed.regex;var D=C.unmask(B).match(C.cache[A]);return D?C.maskArr(D):null},replace:function(A,B,C){var D=lz.embed.regex;return D.mask(D.unmask(B).replace(D.cache[A],D.unmask(C)))},search:function(A,B){var C=lz.embed.regex;return C.unmask(B).search(C.cache[A])},split:function(A,B,C){var D=lz.embed.regex;return D.maskArr(D.unmask(B).split(D.cache[A],C))},remove:function(A){delete lz.embed.regex.cache[A]},mask:function(A){var B=/^\s*$/;var C=/\s/g;return(A==null||!B.test(A)?A:"__#lznull"+A.replace(C,function(D){switch(D){case" ":return"w";case"\f":return"f";case"\n":return"n";case"\r":return"r";case"\t":return"t";case"\xA0":return"s";case"\u2028":return"l";case"\u2029":return"p"
}}))},unmask:function(A){return A=="__#lznull"?"":A},maskArr:function(A){var B=lz.embed.regex;for(var C=0;C<A.length;++C){A[C]=B.mask(A[C])}return A}};;jQuery.fn.accessNews=function(A){A=jQuery.extend({newsSpeed:"normal"},A);return this.each(function(B){aNewsSlider.itemWidth=parseInt(jQuery(".item:eq("+B+")",".news_slider").css("width"))+parseInt(jQuery(".item:eq("+B+")",".news_slider").css("margin-right"));aNewsSlider.init(A,this)})};var aNewsSlider={itemWidth:0,init:function(B,A){jQuery(".messaging",A).css("display","none");itemLength=jQuery(".item",A).length;itemWidths=jQuery(".item",A).width();newsContainerWidth=itemLength*itemWidths;jQuery(".container",A).css("width",newsContainerWidth+"px");jQuery(".prev",A).css("display","none");jQuery(".next",A).css("display","block");animating=false;jQuery(".next",A).click(function(){if(animating==false){animating=true;animateLeft=parseInt(jQuery(".container",A).css("left"))-(aNewsSlider.itemWidth*2);if(animateLeft+parseInt(jQuery(".container",A).css("width"))>0){jQuery(".prev",A).css("display","block");jQuery(".container",A).animate({left:animateLeft},B.newsSpeed,function(){jQuery(this).css("left",animateLeft);if(parseInt(jQuery(".container",A).css("left"))+parseInt(jQuery(".container",A).css("width"))<=aNewsSlider.itemWidth*2){jQuery(".next",A).css("display","none")}animating=false})}else{animating=false}}return false});jQuery(".prev",A).click(function(){if(animating==false){animating=true;animateLeft=parseInt(jQuery(".container",A).css("left"))+(aNewsSlider.itemWidth*2);if((animateLeft+parseInt(jQuery(".container",A).css("width")))<=parseInt(jQuery(".container",A).css("width"))){jQuery(".next",A).css("display","block");jQuery(".container",A).animate({left:animateLeft},B.newsSpeed,function(){jQuery(this).css("left",animateLeft);if(parseInt(jQuery(".container",A).css("left"))==0){jQuery(".prev",A).css("display","none")}animating=false})}else{animating=false}}return false})},vAll:function(C,B){var A=B;while(B){B=B.parentNode;if(jQuery(B).attr("class")!=undefined&&jQuery(B).attr("class").indexOf("news_slider")!=-1){break}}}};;var IS_IE=document.all&&window.print&&!window.opera&&/MSIE [56]/.test(navigator.userAgent);var IS_IE7=document.all&&window.print&&!window.opera&&/MSIE [78]/.test(navigator.userAgent);var IS_IE_ALL=document.all&&window.print&&!window.opera&&/MSIE/.test(navigator.userAgent);var IE_W3C=IS_IE&&/MSIE [789]/.test(navigator.userAgent);var IS_Webkit=/Konqueror|Safari|KHTML/.test(navigator.userAgent);var heightPropertyToUse=IS_IE?"height":"minHeight";document.documentElement.className+=" hasJS";if(IS_IE){document.documentElement.className+=" IS_IE"}else{if(IS_IE7){document.documentElement.className+=" IS_IE7"}}function addEvent(B,C,A){if(B.addEventListener){B.addEventListener(C,A,false)}else{if(B.attachEvent){B["e"+C+A]=A;B[C+A]=function(){B["e"+C+A](window.event)};B.attachEvent("on"+C,B[C+A])}}}function removeEvent(C,A,B){if(C.removeEventListener){C.removeEventListener(A,B,false)}else{if(C.detachEvent){C.detachEvent("on"+A,B)}}}function getStyle(B,C){var D="";if(document.defaultView&&document.defaultView.getComputedStyle){try{D=document.defaultView.getComputedStyle(B,"").getPropertyValue(C)}catch(A){D=""}}else{if(B.currentStyle){try{C=C.replace(/\-(\w)/g,function(F,E){return E.toUpperCase()});D=B.currentStyle[C]}catch(A){D=""}}}return D}function intStyle(A,B){var C=parseInt(getStyle(A,B));if(isNaN(C)){C=0}return C}function floatStyle(A,B){var C=parseFloat(getStyle(A,B));if(isNaN(C)){C=0}return C}function findPos(B){var A=curtop=0;if(B.offsetParent){A=B.offsetLeft;curtop=B.offsetTop;while(B=B.offsetParent){A+=B.offsetLeft;curtop+=B.offsetTop}}return[A,curtop]}function getMouse(A){var C,D;var B=(navigator.userAgent.indexOf("MSIE 5")!=-1)?document.body:document.documentElement;if(document.captureEvents){C=A.pageX;D=A.pageY}else{if(window.event.clientX){C=window.event.clientX+B.scrollLeft;D=window.event.clientY+B.scrollTop}}window.mouseX=C;window.mouseY=D}var ifrlayer={make:function(obj){if(!obj){return}obj=(typeof(obj)=="string")?document.getElementById(obj):obj;if(!obj){return}if(document.all&&!window.opera&&document.getElementById){if(obj.parentNode&&!obj.iframelayer){var ifr=obj.parentNode.insertBefore(document.createElement('<iframe src="javascript:false"></iframe>'),obj);if(obj.currentStyle.zIndex!=""&&parseInt(obj.currentStyle.zIndex)>1){ifr.style.zIndex=parseInt(obj.currentStyle.zIndex)-1}with(ifr.style){filter="mask()";position="absolute"}obj.iframelayer=ifr}}if(obj.iframelayer){obj.iframelayer.style.visibility="visible";ifrlayer.resize(obj);ifrlayer.move(obj)}},hide:function(B){if(!B){return}B=typeof(B)=="string"?document.getElementById(B):B;if(!B){return}var A=B.iframelayer;if(A){A.style.visibility="hidden"}},move:function(obj){if(obj&&obj.iframelayer){with(obj.iframelayer.style){top=obj.offsetTop+"px";left=obj.offsetLeft+"px"}}},resize:function(obj){if(obj&&obj.iframelayer){with(obj.iframelayer.style){width=obj.offsetWidth+"px";height=obj.offsetHeight+"px"}}}};function addHover(A){A.style.behavior=" ";A.onmouseenter=function(){this.className+=" hover"};A.onmouseleave=function(){this.className=this.className.replace(/\bhover\b/,"")}}var CSSBottomCorners=[];var currentBlockToFixCorners=null;function cssRight(A){A.style.right=(parseInt(A.currentStyle.right)-(A.parentNode.offsetWidth%2))+"px"}function cssBottom(A,B){if(B&&!A.CSSBottomAlreadyCSS){CSSBottomCorners.push(A);A.CSSBottomAlreadyCSS=true}A.style.bottom=(parseInt(A.currentStyle.bottom)-(A.parentNode.offsetHeight%2))+"px"}function fixCorners(A){if(IS_IE){for(i=CSSBottomCorners.length-1;i>-1;--i){CSSBottomCorners[i].style.bottom=""}}else{if(IS_Webkit||/Gecko\/200[56]|Opera 8.5/i.test(navigator.userAgent)){fixCornersOnBlocks(A)}}}function fixCornersOnBlocks(A){currentBlockToFixCorners=A||document.body;currentBlockToFixCorners.className+=" hidecorners";setTimeout("fixCornersOnBlocksShowCorners()",5)}function fixCornersOnBlocksShowCorners(){if(currentBlockToFixCorners){currentBlockToFixCorners.className=currentBlockToFixCorners.className.replace(/\bhidecorners\b/g,"")}currentBlockToFixCorners=null}var evaluationMaxNote=5;function evaluationInitFields(){var C=document.getElementsByTagName("p");for(var A=0;A<C.length;A++){var D=C[A];if(D.className.match(/\beval\b/)){var B=D.getElementsByTagName("img");if(B.length>0){B=B[0];B.onmousemove=function(E){evaluationAnimation(this,E)};B.onmouseout=function(){evaluationClearAnim(this)};B.onclick=function(){evaluationSetGrade(this,this.overGrade,true)}}}}}function evaluationAnimation(B,A){getMouse(A);var F=B.offsetWidth/evaluationMaxNote;var C=findPos(B)[0];var D=window.mouseX-C;var E=parseInt(D/F)+1;E=E>evaluationMaxNote?evaluationMaxNote:E<1?1:E;B.overGrade=E;if(!B.protectedGrade){evaluationSetGrade(B,E)}}function evaluationSetGrade(A,B,C){A.src=A.src.replace(/\d{1}sur/,B+"sur");if(C){A.savedGrade=B;evaluationSendGradeByAjax(B)}}function evaluationClearAnim(A){if(!A.savedGrade){A.savedGrade=0}evaluationSetGrade(A,A.savedGrade)}function getElementsByClassName(E,H,G){var A=(H=="*"&&E.all)?E.all:E.getElementsByTagName(H);
var B=new Array();G=G.replace(/\-/g,"\\-");var F=new RegExp("(^|\\s)"+G+"(\\s|$)");var D;for(var C=0;C<A.length;C++){D=A[C];if(F.test(D.className)){B.push(D)}}return B}function sousMenuAddHover(A,C){A.style.behavior=" ";var B=A.getElementsByTagName("ul");if(B.length>0){A.theUl=B[0];ifrlayer.make(A.theUl);A.onmouseenter=function(){this.className+=" currentJs";ifrlayer.make(A.theUl)};A.onmouseleave=function(){this.className=this.className.replace(/\b(right)?currentJs\b/,"");ifrlayer.hide(this.theUl)}}}function sousMenuActivation(H,C,A){function F(){var I=H.parentNode.getElementsByTagName("li");for(var J=0;J<I.length;J++){I[J].className=I[J].className.replace(/\b(right)?currentJs\b/,"");ifrlayer.hide(this.theUl)}}if(C.keyCode==27){F()}if(C.keyCode==38){if(!H.id==""){return}else{F()}}if(C.keyCode==39){if(H.id=="m_photo_camescope"){F();document.getElementById("m_livres").getElementsByTagName("a")[0].focus();document.getElementById("m_livres").className+=" currentJs"}else{F();var B=(IS_IE_ALL)?H.nextSibling:H.nextSibling.nextSibling;B.getElementsByTagName("a")[0].focus();B.className+=" currentJs"}}if(C.keyCode==40){return;if(!H.id==""){var G=H.parentNode.getElementsByTagName("a");for(var E=0;E>G.length;E++){if(G[E]){}}}F()}if(C.keyCode==37){if(H.id=="m_livres"){F();document.getElementById("m_photo_camescope").getElementsByTagName("a")[0].focus();document.getElementById("m_photo_camescope").className+=" currentJs";ifrlayer.make(elm.theUl)}else{F();var D=(IS_IE_ALL)?H.previousSibling:H.previousSibling.previousSibling;D.getElementsByTagName("a")[0].focus();D.className+=" currentJs";ifrlayer.make(elm.theUl)}}}function printDebug(A,B){var C=document.getElementById("header");if(document.getElementById("debugJS")){if(B==0){nouveauDiv.innerHTML+="<pre>"+A+"</pre>"}else{nouveauDiv.innerHTML="<pre>"+A+"</pre>"}}else{nouveauDiv=document.createElement("div");nouveauDiv.id="debugJS";nouveauDiv.style.display="block";nouveauDiv.style.position="absolute";nouveauDiv.style.top="20px";nouveauDiv.style.left="0px";nouveauDiv.style.background="black";nouveauDiv.style.border="solid 1px #900";nouveauDiv.style.zIndex="60";nouveauDiv.style.fontSize="11px";nouveauDiv.style.color="white";nouveauDiv.style.overflow="auto";nouveauDiv.style.height="400px";nouveauDiv.style.width="auto";nouveauDiv.style.padding="5px";nouveauDiv.innerHTML="<pre>"+A+"</pre>";C.parentNode.insertBefore(nouveauDiv,C)}}function filter(A,B){var E=new Array();var D=0;for(var C=0;C<A.length;++C){if(B(A[C])){E[D++]=A[C]}}return E}function getText(A){if(A.textContent){return A.textContent}else{return A.innerText}}var cancelClick=function(A){if(window.event){window.event.cancelBubble=true;return}if(A){if(A.stopPropagation){A.stopPropagation()}}};var cancelBubble=function(A){if(window.event){window.event.cancelBubble=true;window.event.returnValue=false;return}if(A){A.stopPropagation();A.preventDefault()}};function getCookieVal(B){var A=document.cookie.indexOf(";",B);if(A==-1){A=document.cookie.length}return unescape(document.cookie.substring(B,A))}function GetCookie(F){var B=F+"=";var A=B.length;var C=document.cookie.length;var D=0;while(D<C){var E=D+A;if(document.cookie.substring(D,E)==B){return getCookieVal(E)}D=document.cookie.indexOf(" ",D)+1;if(D==0){break}}return null}function SetCookie(E,H){var B=SetCookie.arguments;var A=SetCookie.arguments.length;var D=(A>2)?B[2]:null;var F=(A>3)?B[3]:null;var C=(A>4)?B[4]:null;var G=(A>5)?B[5]:false;document.cookie=E+"="+escape(H)+((D==null)?"":("; expires="+D.toGMTString()))+((F==null)?"":("; path="+F))+((C==null)?"":("; domain="+C))+((G==true)?"; secure":"")}var readAllAdvicesLink="readAllAdvicesLink";var internautesadviceId="lastBestComment";function popLayerMakeContent(C,H,E){var G=popLayerShow(C);if(G&&H){switch(H.toLowerCase()){case"advice":var B=document.getElementById(internautesadviceId);if(B){var A=B;if(A){G.innerHTML=A.innerHTML;var F=G.getElementsByTagName("p");for(var D=0;D<F.length;D++){if(F[D].className.indexOf("ndlr")!=-1){F[D].parentNode.removeChild(F[D])}}}}break;case"service":G.innerHTML=E.innerHTML;break}}ifrlayer.make(G)}function popLayerShow(e,normalTop){var home=document.getElementById("home");var html=document.getElementsByTagName((navigator.userAgent.indexOf("MSIE 5")!=-1)?"body":"html")[0];var body=document.getElementsByTagName("body")[0];getMouse(e);var popup=document.getElementById("popLayer");if(!popup){var tmp=document.createElement("div");tmp.className="hoverBlock filledBox";tmp.id="popLayer";with(tmp.style){position="absolute";display="block"}popup=home.appendChild(tmp)}if(popup){if(popup.className!="hoverBlock filledBox"){popup.className="hoverBlock filledBox"}with(popup.style){if(display!="block"){display="block"}left=(window.mouseX+popup.clientWidth+10>html.scrollLeft+html.clientWidth-10)?(html.scrollLeft+html.clientWidth-popup.clientWidth-10)+"px":window.mouseX+10+"px";top=(window.mouseY+popup.clientHeight+10>html.scrollTop+html.clientHeight-10&&!normalTop)?(window.mouseY-popup.clientHeight-10)+"px":window.mouseY+10+"px"
}popup.style.visibility="visible";ifrlayer.move(popup);return popup}return null}function popLayerClose(){var A=document.getElementById("popLayer");if(A){A.style.visibility="hidden";A.innerHTML="";ifrlayer.hide(A)}}function closePop(B){var A=document.getElementById(B);if(typeof(A)!="undefined"&&A!=null){$(A).children("p").children("span").children("img").attr("src","");$(A).css("visibility","hidden");ifrlayer.hide(A)}}var navDiaporama={container:null,container2:null,imagesContainer:null,imagesContainer2:null,imagesList:[],imagesList2:[],indexSoftList:null,currentImg:null,hiddenImgs:[],hiddenImgsSrc:[],zoomButton:null,turnpagesButton:null,turnpages:"false",arrow:{left:null,right:null},popZoomId:"popZoomImage",popZoom:null,init:function(){var P,F=false;var G=document.getElementById("home");if(!G){return}var E=getElementsByClassName(G,"div","nav-diaporama");if(E.length>0){var M=E[0]}else{return}if(E.length>1){var N=E[1]}navDiaporama.container=M;var C=M.childNodes;for(var H=0;H<C.length;H++){var B=C[H];switch(B.nodeName){case"A":if(!F){B.onclick=function(){navDiaporama.gotoImg(1);return false};navDiaporama.arrow.left=B;F=true}else{B.onclick=function(){navDiaporama.gotoImg(-1);return false};navDiaporama.arrow.right=B}break;case"SPAN":navDiaporama.imagesContainer=B;var J=B.childNodes;var L=0;for(var K=0;K<J.length;K++){var I=J[K];if(/A|SPAN/.test(I.nodeName)){navDiaporama.imagesList.push(I);I.indexNumber=navDiaporama.imagesList.length-1;if(I.nodeName=="A"){I.onclick=navDiaporama.showZoomImg}if(I.className.match(/\bactiveimg\b/)){navDiaporama.currentImg=I}else{navDiaporama.hiddenImgs[L]=I;navDiaporama.hiddenImgsSrc[L]=navDiaporama.hiddenImgs[L].childNodes[0].src;L++}}}}}if(E.length>1){navDiaporama.container2=N;var D=N.childNodes;var K=0;for(var H=0;H<D.length;H++){if(D[H].nodeName=="A"){navDiaporama.imagesList2.push(D[H]);navDiaporama.indexSoftList=navDiaporama.imagesList2.length-1;D[H].onclick=navDiaporama.showSoftZoomImg;D[H].indexImg=K;K++}}}var O=navDiaporama.container.parentNode;var A=O.getElementsByTagName("a");for(var H=0;H<A.length;H++){if(A[H].className.match(/\b(expandimg)\b/)){navDiaporama.zoomButton=A[H];navDiaporama.zoomButton.onclick=navDiaporama.showZoomImg}if(A[H].className.match(/\b(turnpagesButton)\b/)){navDiaporama.turnpagesButton=A[H];navDiaporama.turnpagesButton.onclick=navDiaporama.showTurnpagesImg}}if(navDiaporama.imagesList.length>0&&!navDiaporama.currentImg){navDiaporama.currentImg=navDiaporama.imagesList[0];navDiaporama.showImg(0)}if(navDiaporama.imagesList.length>1){for(elt in navDiaporama.arrow){var P=navDiaporama.arrow[elt];if(P&&P.style){P.style.display="inline"}}}},gotoImg:function(B){var A=navDiaporama.currentImg.indexNumber;A+=B;if(A<0){A=navDiaporama.imagesList.length-1}if(A>=navDiaporama.imagesList.length){A=0}navDiaporama.showImg(A)},showImg:function(A){navDiaporama.currentImg.className="";if(!navDiaporama.imagesList[A]){return}navDiaporama.currentImg=navDiaporama.imagesList[A];navDiaporama.currentImg.className="activeimg";if(navDiaporama.zoomButton){if(navDiaporama.currentImg.nodeName!="A"||navDiaporama.currentImg.href==""||!/.jpg$|.bmp$|.image$|.gif$|.png$/.test(navDiaporama.currentImg.href.toLowerCase())){navDiaporama.zoomButton.parentNode.style.visibility="hidden"}else{navDiaporama.zoomButton.parentNode.style.visibility="visible"}}},showZoomImg:function(A){if(navDiaporama.currentImg.nodeName=="A"&&navDiaporama.currentImg.href!=""&&/.jpg$|.bmp$|.image$|.gif$|.png$|.media$/.test(navDiaporama.currentImg.href.toLowerCase())){navDiaporama.turnpages="false";var B=navDiaporama.makePopZoom();B.zoomImage.src=navDiaporama.currentImg.href;B.move();ifrlayer.make(B)}return false},showSoftZoomImg:function(A){var B=A.currentTarget;if(B!=null){navDiaporama.turnpages="false";pop=navDiaporama.makePopZoom();pop.zoomImage.src=navDiaporama.imagesList2[B.indexImg];pop.move();ifrlayer.make(pop)}return false},showTurnpagesImg:function(A){if(navDiaporama.currentImg.nodeName=="A"||navDiaporama.currentImg.nodeName=="SPAN"){var B=document.getElementById("navPage");var D=document.getElementById("popZoomImage");if(B){D.removeChild(B)}navDiaporama.turnpages="true";var C=navDiaporama.makePopZoom();C.zoomImage.src=navDiaporama.hiddenImgsSrc[0];C.move();ifrlayer.make(C)}return false},makePopZoom:function(E){var J=document.getElementById(navDiaporama.popZoomId);if(!J){var D=document.createElement("div");D.id=navDiaporama.popZoomId;D.innerHTML='<ul><li><a href="#" onclick="closePop(\'popZoomImage\');return false">Fermer</a></li></ul>';D.style.visibility="hidden";var O=D.appendChild(document.createElement("p"));O.style.verticalAlign="middle";var N=O.appendChild(document.createElement("span"));var G=N.appendChild(document.createElement("img"));G.onload=function(){J.className="";J.getPositionFromWindow;this.pop.move();ifrlayer.resize(J)};D.zoomImage=G;G.pop=D;D=document.body.appendChild(D);J=D;navDiaporama.popZoom=D;var A=D.getElementsByTagName("*");for(var F=0;F<A.length;F++){A[F].onmousemove=A[F].onmousedown=function(){return false
}}J.move=navDiaporama.movePopZoom;J.onmousedown=navDiaporama.makePopZoomDraggable;addEvent(J,"mousedown",cancelBubble);addEvent(J,"dblclick",navDiaporama.hidePopZoom);copyright=null;eltParentImg=navDiaporama.currentImg.parentNode;bElementCurrent=false;var F;for(F=0;F<eltParentImg.childNodes.length;F++){if(navDiaporama.currentImg==eltParentImg.childNodes[F]){bElementCurrent=true}else{if(bElementCurrent){if(eltParentImg.childNodes[F].nodeType!=3&&eltParentImg.childNodes[F].nodeName.toLowerCase()=="span"){var N=eltParentImg.childNodes[F];if(N.childNodes[0].nodeName.toLowerCase()!="img"){copyright=eltParentImg.childNodes[F];break}}if(eltParentImg.childNodes[F].nodeType!=3&&eltParentImg.childNodes[F].nodeName.toLowerCase()!="span"){copyright=null;break}}}}if(copyright!=null){if(!J.copyright){var K=J.appendChild(document.createElement("p"));K.className="copyright noir lienInverse";J.copyright=K}if(/\w/.test(getText(copyright))){J.copyright.innerHTML=copyright.innerHTML;J.copyright.style.display="block"}else{J.copyright.style.display="none"}}}if(J&&navDiaporama.turnpages=="false"){var H=document.getElementById("navPage");var M=document.getElementById("popZoomImage");if(H){M.removeChild(H)}}else{if(!H){if(copyright!=null){var I=navDiaporama.hiddenImgsSrc.length-1}else{var I=navDiaporama.hiddenImgsSrc.length}if(I>1){var H=J.appendChild(document.createElement("p"));H.id="navPage";H.className="txt_c";H.style.Height="2em";var C=H.appendChild(document.createElement("a"));C.href="#";C.innerHTML='<img src="'+scriptImagesPath+'pictos/arrows/picto_arrow_previous.gif" alt="previous image" />';C.style.verticalAlign="-0.5em";var L=H.appendChild(document.createElement("span"));L.className="noir";L.style.lineHeight="3em";L.style.verticalAlign="middle";var B=H.appendChild(document.createElement("a"));B.href="#";B.innerHTML='<img src="'+scriptImagesPath+'pictos/arrows/picto_arrow_next.gif" alt="next image" />';B.style.verticalAlign="-0.5em";L.innerHTML="Image : 1 / "+I;var F=1;C.onclick=function(){F--;if(F<0||F==0){F=I}J.zoomImage.src=navDiaporama.hiddenImgsSrc[F-1];L.innerHTML="Image : "+F+" / "+I;return false};B.onclick=function(){F++;if(F>I&&J.zoomImage.src==navDiaporama.hiddenImgsSrc[I-1]){F=1}J.zoomImage.src=navDiaporama.hiddenImgsSrc[F-1];L.innerHTML="Image : "+F+" / "+I;return false}}}}J.style.visibility="visible";J.onmousemove=function(){};if(J.zoomImage.complete){J.zoomImage.onload()}return J},movePopZoom:function(){if(!isNaN(this.x)){this.style.left=this.x+"px"}if(!isNaN(this.y)){this.style.top=this.y+"px"}ifrlayer.move(this)},hidePopZoom:function(A){var B=navDiaporama.popZoom;B.style.visibility="hidden";ifrlayer.hide(navDiaporama.popZoom)},getPositionFromWindow:function(B){var A=(/MSIE 5|Opera/.test(navigator.userAgent))?document.body:document.documentElement;this.x=A.scrollLeft;this.y=A.scrollTop},makePopZoomDraggable:function(A){getMouse(A);this.className+=" dragmode";this.mouseOffsetX=window.mouseX-this.offsetLeft;this.mouseOffsetY=window.mouseY-this.offsetTop;document.onselectstart=function(){return false};document.onmousemove=navDiaporama.moveFromMouse;this.onmouseup=function(){document.onmousemove=function(){};document.onselectstart=function(){};this.className=this.className.replace(/dragmode/g,"")}},moveFromMouse:function(B){var A=document.documentElement;var C=navDiaporama.popZoom;getMouse(B);C.x=window.mouseX-C.mouseOffsetX;C.y=window.mouseY-C.mouseOffsetY;C.move()}};var hoverblock={init:function(D){var H=null;D=typeof(D)=="string"?document.getElementById(D):D;if(!D){return}var E=D.getElementsByTagName("table");for(var B=0;B<E.length;B++){if(E[B].className.match(/\btbl-accessoires\b/)){var G=E[B].getElementsByTagName("td");for(var C=0;C<G.length;C++){var F=G[C];H=getElementsByClassName(F,"a","picture");if(H.length>0){F.eltPictureLink=H[0];F.eltPicture=H[0].firstChild}H=getElementsByClassName(F,"a","element");if(H.length>0){F.eltTitle=H[0]}var A=getElementsByClassName(F,"div","hoverBlock");if(A.length>0){F.hoverBlock=A[0]}if(F.hoverBlock){F.eltTitle.AssociatedTd=F;F.eltTitle.onmouseover=hoverblock.over;addEvent(F.eltTitle,"mousemove",hoverblock.move);addEvent(F.eltTitle,"mouseout",hoverblock.close);if(F.eltPictureLink){F.eltPictureLink.AssociatedTd=F}}}}}},over:function(A){var B=this.AssociatedTd;popLayerMakeContent(A,"service",B.hoverBlock)},move:function(A){popLayerShow(A)},close:function(A){popLayerClose()}};$(function rollHover(){if(typeof(rhChemin)=="undefined"||rhChemin==null){return}var A={process:null,path:function(C){var D=C.lastIndexOf("/");var B=C.substring(D+1);if(/on/.test(B)){process=B.replace(/on/,"off");return process}else{if(/off/.test(B)){process=B.replace(/off/,"on");return process}else{return false}}}};$("a.rHover").mouseover(function(){var B=$(this).children("img").attr("src");if(f=A.path(B)){$(this).children("img").attr("src",rhChemin+f)}});$("a.rHover").mouseout(function(){var B=$(this).children("img").attr("src");if(f=A.path(B)){$(this).children("img").attr("src",rhChemin+f)}})});function highlightButton(){$(document).ready(function(){$("img.rHvr").hover(function(){$(this).css("opacity","0.5")
},function(){$(this).css("opacity",1)});$("input[type='image'].rHvr").hover(function(){$(this).css("opacity","0.5")},function(){$(this).css("opacity","1")});$("a.contextHelp").click(function(){if($("div.aidePopin").css("display")=="none"){var A=document.createElement("DIV");A.id="contextHelp";A.innerHTML=$("div.aidePopin").html();document.body.appendChild(A);$(A).css({position:"absolute",display:"block","z-index":999,width:"300px"});if(IS_IE){ifrlayer.make($("div#contextHelp"))}if(this["centerPopin"]){centerPopin("contextHelp")}$(A).fadeOut(3000)}return false})})}highlightButton();function adjustCol(){$(document).ready(function(){$(".guides ul li").each(function(A){if(A!=0){var B=$(".guides ul li dl dt").eq(A).height();if(B>$(".guides ul li dl dt").eq(A-1).height()){$(".guides ul li dl dt").each(function(){$(this).height(B)})}var C=$(".guides ul li dl dd p").eq(A).height();if(C>$(".guides ul li dl dd p").eq(A-1).height()){$(".guides ul li dl dd p").each(function(){$(this).height(C)})}}})})}adjustCol();function cleanCesure(F,B){F=F.replace(/&nbsp;/gi," ");var C=F.length;var G=Math.floor(C/B);var E;for(var A=1;A<=G;A++){B=B*A;if(F.charAt(B)==" "){F=F.substring(0,B)+"<br />"+F.substring(B+1)}else{var D=F.indexOf(" ",B);F=F.substring(0,D)+"<br />"+F.substring(D+1)}}if(F.charAt(0)=="<"){F=F.substring(6)}return F}var tooltServ={t_running:0,process:"off",obj:null,x:null,y:null,message:null,original:null,over:function(B,A){tooltServ.t_running++;if(tooltServ.t_running>1){return}var C=setTimeout(function(){tooltServ.t_running=0;clearTimeout(this)},1000);if(tooltServ.obj.nodeName!="A"&&tooltServ.obj.nodeName!="SPAN"){tooltServ.obj=$(tooltServ.obj).parent()}if(B=="bouton"){tooltServ.original=A}else{tooltServ.original=$(tooltServ.obj).attr("title");$(tooltServ.obj).attr("title","")}if($(tooltServ.obj).attr("href")=="#"||tooltServ.obj.nodeName=="SPAN"){tooltServ.process="on"}var D=setTimeout(function(){tooltServ.make()},1000)},make:function(){if(tooltServ.process=="on"&&tooltServ.message!=""){if($("div#tooltipmessage").length>0){$("div#tooltipmessage").remove()}var A=document.createTextNode(tooltServ.original);$("body").append("<div id='tooltipmessage' style='display:none;'><p></p><span></span></div>");$("div#tooltipmessage").css({"position":"absolute","z-index":99,"width":"150px","padding":"10px","border":"3px solid #fddd98","background-color":"#fffaf1"});$("div#tooltipmessage p").css({"font-size":"12px","font-weight":"bold","color":"#000","display":"block","text-align":"center"});$("div#tooltipmessage span").css({"background":"transparent url(../Img/decos/pipe/fleche_popin_error_down.png) no-repeat center bottom","display":"block","height":"13px","width":"13px","position":"absolute","left":"47%","bottom":"-13px"});$("div#tooltipmessage p").html(A);tooltServ.message=cleanCesure($("div#tooltipmessage p").html(),24);$("div#tooltipmessage p").html(tooltServ.message);var B=tooltServ.x-$("div#tooltipmessage").width()/2;var C=tooltServ.y-$("div#tooltipmessage").height();$("div#tooltipmessage").css({"top":C-30+"px","left":B+"px"}).fadeIn(700).animate({"top":tooltServ.y-120+"px"},800).delay(2500).hide(function(){tooltServ.t_running=0})}}};$(function initpage(){var A;navDiaporama.init();if($("div#userNotes ul li.add_advice, #socialNetworkOwner span.share a.btPartager").length>0){$("div#userNotes ul li.add_advice").mouseenter(function(B){if(B.stopPropagation){B.stopPropagation()}else{B.cancelBubble=true}tooltServ.obj=B.target;tooltServ.x=B.pageX;tooltServ.y=B.pageY;tooltServ.over("","")}).mouseleave(function(B){tooltServ.process="off";if(tooltServ.original&&$(tooltServ.obj).attr("title")==""){$(B.target).attr("title",tooltServ.original)}})}});;var ZeroClipboard={version:"1.0.7",clients:{},moviePath:"ZeroClipboard.swf",nextId:1,$:function(A){if(typeof(A)=="string"){A=document.getElementById(A)}if(!A.addClass){A.hide=function(){this.style.display="none"};A.show=function(){this.style.display=""};A.addClass=function(B){this.removeClass(B);this.className+=" "+B};A.removeClass=function(E){var B=this.className.split(/\s+/);var C=-1;for(var D=0;D<B.length;D++){if(B[D]==E){C=D;D=B.length}}if(C>-1){B.splice(C,1);this.className=B.join(" ")}return this};A.hasClass=function(B){return !!this.className.match(new RegExp("\\s*"+B+"\\s*"))}}return A},setMoviePath:function(A){this.moviePath=A},dispatch:function(D,C,A){var B=this.clients[D];if(B){B.receiveEvent(C,A)}},register:function(B,A){this.clients[B]=A},getDOMObjectPosition:function(B,C){var A={left:0,top:0,width:B.width?B.width:B.offsetWidth,height:B.height?B.height:B.offsetHeight};while(B&&(B!=C)){A.left+=B.offsetLeft;A.top+=B.offsetTop;B=B.offsetParent}return A},Client:function(A){this.handlers={};this.id=ZeroClipboard.nextId++;this.movieId="ZeroClipboardMovie_"+this.id;ZeroClipboard.register(this.id,this);if(A){this.glue(A)}}};ZeroClipboard.Client.prototype={id:0,ready:false,movie:null,clipText:"",handCursorEnabled:true,cssEffects:true,handlers:null,glue:function(C,A,E){this.domElement=ZeroClipboard.$(C);var F=1000;if(this.domElement.style.zIndex){F=parseInt(this.domElement.style.zIndex,10)+1}if(typeof(A)=="string"){A=ZeroClipboard.$(A)}else{if(typeof(A)=="undefined"){A=document.getElementsByTagName("body")[0]}}var B=ZeroClipboard.getDOMObjectPosition(this.domElement,A);this.div=document.createElement("div");var D=this.div.style;D.position="absolute";D.left=""+B.left+"px";D.top=""+B.top+"px";D.width=""+B.width+"px";D.height=""+B.height+"px";D.zIndex=F;if(typeof(E)=="object"){for(addedStyle in E){D[addedStyle]=E[addedStyle]}}A.appendChild(this.div);this.div.innerHTML=this.getHTML(B.width,B.height)},getHTML:function(E,B){var C="";var A="id="+this.id+"&width="+E+"&height="+B;if(navigator.userAgent.match(/MSIE/)){var D=location.href.match(/^https/i)?"https://":"http://";C+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="'+D+'download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+E+'" height="'+B+'" id="'+this.movieId+'" align="middle"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="false" /><param name="movie" value="'+ZeroClipboard.moviePath+'" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="'+A+'"/><param name="wmode" value="transparent"/></object>'}else{C+='<embed id="'+this.movieId+'" src="'+ZeroClipboard.moviePath+'" loop="false" menu="false" quality="best" bgcolor="#ffffff" width="'+E+'" height="'+B+'" name="'+this.movieId+'" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="'+A+'" wmode="transparent" />'}return C},hide:function(){if(this.div){this.div.style.left="-2000px"}},show:function(){this.reposition()},destroy:function(){if(this.domElement&&this.div){this.hide();this.div.innerHTML="";var A=document.getElementsByTagName("body")[0];try{A.removeChild(this.div)}catch(B){}this.domElement=null;this.div=null}},reposition:function(B){if(B){this.domElement=ZeroClipboard.$(B);if(!this.domElement){this.hide()}}if(this.domElement&&this.div){var A=ZeroClipboard.getDOMObjectPosition(this.domElement);var C=this.div.style;C.left=""+A.left+"px";C.top=""+A.top+"px"}},setText:function(A){this.clipText=A;if(this.ready){this.movie.setText(A)}},addEventListener:function(A,B){A=A.toString().toLowerCase().replace(/^on/,"");if(!this.handlers[A]){this.handlers[A]=[]}this.handlers[A].push(B)},setHandCursor:function(A){this.handCursorEnabled=A;if(this.ready){this.movie.setHandCursor(A)}},setCSSEffects:function(A){this.cssEffects=!!A},receiveEvent:function(B,A){B=B.toString().toLowerCase().replace(/^on/,"");switch(B){case"load":this.movie=document.getElementById(this.movieId);if(!this.movie){var F=this;setTimeout(function(){F.receiveEvent("load",null)},1);return}if(!this.ready&&navigator.userAgent.match(/Firefox/)&&navigator.userAgent.match(/Windows/)){var F=this;setTimeout(function(){F.receiveEvent("load",null)},100);this.ready=true;return}this.ready=true;this.movie.setText(this.clipText);this.movie.setHandCursor(this.handCursorEnabled);break;case"mouseover":if(this.domElement&&this.cssEffects){this.domElement.addClass("hover");if(this.recoverActive){this.domElement.addClass("active")}}break;case"mouseout":if(this.domElement&&this.cssEffects){this.recoverActive=false;if(this.domElement.hasClass("active")){this.domElement.removeClass("active");this.recoverActive=true}this.domElement.removeClass("hover")}break;case"mousedown":if(this.domElement&&this.cssEffects){this.domElement.addClass("active")
}break;case"mouseup":if(this.domElement&&this.cssEffects){this.domElement.removeClass("active");this.recoverActive=false}break}if(this.handlers[B]){for(var D=0,E=this.handlers[B].length;D<E;D++){var C=this.handlers[B][D];if(typeof(C)=="function"){C(this,A)}else{if((typeof(C)=="object")&&(C.length==2)){C[0][C[1]](this,A)}else{if(typeof(C)=="string"){window[C](this,A)}}}}}}};;
