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(n,b,o,e,j,l,g,f,d,m,k){if(!document.getElementById){return
}this.DETECT_KEY=k?k:"detectflash";
this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params=new Object();
this.variables=new Object();
this.attributes=new Array();
if(n){this.setAttribute("swf",n)
}if(b){this.setAttribute("id",b)
}if(o){this.setAttribute("width",o)
}if(e){this.setAttribute("height",e)
}if(j){this.setAttribute("version",new deconcept.PlayerVersion(j.toString().split(".")))
}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();
if(l){this.addParam("bgcolor",l)
}var a=f?f:"high";
this.addParam("quality",a);
this.setAttribute("useExpressInstall",g);
this.setAttribute("doExpressInstall",false);
var i=(d)?d:window.location;
this.setAttribute("xiRedirectUrl",i);
this.setAttribute("redirectUrl","");
if(m){this.setAttribute("redirectUrl",m)
}};
deconcept.SWFObject.prototype={setAttribute:function(a,b){this.attributes[a]=b
},getAttribute:function(a){return this.attributes[a]
},addParam:function(b,a){this.params[b]=a
},getParams:function(){return this.params
},addVariable:function(b,a){this.variables[b]=a
},getVariable:function(a){return this.variables[a]
},getVariables:function(){return this.variables
},getVariablePairs:function(){var c=new Array();
var b;
var a=this.getVariables();
for(b in a){c.push(b+"="+a[b])
}return c
},getSWFHTML:function(){var b="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn")
}b='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'"';
b+=' id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';
var f=this.getParams();
for(var e in f){b+=[e]+'="'+f[e]+'" '
}var d=this.getVariablePairs().join("&");
if(d.length>0){b+='flashvars="'+d+'"'
}b+="/>"
}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX")
}b='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'">';
b+='<param name="movie" value="'+this.getAttribute("swf")+'" />';
var c=this.getParams();
for(var e in c){b+='<param name="'+e+'" value="'+c[e]+'" />'
}var a=this.getVariablePairs().join("&");
if(a.length>0){b+='<param name="flashvars" value="'+a+'" />'
}b+="</object>"
}return b
},write:function(b){if(this.getAttribute("useExpressInstall")){var a=new deconcept.PlayerVersion([6,0,65]);
if(this.installedVer.versionIsValid(a)&&!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 b=="string")?document.getElementById(b):b;
c.innerHTML=this.getSWFHTML();
return true
}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))
}}return false
}};
deconcept.SWFObjectUtil.getPlayerVersion=function(){var d=new deconcept.PlayerVersion([0,0,0]);
if(navigator.plugins&&navigator.mimeTypes.length){var a=navigator.plugins["Shockwave Flash"];
if(a&&a.description){d=new deconcept.PlayerVersion(a.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))
}}else{try{var b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")
}catch(c){try{var b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
d=new deconcept.PlayerVersion([6,0,21]);
b.AllowScriptAccess="always"
}catch(c){if(d.major==6){return d
}}try{b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")
}catch(c){}}if(b!=null){d=new deconcept.PlayerVersion(b.GetVariable("$version").split(" ")[1].split(","))
}}return d
};
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(d){var c=d.substring(1).split("&");
for(var b=0;
b<c.length;
b++){if(c[b].substring(0,c[b].indexOf("="))==a){return c[b].substring((c[b].indexOf("=")+1))
}}}return""
}};
deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return
}var c=document.getElementsByTagName("OBJECT");
for(var b=0;
b<c.length;
b++){c[b].style.display="none";
for(var a in c[b]){if(typeof c[b][a]=="function"){c[b][a]=function(){}
}}}};
deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};
__flash_savedUnloadHandler=function(){};
if(typeof window.onunload=="function"){var a=window.onunload;
window.onunload=function(){deconcept.SWFObjectUtil.cleanupSWFs();
a()
}
}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs
}};
if(typeof window.onbeforeunload=="function"){var oldBeforeUnload=window.onbeforeunload;
window.onbeforeunload=function(){deconcept.SWFObjectUtil.prepUnload();
oldBeforeUnload()
}
}else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload
}if(Array.prototype.push==null){Array.prototype.push=function(a){this[this.length]=a;
return this.length
}
}var getQueryParamValue=deconcept.util.getRequestParameter;
var FlashObject=deconcept.SWFObject;
var SWFObject=deconcept.SWFObject;
function VV_ShowVirtualAgent(e,b,a){var d=new SWFObject(e,"agent",b,a,"#FFFFFF",true);
var f=VV_getCookie("VirtuOz_CID");
if(f!=""){f=f.replace("ContextId=","")
}var c=VV_getCookie("VirtuOz_IID");
if(c!=null&&c!=""&&c=="INTERNAL"){c=""
}urlvar=retrieveUrlParams();
if(urlvar.js_cid!=null&&urlvar.js_cid!=""){f=urlvar.js_cid
}if(urlvar.js_iid!=null&&urlvar.js_iid!=""){c=urlvar.js_iid
}d.addParam("movie",e);
d.addParam("quality","high");
d.addParam("width",b);
d.addParam("height",a);
d.addParam("allowScriptAccess","always");
d.addVariable("InterlocutorId",c);
d.addVariable("ContextId",f);
if(urlvar.InUrl!=null&&urlvar.InUrl!=""){d.addVariable("InUrl",urlvar.InUrl)
}d.write("contener")
}function retrieveUrlParams(){urlvar=new Array();
if(window.location.search!=""){longueur=window.location.search.length-1;
data=window.location.search.substr(1,longueur);
donnees=data.split("&");
urlvarnum=new Array();
for(var a=0;
a<donnees.length;
a++){position=donnees[a].indexOf("=");
variable=donnees[a].substr(0,position);
pos=position+1;
valeur=decodeURI(donnees[a].substr(pos,donnees[a].length));
while(valeur.search(/\+/)!=-1){valeur=valeur.replace(/\+/," ")
}urlvar[variable]=valeur;
urlvarnum[a]=valeur
}}return urlvar
}function VV_SetCookies(c,d){var a=new Date();
a.setTime(a.getTime());
var b=new Date(a.getTime()+(30*1000*60*60*24));
document.cookie="VirtuOz_IID="+c+";expires="+b.toGMTString()+";path=/";
document.cookie="VirtuOz_CID="+d+";path=/"
}function VV_Navigate(a){document.location.href=a
}function VV_SetCookiesAndNav(d,e,b){var a=new Date();
a.setTime(a.getTime());
var c=new Date(a.getTime()+(30*1000*60*60*24));
document.cookie="VirtuOz_IID="+d+";expires="+c.toGMTString()+";path=/";
document.cookie="VirtuOz_CID="+e+";path=/";
document.location.href=b
}function VV_getCookie(d){var b=d+"=";
var f=b.length;
var a=document.cookie.length;
var e=0;
while(e<a){var c=e+f;
if(document.cookie.substring(e,c)==b){return VV_getCookieVal(c)
}e=document.cookie.indexOf(" ",e)+1;
if(e==0){break
}}return""
}function VV_getCookieVal(b){var a=document.cookie.indexOf(";",b);
if(a==-1){a=document.cookie.length
}return unescape(document.cookie.substring(b,a))
}function VV_getCookieVal(b){var a=document.cookie.indexOf(";",b);
if(a==-1){a=document.cookie.length
}return unescape(document.cookie.substring(b,a))
}function VV_SetFirstAnswer(a){document.cookie="VirtuOz_Answer="+a+";path=/"
};