/* swfobject.js (74%) */
if(typeof deconcept=="undefined")var deconcept={};if(typeof deconcept.util=="undefined")deconcept.util={};if(typeof deconcept.SWFObjectUtil=="undefined")deconcept.SWFObjectUtil={};deconcept.SWFObject=function(swf,id,w,h,ver,c,quality,xiRedirectUrl,redirectUrl,detectKey){if(!document.getElementById){return;}
this.DETECT_KEY=detectKey?detectKey:'detectflash';this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params={};this.variables={};this.attributes=[];if(swf){this.setAttribute('swf',swf);}
if(id){this.setAttribute('id',id);}
if(w){this.setAttribute('width',w);}
if(h){this.setAttribute('height',h);}
if(ver){this.setAttribute('version',new deconcept.PlayerVersion(ver.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){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(c){this.addParam('bgcolor',c);}
var q=quality?quality:'high';this.addParam('quality',q);this.setAttribute('useExpressInstall',false);this.setAttribute('doExpressInstall',false);var xir=(xiRedirectUrl)?xiRedirectUrl:window.location;this.setAttribute('xiRedirectUrl',xir);this.setAttribute('redirectUrl','');if(redirectUrl){this.setAttribute('redirectUrl',redirectUrl);}}
deconcept.SWFObject.prototype={useExpressInstall:function(path){this.xiSWFPath=!path?"expressinstall.swf":path;this.setAttribute('useExpressInstall',true);},setAttribute:function(name,value){this.attributes[name]=value;},getAttribute:function(name){return this.attributes[name]||"";},addParam:function(name,value){this.params[name]=value;},getParams:function(){return this.params;},addVariable:function(name,value){this.variables[name]=value;},getVariable:function(name){return this.variables[name]||"";},getVariables:function(){return this.variables;},getVariablePairs:function(){var variablePairs=[];var key;var variables=this.getVariables();for(key in variables){variablePairs[variablePairs.length]=key+"="+variables[key];}
return variablePairs;},getSWFHTML:function(){var swfNode="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute('swf',this.xiSWFPath);}
swfNode='<embed type="application/x-shockwave-flash" src="'+this.getAttribute('swf')+'" width="'+this.getAttribute('width')+'" height="'+this.getAttribute('height')+'" style="'+(this.getAttribute('style')||"")+'"';swfNode+=' id="'+this.getAttribute('id')+'" name="'+this.getAttribute('id')+'" ';var params=this.getParams();for(var key in params){swfNode+=[key]+'="'+params[key]+'" ';}
var pairs=this.getVariablePairs().join("&");if(pairs.length>0){swfNode+='flashvars="'+pairs+'"';}
swfNode+='/>';}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute('swf',this.xiSWFPath);}
swfNode='<object id="'+this.getAttribute('id')+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute('width')+'" height="'+this.getAttribute('height')+'" style="'+(this.getAttribute('style')||"")+'">';swfNode+='<param name="movie" value="'+this.getAttribute('swf')+'" />';var params=this.getParams();for(var key in params){swfNode+='<param name="'+key+'" value="'+params[key]+'" />';}
var pairs=this.getVariablePairs().join("&");if(pairs.length>0){swfNode+='<param name="flashvars" value="'+pairs+'" />';}
swfNode+="</object>";}
return swfNode;},write:function(elementId){if(this.getAttribute('useExpressInstall')){var expressInstallReqVer=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(expressInstallReqVer)&&!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 n=(typeof elementId=='string')?document.getElementById(elementId):elementId;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute('redirectUrl')!=""){document.location.replace(this.getAttribute('redirectUrl'));}}
return false;}}
deconcept.SWFObjectUtil.getPlayerVersion=function(){var PlayerVersion=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){PlayerVersion=new deconcept.PlayerVersion(x.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 axo=1;var counter=3;while(axo){try{counter++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+counter);PlayerVersion=new deconcept.PlayerVersion([counter,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");PlayerVersion=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(PlayerVersion.major==6){return PlayerVersion;}}
try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}
if(axo!=null){PlayerVersion=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}
return PlayerVersion;}
deconcept.PlayerVersion=function(arrVersion){this.major=arrVersion[0]!=null?parseInt(arrVersion[0]):0;this.minor=arrVersion[1]!=null?parseInt(arrVersion[1]):0;this.rev=arrVersion[2]!=null?parseInt(arrVersion[2]):0;}
deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major)return false;if(this.major>fv.major)return true;if(this.minor<fv.minor)return false;if(this.minor>fv.minor)return true;if(this.rev<fv.rev)return false;return true;}
deconcept.util={getRequestParameter:function(param){var q=document.location.search||document.location.hash;if(param==null){return q;}
if(q){var pairs=q.substring(1).split("&");for(var i=0;i<pairs.length;i++){if(pairs[i].substring(0,pairs[i].indexOf("="))==param){return pairs[i].substring((pairs[i].indexOf("=")+1));}}}
return"";}}
deconcept.SWFObjectUtil.cleanupSWFs=function(){var objects=document.getElementsByTagName("OBJECT");for(var i=objects.length-1;i>=0;i--){objects[i].style.display='none';for(var x in objects[i]){if(typeof objects[i][x]=='function'){objects[i][x]=function(){};}}}}
if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];}}
var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;

/* main.js (81%) */
<!--
var win=thewin=null;function pv(){}
function MM_preloadImages(){var d=document;if(d.images){if(!d.MM_p)d.MM_p=new Array();var i,j=d.MM_p.length,a=MM_preloadImages.arguments;for(i=0;i<a.length;i++)
if(a[i].indexOf("#")!=0){d.MM_p[j]=new Image;d.MM_p[j++].src=a[i];}}}
function MM_swapImgRestore(){var i,x,a=document.MM_sr;for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++)x.src=x.oSrc;}
function MM_findObj(n,d){var p,i,x;if(!d)d=document;if((p=n.indexOf("?"))>0&&parent.frames.length){d=parent.frames[n.substring(p+1)].document;n=n.substring(0,p);}
if(!(x=d[n])&&d.all)x=d.all[n];for(i=0;!x&&i<d.forms.length;i++)x=d.forms[i][n];for(i=0;!x&&d.layers&&i<d.layers.length;i++)x=MM_findObj(n,d.layers[i].document);if(!x&&d.getElementById)x=d.getElementById(n);return x;}
function MM_swapImage(){var i,j=0,x,a=MM_swapImage.arguments;document.MM_sr=new Array;for(i=0;i<(a.length-2);i+=3)
if((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x;if(!x.oSrc)x.oSrc=x.src;x.src=a[i+2];}}
function openwindow(theurl,winname,theWidth,theHeight,theScroll){if(thewin&&!thewin.closed){thewin.document.close();var thewin=null;}
if(theScroll){theWidth=eval(theWidth+16);}
winfeatures="height="+theHeight+",width="+theWidth+",status=0,toolbar=0,menubar=0,location=0,scrollbars="+theScroll+",top=0,left=0,screenX=0,screenY=0,resizable=0,directories=0";thewin=window.open(theurl,winname,winfeatures);if(thewin){thewin.focus();}}
function openwindowext(theurl,winname,theWidth,theHeight,theScroll,theX,theY){if(thewin&&!thewin.closed){thewin.document.close();var thewin=null;}
if(theScroll){theWidth=eval(theWidth+16);}
winfeatures="height="+theHeight+",width="+theWidth+",status=0,toolbar=0,menubar=0,location=0,scrollbars="+theScroll+",top="+theY+",left="+theX+",screenX="+theX+",screenY="+theY+",resizable=0,directories=0";thewin=window.open(theurl,winname,winfeatures);if(thewin){thewin.focus();}}
function open_legal(){openwindowext("/popup_legal","popup",284,489,"no",30,10)}
function open_contact(){openwindowext("/popup_adresse","popup",300,530,"no",30,10);}
function openwindowcenter(theurl,winname,theWidth,theHeight,theScroll){theX=(screen.availWidth-theWidth)/2;theY=(screen.availHeight-theHeight)/2;return openwindowext(theurl,winname,theWidth,theHeight,theScroll,theX,theY);}
function windowresize(theWidth,theHeight){if(document.all){window.resizeTo(theWidth,theHeight);}else{window.outerHeight=theHeight;window.outerWidth=theWidth;window.resizeTo(theWidth,theHeight);}}
function makeHome(my_url){if(document.all){myHomePage.setHomePage(my_url);}else{alert("Cette fonctionnalité n'est pas disponible avec ce logiciel de navigation.");}}
function MM_CheckFlashVersion(reqVerStr,msg){with(navigator){var isIE=(appVersion.indexOf("MSIE")!=-1&&userAgent.indexOf("Opera")==-1);var isWin=(appVersion.toLowerCase().indexOf("win")!=-1);if(!isIE||!isWin){var flashVer=-1;if(plugins&&plugins.length>0){var desc=plugins["Shockwave Flash"]?plugins["Shockwave Flash"].description:"";desc=plugins["Shockwave Flash 2.0"]?plugins["Shockwave Flash 2.0"].description:desc;if(desc=="")flashVer=-1;else{var descArr=desc.split(" ");var tempArrMajor=descArr[2].split(".");var verMajor=tempArrMajor[0];var tempArrMinor=(descArr[3]!="")?descArr[3].split("r"):descArr[4].split("r");var verMinor=(tempArrMinor[1]>0)?tempArrMinor[1]:0;flashVer=parseFloat(verMajor+"."+verMinor);}}
else if(userAgent.toLowerCase().indexOf("webtv")!=-1)flashVer=4.0;var verArr=reqVerStr.split(",");var reqVer=parseFloat(verArr[0]+"."+verArr[2]);if(flashVer<reqVer){if(confirm(msg))
window.location="http://get.adobe.com/fr/flashplayer/";}}}}
var tab_bloc_langue=new Array();var tab_bloc_titre=new Array();var tab_bloc_label=new Array();var tab_bloc_onglet_langue=new Array();var tab_bloc_onglet_titre=new Array();var tab_bloc_onglet_label=new Array();var current_bloc_langue='1';var current_bloc_titre='11';var current_bloc_label='111';function show_hide_bloc(name_bloc,couche){if(name_bloc=="bloc_onglet_langue"){alterner_couche(tab_bloc_onglet_langue,name_bloc,current_bloc_langue);alterner_couche(tab_bloc_onglet_langue,name_bloc,couche);alterner_couche(tab_bloc_langue,'bloc_langue',current_bloc_langue);alterner_couche(tab_bloc_langue,'bloc_langue',couche);MM_findObj("bloc_onglet_titre"+current_bloc_titre).style.display='none';MM_findObj("bloc_onglet_titre"+couche+"1").style.display='block';MM_findObj("bloc_titre"+current_bloc_titre).style.display='none';MM_findObj("bloc_titre"+couche+"1").style.display='block';MM_findObj("bloc_onglet_label"+current_bloc_label).style.display='none';MM_findObj("bloc_onglet_label"+couche+"11").style.display='block';MM_findObj("bloc_label"+current_bloc_label).style.display='none';MM_findObj("bloc_label"+couche+"11").style.display='block';current_bloc_langue=couche;current_bloc_titre=couche+"1";current_bloc_label=couche+"11";}else if(name_bloc=="bloc_onglet_titre"){alterner_couche(tab_bloc_onglet_titre,name_bloc,current_bloc_titre);alterner_couche(tab_bloc_onglet_titre,name_bloc,couche);alterner_couche(tab_bloc_titre,'bloc_titre',current_bloc_titre);alterner_couche(tab_bloc_titre,'bloc_titre',couche);MM_findObj("bloc_onglet_label"+current_bloc_label).style.display='none';MM_findObj("bloc_onglet_label"+couche+"1").style.display='block';MM_findObj("bloc_label"+current_bloc_label).style.display='none';MM_findObj("bloc_label"+couche+"1").style.display='block';current_bloc_titre=couche;current_bloc_label=couche+"1";}else{alterner_couche(tab_bloc_label,name_bloc,current_bloc_label);alterner_couche(tab_bloc_label,name_bloc,couche);alterner_couche(tab_bloc_label,'bloc_label',current_bloc_label);alterner_couche(tab_bloc_label,'bloc_label',couche);current_bloc_label=couche;}}
function show_hide_bloc_langue(name_bloc,couche){alterner_couche(tab_bloc_onglet_langue,'bloc_onglet_langue',current_bloc_langue);alterner_couche(tab_bloc_onglet_langue,'bloc_onglet_langue',couche);alterner_couche(tab_bloc_langue,'bloc_langue',current_bloc_langue);alterner_couche(tab_bloc_langue,'bloc_langue',couche);current_bloc_langue=couche;if((obj=MM_findObj('bloc_langue'))){obj.value=couche;}
if((obj=MM_findObj('bloc_onglet_langue'))){obj.value=couche;}}
var tab_bloc_section=new Array();var tab_bloc_onglet_section=new Array();var current_bloc_section='1';function show_hide_bloc_section(couche){alterner_couche(tab_bloc_onglet_section,'bloc_onglet_section',current_bloc_section);alterner_couche(tab_bloc_onglet_section,'bloc_onglet_section',couche);alterner_couche(tab_bloc_section,'bloc_section',current_bloc_section);alterner_couche(tab_bloc_section,'bloc_section',couche);current_bloc_section=couche;if((obj=MM_findObj('bloc_section'))){obj.value=couche;}
if((obj=MM_findObj('bloc_onglet_section'))){obj.value=couche;}}
var tab_bloc_langue_section1=new Array();var tab_bloc_onglet_langue_section1=new Array();var current_bloc_langue_section1='1';function show_hide_bloc_langue_section1(couche){alterner_couche(tab_bloc_onglet_langue_section1,'bloc_onglet_langue_section1',current_bloc_langue_section1);alterner_couche(tab_bloc_onglet_langue_section1,'bloc_onglet_langue_section1',couche);alterner_couche(tab_bloc_langue_section1,'bloc_langue_section1',current_bloc_langue_section1);alterner_couche(tab_bloc_langue_section1,'bloc_langue_section1',couche);current_bloc_langue_section1=couche;if((obj=MM_findObj('bloc_langue_section1'))){obj.value=couche;}
if((obj=MM_findObj('bloc_onglet_langue_section1'))){obj.value=couche;}}
var tab_bloc_langue_section2=new Array();var tab_bloc_onglet_langue_section2=new Array();var current_bloc_langue_section2='1';function show_hide_bloc_langue_section2(couche){alterner_couche(tab_bloc_onglet_langue_section2,'bloc_onglet_langue_section2',current_bloc_langue_section2);alterner_couche(tab_bloc_onglet_langue_section2,'bloc_onglet_langue_section2',couche);alterner_couche(tab_bloc_langue_section2,'bloc_langue_section2',current_bloc_langue_section2);alterner_couche(tab_bloc_langue_section2,'bloc_langue_section2',couche);current_bloc_langue_section2=couche;if((obj=MM_findObj('bloc_langue_section2'))){obj.value=couche;}
if((obj=MM_findObj('bloc_onglet_langue_section2'))){obj.value=couche;}}
var tab_bloc_langue_section3=new Array();var tab_bloc_onglet_langue_section3=new Array();var current_bloc_langue_section3='1';function show_hide_bloc_langue_section3(couche){alterner_couche(tab_bloc_onglet_langue_section3,'bloc_onglet_langue_section3',current_bloc_langue_section3);alterner_couche(tab_bloc_onglet_langue_section3,'bloc_onglet_langue_section3',couche);alterner_couche(tab_bloc_langue_section3,'bloc_langue_section3',current_bloc_langue_section3);alterner_couche(tab_bloc_langue_section3,'bloc_langue_section3',couche);current_bloc_langue_section3=couche;if((obj=MM_findObj('bloc_langue_section3'))){obj.value=couche;}
if((obj=MM_findObj('bloc_onglet_langue_section3'))){obj.value=couche;}}
var tab_bloc_langue_section4=new Array();var tab_bloc_onglet_langue_section4=new Array();var current_bloc_langue_section4='1';function show_hide_bloc_langue_section4(couche){alterner_couche(tab_bloc_onglet_langue_section4,'bloc_onglet_langue_section4',current_bloc_langue_section4);alterner_couche(tab_bloc_onglet_langue_section4,'bloc_onglet_langue_section4',couche);alterner_couche(tab_bloc_langue_section4,'bloc_langue_section4',current_bloc_langue_section4);alterner_couche(tab_bloc_langue_section4,'bloc_langue_section4',couche);current_bloc_langue_section4=couche;if((obj=MM_findObj('bloc_langue_section4'))){obj.value=couche;}
if((obj=MM_findObj('bloc_onglet_langue_section4'))){obj.value=couche;}}
function alterner_couche(tab,name,couche){if(!(layer=MM_findObj(name+couche))){return;}
if(layer.style.display=='none'){layer.style.display='block';}else{layer.style.display='none';}}
function EcrireCookie(nom,valeur){var argv=EcrireCookie.arguments;var argc=EcrireCookie.arguments.length;var expires=(argc>2)?argv[2]:null;var path=(argc>3)?argv[3]:null;var domain=(argc>4)?argv[4]:null;var secure=(argc>5)?argv[5]:false;document.cookie=nom+"="+escape(valeur)+
((expires==null)?"":("; expires="+expires.toGMTString()))+
((path==null)?"":("; path="+path))+
((domain==null)?"":("; domain="+domain))+
((secure==true)?"; secure":"");}
function getCookieVal(offset){var endstr=document.cookie.indexOf(";",offset);if(endstr==-1)endstr=document.cookie.length;return unescape(document.cookie.substring(offset,endstr));}
function LireCookie(nom){var arg=nom+"=";var alen=arg.length;var clen=document.cookie.length;var i=0;while(i<clen)
{var j=i+alen;if(document.cookie.substring(i,j)==arg)return getCookieVal(j);i=document.cookie.indexOf(" ",i)+1;if(i==0)break;}
return null;}
function verif_joyauxdechocolat(){var reg_mail=/^[a-z0-9._-]+@[a-z0-9.-]{2,}[.][a-z]{2,3}$/;if(document.f_form.elements["data[CadeauxEntreprise][presence]"][0].checked==false&&document.f_form.elements["data[CadeauxEntreprise][presence]"][1].checked==false&&document.f_form.elements["data[CadeauxEntreprise][presence]"][2].checked==false&&document.f_form.elements["data[CadeauxEntreprise][presence]"][3].checked==false){msgError="Veuillez saisir votre presence";}else if(document.f_form.elements["data[CadeauxEntreprise][email]"].value==''){msgError="Veuillez saisir votre adresse mail";document.f_form.elements["data[CadeauxEntreprise][email]"].focus();}else if(!(reg_mail.exec(document.f_form.elements["data[CadeauxEntreprise][email]"].value)!=null)){msgError="Veuillez saisir un email valide";document.f_form.elements["data[CadeauxEntreprise][email]"].focus();}else if(document.f_form.elements["data[CadeauxEntreprise][prenom]"].value==''){msgError="Veuillez saisir votre prenom";document.f_form.elements["data[CadeauxEntreprise][prenom]"].focus();}else if(document.f_form.elements["data[CadeauxEntreprise][nom]"].value==''){msgError="Veuillez saisir votre nom";document.f_form.elements["data[CadeauxEntreprise][societe]"].focus();}else if(document.f_form.elements["data[CadeauxEntreprise][societe]"].value==''){msgError="Veuillez saisir votre societe";document.f_form.elements["data[CadeauxEntreprise][societe]"].focus();}else if(document.f_form.elements["data[CadeauxEntreprise][adresse1]"].value==''){msgError="Veuillez saisir votre adresse professionelle 1";document.f_form.elements["data[CadeauxEntreprise][adresse1]"].focus();}else if(document.f_form.elements["data[CadeauxEntreprise][zip1]"].value==''){msgError="Veuillez saisir votre Code postal 1";document.f_form.elements["data[CadeauxEntreprise][zip1]"].focus();}else if(document.f_form.elements["data[CadeauxEntreprise][ville1]"].value==''){msgError="Veuillez saisir votre ville 1";document.f_form.elements["data[CadeauxEntreprise][ville1]"].focus();}else{document.f_form.submit();return true;}
alert(msgError);return false;}
var idTimeOut;var showMessage;var _navigator=getNavigator();function checkWindowDimentions()
{var _showMessage="false";if(typeof(window.innerWidth)=='number'){larg=window.innerWidth;haut=window.innerHeight;}else if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){larg=document.documentElement.clientWidth;haut=document.documentElement.clientHeight;}else if(document.body&&(document.body.clientWidth||document.body.clientHeight)){larg=document.body.clientWidth;haut=document.body.clientHeight;}
if(document.getElementById('scrolDiv')!==null){if(larg<980){_showMessage="true";document.getElementById('scrolDiv').style.width='980px';}else{if(_navigator=="IE6"){document.getElementById('scrolDiv').style.width=larg+"px";}else{document.getElementById('scrolDiv').style.width="100%";}}
if(haut<600){_showMessage="true";document.getElementById('scrolDiv').style.height='600px';}else{if(_navigator=="IE6"){document.getElementById('scrolDiv').style.height=haut+"px";}else{document.getElementById('scrolDiv').style.height="100%";}}
var flashOb=document.getElementById('Hautbrion');if(flashOb!==null)flashOb.receiveWindowResizeFromJs(_showMessage);}}
window.onresize=checkWindowDimentions;function getNavigator(){var strChUserAgent=navigator.userAgent;var intSplitStart=strChUserAgent.indexOf("(",0);var intSplitEnd=strChUserAgent.indexOf(")",0);var strChStart=strChUserAgent.substring(0,intSplitStart);var strChMid=strChUserAgent.substring(intSplitStart,intSplitEnd);var strChEnd=strChUserAgent.substring(strChEnd);if(strChMid.indexOf("MSIE 7")!=-1)
return"IE7";else if(strChMid.indexOf("MSIE 6")!=-1)
return"IE6";else if(strChEnd.indexOf("Firefox/2")!=-1)
return"FIREFOX2";else if(strChEnd.indexOf("Firefox")!=-1)
return"FIREFOX";else if(strChEnd.indexOf("Netscape/7")!=-1)
return"NETSCAPE7";else if(strChEnd.indexOf("Netscape")!=-1)
return"NETSCAPE";else if(strChStart.indexOf("Opera/9")!=-1)
return"OPERA9";else if(strChStart.indexOf("Opera")!=-1)
return"OPERA";else
return"AUTRE";}
function changeMetas(description,kewords){var metas=document.getElementsByTagName('meta');for(i=0;i<metas.length;i++){if(metas[i].getAttribute("name")=="keywords"){metas[i].setAttribute("content",kewords);}
if(metas[i].getAttribute("name")=="description"){metas[i].setAttribute("content",description);}}}

/* swfaddress.js (98%) */
if(typeof asual=="undefined"){asual={};}if(typeof asual.swfaddress=="undefined"){asual.swfaddress={};}if(typeof asual.util=="undefined"){asual.util={};}asual.util.Browser=new function(){var B=-1,D=navigator.userAgent,H=false,G=false,F=false,A=false,C=false,I=false;var E=function(K,J){return parseFloat(D.substr(D.indexOf(K)+J));};if(A=/Opera/.test(D)){B=parseFloat(navigator.appVersion);}if(H=/MSIE/.test(D)){B=E("MSIE",4);}if(I=/Chrome/.test(D)){B=E("Chrome",7);}if(G=/Camino/.test(D)){B=E("Camino",7);}if(F=(/AppleWebKit/.test(D)&&!I)){B=E("Safari",7);}if(C=(/Firefox/.test(D)&&!G)){B=E("Firefox",8);}this.toString=function(){return"[class Browser]";};this.getVersion=function(){return B;};this.isIE=function(){return H;};this.isSafari=function(){return F;};this.isOpera=function(){return A;};this.isCamino=function(){return G;};this.isFirefox=function(){return C;};this.isChrome=function(){return I;};};asual.util.Events=new function(){var C="DOMContentLoaded",G="onstop",I=window,F=document,B=[],A=asual.util,D=A.Browser;this.toString=function(){return"[class Events]";};this.addListener=function(L,J,K){B.push({o:L,t:J,l:K});if(!(J==C&&(D.isIE()||D.isSafari()))){if(L.addEventListener){L.addEventListener(J,K,false);}else{if(L.attachEvent){L.attachEvent("on"+J,K);}}}};this.removeListener=function(N,K,L){for(var J=0,M;M=B[J];J++){if(M.o==N&&M.t==K&&M.l==L){B.splice(J,1);break;}}if(!(K==C&&(D.isIE()||D.isSafari()))){if(N.removeEventListener){N.removeEventListener(K,L,false);}else{if(N.detachEvent){N.detachEvent("on"+K,L);}}}};var H=function(){for(var K=0,J;J=B[K];K++){if(J.t!=C){A.Events.removeListener(J.o,J.t,J.l);}}};var E=function(){if(F.readyState=="interactive"){function J(){F.detachEvent(G,J);H();};F.attachEvent(G,J);I.setTimeout(function(){F.detachEvent(G,J);},0);}};if(D.isIE()||D.isSafari()){(function(){try{if((D.isIE()&&F.body)||!/loaded|complete/.test(F.readyState)){F.documentElement.doScroll("left");}}catch(K){return setTimeout(arguments.callee,0);}for(var J=0,K;K=B[J];J++){if(K.t==C){K.l.call(null);}}})();}if(D.isIE()){I.attachEvent("onbeforeunload",E);}this.addListener(I,"unload",H);};asual.util.Functions=new function(){this.toString=function(){return"[class Functions]";};this.extend=function(C,A){function B(){};B.prototype=C.prototype;A.prototype=new B();A.prototype.constructor=A;A.superConstructor=C;A.superClass=C.prototype;return A;};this.bind=function(F,B,E){for(var C=2,D,A=[];D=arguments[C];C++){A.push(D);}return function(){return F.apply(B,A);};};};asual.swfaddress.WEBAddressEvent=function(D){var A=asual.swfaddress.WEBAddress;this.toString=function(){return"[object WEBAddressEvent]";};this.type=D;this.target=[A][0];this.value=A.getValue();this.path=A.getPath();this.pathNames=A.getPathNames();this.parameters={};var E=A.getParameterNames();for(var C=0,B=E.length;C<B;C++){this.parameters[E[C]]=A.getParameter(E[C]);}this.parametersNames=E;};asual.swfaddress.WEBAddressEvent.INIT="init";asual.swfaddress.WEBAddressEvent.CHANGE="change";asual.swfaddress.WEBAddress=new function(){var ID="",_2f="function",_30="undefined",_31=asual.swfaddress,_32=asual.util,_33=_32.Browser,_34=_32.Events,_35=_32.Functions,_36=_33.getVersion(),_37=false,_t=top,_d=_t.document,_h=_t.history,_l=_t.location,_si=setInterval,_st=setTimeout,_dc=decodeURIComponent,_ec=encodeURIComponent,_40,_41,_42,_43,_44=_d.title,_45=_h.length,_46=false,_47=false,_48=true,_49=true,_4a=[],_4b={},_4c={history:true,html:false,strict:true,tracker:"_trackDefault"};if(_33.isOpera()){_37=_36>=9.02;}if(_33.isIE()){_37=_36>=6;}if(_33.isSafari()){_37=_36>=312;}if(_33.isChrome()){_37=_36>=0.2;}if(_33.isCamino()){_37=_36>=1;}if(_33.isFirefox()){_37=_36>=1;}if((!_37&&_l.href.indexOf("#")!=-1)||(_33.isSafari()&&_36<418&&_l.href.indexOf("#")!=-1&&_l.search!="")){_d.open();_d.write("<html><head><meta http-equiv=\"refresh\" content=\"0;url="+_l.href.substr(0,_l.href.indexOf("#"))+"\" /></head></html>");_d.close();}var _4d=function(){var _4e=_l.href.indexOf("#");return _4e!=-1?_l.href.substr(_4e+1):"";};var _4f=_4d();var _50=function(_51,_52){if(_4c.strict){_51=_52?(_51.substr(0,1)!="/"?"/"+_51:_51):(_51==""?"/":_51);}return _51;};var _53=function(_54){return(_33.isIE()&&_l.protocol=="file:")?_4f.replace(/\?/,"%3F"):_54;};var _55=function(el){for(var i=0,l=el.childNodes.length,s;i<l;i++){if(el.childNodes[i].src){_42=String(el.childNodes[i].src);}if(s=_55(el.childNodes[i])){return s;}}};var _5a=function(){if(_33.isIE()&&_d.title!=_44&&_d.title.indexOf("#")!=-1){_d.title=_44;if(_4c.html&&_40&&_40.contentWindow&&_40.contentWindow.document){_40.contentWindow.document.title=_44;}}};var _5b=function(){if(!_46){var _5c=_4d();var _5d=!(_4f==_5c||_4f==_dc(_5c)||_dc(_4f)==_5c);if(_33.isSafari()&&_36<523){if(_45!=_h.length){_45=_h.length;if(typeof _4a[_45-1]!=_30){_4f=_4a[_45-1];}_5e.call(this);}}else{if(_33.isIE()&&_5d){if(_36<7){_l.reload();}else{this.setValue(_5c);}}else{if(_5d){_4f=_5c;_5e.call(this);}}}_5a.call(this);}};var _5f=function(_60){this.dispatchEvent(new _31.WEBAddressEvent(_60));_60=_60.substr(0,1).toUpperCase()+_60.substr(1);if(typeof this["on"+_60]==_2f){this["on"+_60]();}};var _61=function(){_5f.call(this,"init");};var _62=function(){_5f.call(this,"change");};var _5e=function(){_62.call(this);_st(_35.bind(_63,this),10);};var _64=function(_65){if(typeof urchinTracker==_2f){urchinTracker(_65);}if(typeof pageTracker!=_30&&typeof pageTracker._trackPageview==_2f){pageTracker._trackPageview(_65);}};eval("var _trackDefault = "+_64+";");var _63=function(){if(typeof _4c.tracker!=_30&&eval("typeof "+_4c.tracker+" != \""+_30+"\"")){var fn=eval(_4c.tracker);if(typeof fn==_2f){fn(_dc((_l.pathname+(/\/$/.test(_l.pathname)?"":"/")+this.getValue()).replace(/\/\//,"/").replace(/^\/$/,"")));}}};var _67=function(){var doc=_40.contentWindow.document;doc.open();doc.write("<html><head><title>"+_d.title+"</title><script>var "+ID+" = \""+_ec(_4d())+"\";</script></head></html>");doc.close();};var _69=function(){var win=_40.contentWindow;var src=win.location.href;_4f=(_4c.html)?(src.indexOf("?")>-1?_dc(src.substr(src.indexOf("?")+1)):""):(typeof win[ID]!=_30?_dc(win[ID]):"");if(_4c.html){win.document.title=_44;}if(_4f!=_4d()){_5e.call(_31.WEBAddress);_l.hash=_53(_4f);}};var _6c=function(){if(!_47){_47=true;var _6d="id=\""+ID+"\" style=\"position:absolute;top:-9999px;\"";if(_33.isIE()&&_36<8){_d.body.appendChild(_d.createElement("div")).innerHTML="<iframe "+_6d+" src=\""+(_4c.html?_42.replace(/\.js(\?.*)?$/,".html")+"?"+_ec(_4d()):"javascript:false;")+"\" width=\"0\" height=\"0\"></iframe>";_40=_d.getElementById(ID);_st(function(){_34.addListener(_40,"load",_69);if(!_4c.html&&typeof _40.contentWindow[ID]==_30){_67();}},50);}else{if(_33.isSafari()){if(_36<418){_d.body.innerHTML+="<form "+_6d+" method=\"get\"></form>";_41=_d.getElementById(ID);}if(typeof _l[ID]==_30){_l[ID]={};}if(typeof _l[ID][_l.pathname]!=_30){_4a=_l[ID][_l.pathname].split(",");}}}_st(_35.bind(_61,this),1);_st(_35.bind(_62,this),2);_st(_35.bind(_63,this),10);if(_33.isIE()&&_36>=8){_d.body.onhashchange=_35.bind(_5b,this);_43=_si(_35.bind(_5a,this),50);}else{_43=_si(_35.bind(_5b,this),50);}}};var _6e=function(){clearInterval(_43);};this.onInit=null;this.onChange=null;this.toString=function(){return"[class WEBAddress]";};this.back=function(){_h.back();};this.forward=function(){_h.forward();};this.up=function(){var _6f=this.getPath();this.setValue(_6f.substr(0,_6f.lastIndexOf("/",_6f.length-2)+(_6f.substr(_6f.length-1)=="/"?1:0)));};this.go=function(_70){_h.go(_70);};this.addEventListener=function(_71,_72){if(typeof _4b[_71]==_30){_4b[_71]=[];}_4b[_71].push(_72);};this.removeEventListener=function(_73,_74){if(typeof _4b[_73]!=_30){for(var i=0,l;l=_4b[_73][i];i++){if(l==_74){break;}}_4b[_73].splice(i,1);}};this.dispatchEvent=function(_77){if(this.hasEventListener(_77.type)){_77.target=this;for(var i=0,l;l=_4b[_77.type][i];i++){l(_77);}return true;}return false;};this.hasEventListener=function(_7a){return(typeof _4b[_7a]!=_30&&_4b[_7a].length>0);};this.getBaseURL=function(){var url=_l.href;if(url.indexOf("#")!=-1){url=url.substr(0,url.indexOf("#"));}if(url.substr(url.length-1)=="/"){url=url.substr(0,url.length-1);}return url;};this.getStrict=function(){return _4c.strict;};this.setStrict=function(_7c){_4c.strict=_7c;};this.getHistory=function(){return _4c.history;};this.setHistory=function(_7d){_4c.history=_7d;};this.getTracker=function(){return _4c.tracker;};this.setTracker=function(_7e){_4c.tracker=_7e;};this.getTitle=function(){return _d.title;};this.setTitle=function(_7f){if(!_37){return null;}if(typeof _7f==_30){return;}if(_7f=="null"){_7f="";}_44=_d.title=_7f;_st(function(){if((_49||_4c.html)&&_40&&_40.contentWindow&&_40.contentWindow.document){_40.contentWindow.document.title=_7f;_49=false;}if(!_48&&(_33.isCamino()||_33.isFirefox())){_l.replace(_l.href.indexOf("#")!=-1?_l.href:_l.href+"#");}_48=false;},50);};this.getStatus=function(){return _t.status;};this.setStatus=function(_80){if(typeof _80==_30){return;}if(!_33.isSafari()){_80=_50((_80!="null")?_80:"",true);if(_80=="/"){_80="";}if(!(/http(s)?:\/\//.test(_80))){var _81=_l.href.indexOf("#");_80=(_81==-1?_l.href:_l.href.substr(0,_81))+"#"+_80;}_t.status=_80;}};this.resetStatus=function(){_t.status="";};this.getValue=function(){if(!_37){return null;}return _50(_4f,false);};this.setValue=function(_82){if(!_37){return null;}if(typeof _82==_30){return;}if(_82=="null"){_82="";}_82=_50(_82,true);if(_82=="/"){_82="";}if(_4f==_82||_4f==_dc(_82)||_dc(_4f)==_82){return;}_48=true;_4f=_82;_46=true;_5e.call(_31.WEBAddress);_4a[_h.length]=_4f;if(_33.isSafari()){if(_4c.history){_l[ID][_l.pathname]=_4a.toString();_45=_h.length+1;if(_36<418){if(_l.search==""){_41.action="#"+_4f;_41.submit();}}else{if(_36<523||_4f==""){var evt=_d.createEvent("MouseEvents");evt.initEvent("click",true,true);var _84=_d.createElement("a");_84.href="#"+_4f;_84.dispatchEvent(evt);}else{_l.hash="#"+_4f;}}}else{_l.replace("#"+_4f);}}else{if(_4f!=_4d()){if(_4c.history){_l.hash=(_33.isChrome()?"":"#")+_53(_4f);}else{_l.replace("#"+_4f);}}}if((_33.isIE()&&_36<8)&&_4c.history){if(_4c.html){var loc=_40.contentWindow.location;loc.assign(loc.pathname+"?"+_4d());}else{_st(_67,50);}}if(_33.isSafari()){_st(function(){_46=false;},1);}else{_46=false;}};this.getPath=function(){var _86=this.getValue();return(_86.indexOf("?")!=-1)?_86.split("?")[0]:_86;};this.getPathNames=function(){var _87=this.getPath();var _88=_87.split("/");if(_87.substr(0,1)=="/"||_87.length==0){_88.splice(0,1);}if(_87.substr(_87.length-1,1)=="/"){_88.splice(_88.length-1,1);}return _88;};this.getQueryString=function(){var _89=this.getValue();var _8a=_89.indexOf("?");return(_8a!=-1&&_8a<_89.length)?_89.substr(_8a+1):"";};this.getParameter=function(_8b){var _8c=this.getValue();var _8d=_8c.indexOf("?");if(_8d!=-1){_8c=_8c.substr(_8d+1);var _8e=_8c.split("&");var p,i=_8e.length;while(i--){p=_8e[i].split("=");if(p[0]==_8b){return p[1];}}}return"";};this.getParameterNames=function(){var _91=this.getValue();var _92=_91.indexOf("?");var _93=[];if(_92!=-1){_91=_91.substr(_92+1);if(_91!=""&&_91.indexOf("=")!=-1){var _94=_91.split("&");var i=0;while(i<_94.length){_93.push(_94[i].split("=")[0]);i++;}}}return _93;};if(_37){for(var i=1;i<_45;i++){_4a.push("");}_4a.push(_4d());if(_33.isIE()&&_l.hash!=_4d()){_l.hash="#"+_53(_4d());}_55(document);var _qi=_42.indexOf("?");if(_42&&_qi>-1){var _98,_99=_42.substr(_qi+1).split("&");for(var i=0,p;p=_99[i];i++){_98=p.split("=");if(/^(history|html|strict)$/.test(_98[0])){_4c[_98[0]]=(isNaN(_98[1])?eval(_98[1]):(parseFloat(_98[1])>0));}if(/^tracker$/.test(_98[0])){_4c[_98[0]]=_98[1];}}}if(/file:\/\//.test(_l.href)){_4c.html=false;}var _ei=_42.indexOf(".js"),l;if(_42&&_ei>-1){while(_ei--){l=_42.substr(_ei,1);if(/(\/|\\)/.test(l)){break;}ID=l+ID;}}_5a.call(this);if(window==_t){_34.addListener(document,"DOMContentLoaded",_35.bind(_6c,this));}_34.addListener(_t,"load",_35.bind(_6c,this));_34.addListener(_t,"unload",_35.bind(_6e,this));}else{_63();}};SWFAddressEvent=asual.swfaddress.SWFAddressEvent=function(A){SWFAddressEvent.superConstructor.apply(this,arguments);this.target=[SWFAddress][0];this.toString=function(){return"[object SWFAddressEvent]";};};asual.util.Functions.extend(asual.swfaddress.WEBAddressEvent,SWFAddressEvent);asual.swfaddress.SWFAddressEvent.INIT="init";asual.swfaddress.SWFAddressEvent.CHANGE="change";SWFAddress=asual.swfaddress.SWFAddress=new function(){var _9e="undefined",_t=top,_l=_t.location,_a1=this,_a2=[],_a3=[],_a4={},_a5=asual.util,_a6=asual.util.Functions,_a7=asual.swfaddress.WEBAddress;for(var p in _a7){this[p]=_a7[p];}var _a9=function(_aa){this.dispatchEvent(new SWFAddressEvent(_aa));_aa=_aa.substr(0,1).toUpperCase()+_aa.substr(1);if(typeof this["on"+_aa]=="function"){this["on"+_aa]();}};var _ab=function(e){if(_a3.length>0){var _ad=window.open(_a3[0],_a3[1],eval(_a3[2]));if(typeof _a3[3]!=_9e){eval(_a3[3]);}}_a3=[];};var _ae=function(){if(_a5.Browser.isSafari()){document.body.addEventListener("click",_ab);}_a9.call(this,"init");};var _af=function(){_b0();_a9.call(this,"change");};var _b0=function(){for(var i=0,id,obj,_b4=SWFAddress.getValue(),_b5="setSWFAddressValue";id=_a2[i];i++){obj=document.getElementById(id);if(obj){if(obj.parentNode&&typeof obj.parentNode.so!=_9e){obj.parentNode.so.call(_b5,_b4);}else{if(!(obj&&typeof obj[_b5]!=_9e)){var _b6=obj.getElementsByTagName("object");var _b7=obj.getElementsByTagName("embed");obj=((_b6[0]&&typeof _b6[0][_b5]!=_9e)?_b6[0]:((_b7[0]&&typeof _b7[0][_b5]!=_9e)?_b7[0]:null));}if(obj){obj[_b5](decodeURIComponent(_b4));}}}else{if(obj=document[id]){if(typeof obj[_b5]!=_9e){obj[_b5](_b4);}}}}};this.toString=function(){return"[class SWFAddress]";};this.addEventListener=function(_b8,_b9){if(typeof _a4[_b8]==_9e){_a4[_b8]=[];}_a4[_b8].push(_b9);};this.removeEventListener=function(_ba,_bb){if(typeof _a4[_ba]!=_9e){for(var i=0,l;l=_a4[_ba][i];i++){if(l==_bb){break;}}_a4[_ba].splice(i,1);}};this.dispatchEvent=function(_be){if(typeof _a4[_be.type]!=_9e&&_a4[_be.type].length){_be.target=this;for(var i=0,l;l=_a4[_be.type][i];i++){l(_be);}return true;}return false;};this.hasEventListener=function(_c1){return(typeof _a4[_c1]!=_9e&&_a4[_c1].length>0);};this.href=function(url,_c3){_c3=typeof _c3!=_9e?_c3:"_self";if(_c3=="_self"){self.location.href=url;}else{if(_c3=="_top"){_l.href=url;}else{if(_c3=="_blank"){window.open(url);}else{_t.frames[_c3].location.href=url;}}}};this.popup=function(url,_c5,_c6,_c7){try{var _c8=window.open(url,_c5,eval(_c6));if(typeof _c7!=_9e){eval(_c7);}}catch(ex){}_a3=arguments;};this.getIds=function(){return _a2;};this.getId=function(_c9){return _a2[0];};this.setId=function(id){_a2[0]=id;};this.addId=function(id){this.removeId(id);_a2.push(id);};this.removeId=function(id){for(var i=0;i<_a2.length;i++){if(id==_a2[i]){_a2.splice(i,1);break;}}};this.setValue=function(_ce){if(_a2.length>0!=0&&_a5.Browser.isFirefox()&&navigator.userAgent.indexOf("Mac")!=-1){setTimeout(function(){_a7.setValue.call(SWFAddress,_ce);},500);}else{_a7.setValue.call(this,_ce);}};_a7.addEventListener("init",_a6.bind(_ae,this));_a7.addEventListener("change",_a6.bind(_af,this));(function(){var _cf;if(typeof FlashObject!=_9e){SWFObject=FlashObject;}if(typeof SWFObject!=_9e&&SWFObject.prototype&&SWFObject.prototype.write){var _s1=SWFObject.prototype.write;SWFObject.prototype.write=function(){_cf=arguments;if(this.getAttribute("version").major<8){this.addVariable("$swfaddress",SWFAddress.getValue());((typeof _cf[0]=="string")?document.getElementById(_cf[0]):_cf[0]).so=this;}var _d1;if(_d1=_s1.apply(this,_cf)){_a1.addId(this.getAttribute("id"));}return _d1;};}if(typeof swfobject!=_9e){var _d2=swfobject.registerObject;swfobject.registerObject=function(){_cf=arguments;_d2.apply(this,_cf);_a1.addId(_cf[0]);};var _d3=swfobject.createSWF;swfobject.createSWF=function(){_cf=arguments;_d3.apply(this,_cf);_a1.addId(_cf[0].id);};var _d4=swfobject.embedSWF;swfobject.embedSWF=function(){_cf=arguments;_d4.apply(this,_cf);_a1.addId(_cf[8].id);};}if(typeof UFO!=_9e){var _u=UFO.create;UFO.create=function(){_cf=arguments;_u.apply(this,_cf);_a1.addId(_cf[0].id);};}if(typeof AC_FL_RunContent!=_9e){var _a=AC_FL_RunContent;AC_FL_RunContent=function(){_cf=arguments;_a.apply(this,_cf);for(var i=0,l=_cf.length;i<l;i++){if(_cf[i]=="id"){_a1.addId(_cf[i+1]);}}};}})();};

/* swfmacmousewheel.js (56%) */
function SWFMacMouseWheel(swfObject)
{this.so=swfObject;var isMac=navigator.appVersion.toLowerCase().indexOf("mac")!=-1;if(isMac)this.init();}
SWFMacMouseWheel.prototype={init:function()
{SWFMacMouseWheel.instance=this;if(window.addEventListener)
{window.addEventListener('DOMMouseScroll',SWFMacMouseWheel.instance.wheel,false);}
window.onmousewheel=document.onmousewheel=SWFMacMouseWheel.instance.wheel;},handle:function(delta)
{document[this.so.getAttribute('id')].externalMouseEvent(delta);},wheel:function(event){var delta=0;if(event.wheelDelta){delta=event.wheelDelta/120;if(window.opera)delta=-delta;}else if(event.detail){delta=-event.detail;}
if(delta)SWFMacMouseWheel.instance.handle(delta);if(event.preventDefault)event.preventDefault();event.returnValue=false;}};
