/*
var delay= 50 ; var timerID= null ; function scroll2Top( id, inc )
{ cancelScroll(); timerID= setInterval( "scrollDiv('"+id+"_corps',"+(-inc)+");", delay ); placeBarre(id);}
function scroll2Bottom( id, inc )
{ cancelScroll() ; timerID= setInterval( "scrollDiv('"+id+"_corps',"+inc+");", delay ); placeBarre(id);}
var ie=document.all; var nn6=document.getElementById&&!document.all; var isdrag=false; var x,y; var dobj; function movemouse(e)
{ var mycontent = document.getElementById(dobj.id + "_corps") ; var mytop = document.getElementById(dobj.id + "_top") ; var mybottom = document.getElementById(dobj.id + "_bottom") ; if (( mycontent != null ) && ( mytop != null ) && ( mybottom != null ))
{ minTop = mytop.height; maxTop = mycontent.clientHeight - dobj.height - mybottom.height;}
if (isdrag)
{ if (nn6) { vTop = ty + e.clientY - y; if ((vTop >= minTop) && (vTop <= maxTop))
{ dobj.style.top = vTop; mycontent.scrollTop = (dobj.style.top.replace('px','') - mytop.height) * (mycontent.scrollHeight - mycontent.clientHeight) / (mycontent.clientHeight - mytop.height - mybottom.height - dobj.height);}
} else { vTop = ty + event.clientY - y; if ((vTop >= minTop) && (vTop <= maxTop))
{ dobj.style.top = vTop; mycontent.scrollTop = (dobj.style.top.replace('px','') - mytop.height) * (mycontent.scrollHeight - mycontent.clientHeight) / (mycontent.clientHeight - mytop.height - mybottom.height - dobj.height);}
}
return false;}
}
function selectmouse(e)
{ var fobj = nn6 ? e.target : event.srcElement; var topelement = nn6 ? "HTML" : "BODY"; while (fobj.tagName != topelement && fobj.className != "dragme")
{ fobj = nn6 ? fobj.parentNode : fobj.parentElement;}
if (fobj.className=="dragme")
{ isdrag = true; dobj = fobj; tx = parseInt(dobj.style.left+0); ty = parseInt(dobj.style.top+0); x = nn6 ? e.clientX : event.clientX; y = nn6 ? e.clientY : event.clientY; document.onmousemove=movemouse; return false;}
}
document.onmousedown=selectmouse; document.onmouseup=new Function("isdrag=false"); function placeBarre(id)
{ var mycontent = document.getElementById(id + "_corps") ; var mybarre = document.getElementById(id) ; var mytop = document.getElementById(id + "_top") ; var mybottom = document.getElementById(id + "_bottom") ; if (( mybarre != null ) && ( mycontent != null ) && ( mytop != null ) && ( mybottom != null ))
{ mybarre.style.top = mytop.height + ( mycontent.scrollTop * (mycontent.clientHeight - mytop.height - mybottom.height - mybarre.height) / (mycontent.scrollHeight - mycontent.clientHeight) );}
}
function scrollDiv( id, inc )
{ with ( document.getElementById(id) ) { if ( scrollTop+inc > scrollHeight-clientHeight ) { scrollTop= scrollHeight-clientHeight ; cancelScroll() ;}
else if ( scrollTop+inc < 0 ) { scrollTop= 0 ; cancelScroll() ;}
else
scrollTop+= inc ;}
}
function cancelScroll( p )
{ if ( timerID != null ) { clearInterval( timerID ) ; timerID= null ;}
}
var incScrollDivByMouseWheel= 40 ; var isPersoScrollEnabled= false ; function onMouseWheelHandler()
{ var div= document.getElementById("monDiv")!=null ? "monDiv" : "liste_agenda2" ; if ( isPersoScrollEnabled ) { if ( event.wheelDelta >= 120 )
scrollDiv( div, -incScrollDivByMouseWheel )
else if ( event.wheelDelta <= -120 )
scrollDiv( div, incScrollDivByMouseWheel )
event.returnValue= false ;}
}
*/
function initButtons( sDivScroller )
{ if ( ! document.getElementById(sDivScroller) )
return false; var iTailleOccupee = document.body.clientHeight; var iTailleEcran = 0; if( typeof( window.innerHeight ) == 'number' ) { iTailleEcran = window.innerHeight;} else if( document.documentElement && document.documentElement.clientHeight ) { iTailleEcran = document.documentElement.clientHeight;} else if( document.body && document.body.clientHeight ) { iTailleEcran = document.body.clientHeight;}
if ( iTailleOccupee <= iTailleEcran )
{ document.getElementById(sDivScroller).style.display= "none" ;}
//elargissement de la zone de selection de produits (ie seulement, ff elargit la zone comme prevu)
if ( ! (oDivSelection = document.getElementById("selection_contenu")) )
	return false;

var ie=document.all;
if(ie){
var iTailleOccupee = document.body.clientWidth;
var iTailleEcran = 0;
if( typeof( window.innerWidth ) == 'number' ) {
	iTailleEcran = window.innerWidth;}else if( document.documentElement && document.documentElement.clientWidth ) {
	iTailleEcran = document.documentElement.clientWidth;}
	else if( document.body && document.body.clientWidth ) { iTailleEcran = document.body.clientWidth;}
oDivSelection.style.width=iTailleEcran-495+'px';
}else{
oDivSelection.style.width='';
oDivSelection.style.overflow='';
}
oDivSelection.style.display='block';
}
var flashinstalled = 0; 
MSDetect = "false";
if (navigator.mimeTypes && navigator.mimeTypes.length) {
	x = navigator.mimeTypes['application/x-shockwave-flash'];
	if (x && x.enabledPlugin) flashinstalled = 2; else flashinstalled = 1; 
} else {
	MSDetect = "true";
}
function chargement_flash(sIdElement, sUrlFlash, iWidthFlash, iHeightFlash, aTabArguments) { if(!document.getElementById(sIdElement)) return false; if (iWidthFlash)
sWidth = iWidthFlash + "px"; else
return false; if (iHeightFlash)
sHeight = iHeightFlash + "px"; else
return false; var iCptArguments = 0; var so = new SWFObject(sUrlFlash, sIdElement, sWidth, sHeight, "8", "#FFFFFF", "", ""); for (iCptArguments = 0; iCptArguments < aTabArguments.length; iCptArguments ++) { so.addVariable(aTabArguments[iCptArguments][0],aTabArguments[iCptArguments][1]);}
so.write(sIdElement);}
function chargement_flash2(sIdElement,sIdElementDest, sUrlFlash, iWidthFlash, iHeightFlash, aTabArguments) { if(!document.getElementById(sIdElementDest)) return false; if (iWidthFlash)
sWidth = iWidthFlash + "px"; else
return false; if (iHeightFlash)
sHeight = iHeightFlash + "px"; else
return false; var iCptArguments = 0; var so = new SWFObject(sUrlFlash, sIdElement, sWidth, sHeight, "8", "#FFFFFF", "", ""); for (iCptArguments = 0; iCptArguments < aTabArguments.length; iCptArguments ++) { so.addVariable(aTabArguments[iCptArguments][0],aTabArguments[iCptArguments][1]);}
so.write(sIdElementDest);}
function maj_liste_gamme(iOptionChoisie, sValeur)
{ if (typeof(iOptionChoisie) == "undefined") return false; if (typeof(sValeur) == "undefined") return false; if(!document.getElementById('gammes_list') || !document.getElementById('gammes_list_source')) return false; var liste_gammes = document.getElementById('gammes_list')
var liste_gammes_source = document.getElementById('gammes_list_source');var oNouvelleOption = document.createElement("option"); liste_gammes.options[liste_gammes.options.length - 1] = null; for(var i = liste_gammes.options.length;i>0;i--){ liste_gammes.options[i] = null;}
liste_gammes.options[0] = new Option(' ','0'); for(var i = 0;i<liste_gammes_source.options.length;i++)
{ if (liste_gammes_source.options[i].value.indexOf(sValeur+",") == 0)
{ liste_gammes.options[liste_gammes.options.length] = new Option(liste_gammes_source.options[i].innerHTML, liste_gammes_source.options[i].value);}
}
}
function desactiver(sIdElement, bDisable) { var sElementType = String(typeof(sIdElement)).toLowerCase(); var sIdElementCourant; switch (sElementType) { case 'string':
if(!document.getElementById(sIdElement)) return false; document.getElementById(sIdElement).disabled = bDisable; if(bDisable) { document.getElementById(sIdElement).className = document.getElementById(sIdElement).className.replace('field_enabled','field_disabled');} else { document.getElementById(sIdElement).className = document.getElementById(sIdElement).className.replace('field_disabled','field_enabled');}
break; case 'object':
if (sIdElement.length <= 0) return false; for(var iCptElements = 0;iCptElements<sIdElement.length;iCptElements++){ sIdElementCourant = sIdElement[iCptElements]; if (document.getElementById(sIdElementCourant)){ document.getElementById(sIdElementCourant).disabled = bDisable; if(bDisable) { document.getElementById(sIdElementCourant).className = document.getElementById(sIdElementCourant).className.replace('field_enabled','field_disabled');} else { document.getElementById(sIdElementCourant).className = document.getElementById(sIdElementCourant).className.replace('field_disabled','field_enabled');}
}
}
}
return false;}
function afficheCacheConseiller(valeurCase,aIdSections)
{ idSection = aIdSections[0]; idInput = aIdSections[1]; if (!document.getElementById(idSection) || !document.getElementById(idInput)) return false; if(valeurCase)
{ document.getElementById(idSection).style.display='block'; document.getElementById(idSection).style.visibility='visible';}
else
{ document.getElementById(idInput).value = ''; document.getElementById(idSection).style.display='none'; document.getElementById(idSection).style.visibility='hidden';}
}
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_validateForm()
{ var i,p,q,nm,test,num,min,max,errors='',errchampobli='',args=MM_validateForm.arguments; for (i=0; i<(args.length-2); i+=3)
{ test=args[i+2]; val=MM_findObj(args[i]); if (val)
{ if (val.alt)
nm = val.alt; else
nm=val.name; if ((val=val.value)!="" && (test != ""))
{ if (test.indexOf('isEmail')!=-1)
{ p=val.indexOf('@');p=val.indexOf('.',p); if (p<1 || p==(val.length-1))
errors+=' Le champ "'+nm+'" doit contenir un e-mail valide.\n';}
else if (test!='R')
{ num = parseFloat(val); if (isNaN(val))
errors+=nm+' doit contenir un nombre.\n'; if (test.indexOf('inRange') != -1)
{ p=test.indexOf(':'); min=test.substring(8,p); max=test.substring(p+1); if (num<min || max<num)
errors+=nm+' doit contenir un nombre entre '+min+' et '+max+'.\n';}
}
}
else if (test.charAt(0) == 'R')
errchampobli = 'Tous les champs associés à * doivent être saisis obligatoirement.\n';}
}
if (errors || errchampobli)
alert(errchampobli+errors); document.MM_returnValue = (errors+errchampobli == '');}
function SumChecked(name, nb) { var strValue = ""; for (i=0; i < nb; i++) { if (eval("document.getElementById('" + name + "_" + i +"').checked == true")){ if (strValue!="")
{ strValue = strValue + ", ";}
strValue = strValue + document.getElementById(name + "_" + i).value;}
}
document.getElementById(name).value = strValue;}
function GetKbdNumbers(srcObj,evt){if(window.event){ keyCode = window.event.keyCode; evt = window.event;}else if (evt) keyCode = evt.which; else return true; if ((keyCode<48) || (keyCode>57) ) return false;}
function GetKbdFloats(srcObj,evt){ if(window.event){ keyCode = window.event.keyCode; evt = window.event;}else if (evt) keyCode = evt.which; else return true; if (keyCode==44) keyCode=46; if (keyCode==46){ if (srcObj.value.indexOf('.')==-1)return;}if ((keyCode<48) || (keyCode>57) || keyCode == 0){ evt.returnValue = false; return false;}}
function changeDep( valeur, id2emeListe)
{ if (!document.getElementById(id2emeListe)) return false; if (!document.getElementById(id2emeListe).options) return false; if (valeur >= 1691 && valeur <= 1694)
{ if (document.getElementById(id2emeListe).options[0])
document.getElementById(id2emeListe).options[0].selected = true;}
else if(valeur >= 1695 && valeur <= 1698)
{ if (document.getElementById(id2emeListe).options[1])
document.getElementById(id2emeListe).options[1].selected = true;}
else
{ if (document.getElementById(id2emeListe).options[0])
document.getElementById(id2emeListe).options[0].selected = true;}
}
function changeValeurDep ( valeur, idListeDep, idListeDep2 )
{ if (!document.getElementById(idListeDep) || !document.getElementById(idListeDep2)) return false; if (!document.getElementById(idListeDep).options || !document.getElementById(idListeDep2).options) return false; listeDep = document.getElementById(idListeDep); listeDep2 = document.getElementById(idListeDep2); var aDepRegion = new Array(2); aDepRegion[1689] = new Array(1691,1692,1693,1694); aDepRegion[1690] = new Array(1695,1696,1697,1698); listeDep2.innerHTML = ""; switch (valeur)
{ case "1689":
for ( i=0;i< listeDep.options.length;i++)
{ sDepRegion = aDepRegion[1689].join(','); if (sDepRegion.indexOf(parseInt(listeDep.options[i].value)+",") > -1 || sDepRegion.indexOf(","+parseInt(listeDep.options[i].value)) > -1)
listeDep2.options[listeDep2.options.length] = new Option(listeDep.options[i].innerHTML,parseInt(listeDep.options[i].value));}
listeDep2.options[0].selected = true; break; case "1690":
for ( i=0;i< listeDep.options.length;i++)
{ sDepRegion = aDepRegion[1690].join(','); if (sDepRegion.indexOf(parseInt(listeDep.options[i].value)+",") > -1 || sDepRegion.indexOf(","+parseInt(listeDep.options[i].value)) > -1)
listeDep2.options[listeDep2.options.length] = new Option(listeDep.options[i].innerHTML,parseInt(listeDep.options[i].value));}
listeDep2.options[0].selected = true; break; default :
break;}
}
var isIE;var isFF; function NavDetect(){ isIE = navigator.appName == "Microsoft Internet Explorer" ; isFF = navigator.appName == "Netscape" ;}
var timer = 1000; function MM_swapImgRestore() { var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.bgImage0=x.oSrc;}
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_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.bgImage=a[i+2];}
}
function Show_Menu() { var obj, args = Show_Menu.arguments; var CurObj = document.all; clearTimeout(timer); for (i=0; (CurObj=document.all[i]); i++) { if (CurObj.id.length > args[0].length)
{ if ((CurObj.id.substring(0,args[0].length)==args[0]))
{ if (CurObj.style.display == 'block') Hide_Show_Menu('none', CurObj.id); if (CurObj.id==args[1]) Hide_Show_Menu(args[2], args[1]);}
}
}
}
function openPopUpSelection(){ window.open('/selection.asp','votre_selection','directories=no,location=no,menubar=no,resizable=0,scrollbars=no,status=no,toolbar=no,width=480,height=500');}
function show_hide (sLinkId){ if (! document.getElementById(sLinkId) ) return false; sImgId = sLinkId.replace(/^link_/, "img_"); if (! document.getElementById(sImgId) ) return false; oImg = document.getElementById(sImgId); sDivId = sImgId.replace(/^img_/, "div_"); if (! document.getElementById(sDivId) ) return false; oDiv = document.getElementById(sDivId); if (oDiv.style.display == 'block') { oDiv.style.display = 'none'; oImg.src="/images/img_closed.gif";} else { oDiv.style.display = 'block'; oImg.src="/images/img_open.gif";}
}
function Hide_All_Sub_Menu()
{ var args = Hide_All_Sub_Menu.arguments; if (timer!=0) clearTimeout(timer); timer = setTimeout("Show_Menu('smenu-','','hidden')", args[0]);}
function Hide_Show_Menu(HideorShow, WhichOn)
{ var obj = document.all[WhichOn]; var CurObj = document.all["menu_d"]; if (obj!=null) obj.style.display = HideorShow;}
var bHide = new Array(); function AskHideMenu(sTime, sName, sImage, sImg1, sImg2, iNumRub, iExcept)
{ window.setTimeout("HideMenu('" + sName + "','" + sImage + "','" + sImg1 + "','" + sImg2 + "'," + iNumRub + ", "+ iExcept + ");",sTime);}
function HideMenu(sName, sImage, sImg1, sImg2, iNumRub, iExcept)
{ if (bHide[sName + iNumRub]==true)
{ document.getElementById(sName + iNumRub).style.visibility = 'hidden'; if (iNumRub!=iExcept) document.getElementById(sImage + iNumRub).src = sImg1 + iNumRub + sImg2;}
}
function ShowMenu(sName, sImage, sImg1, sImg2, iNumRub, iExcept)
{ bHide[sName + iNumRub] = false; document.getElementById(sName + '2').style.visibility = 'hidden'; document.getElementById(sName + '1').style.visibility = 'hidden'; document.getElementById(sName + '3').style.visibility = 'hidden'; document.getElementById(sName + '4').style.visibility = 'hidden'; document.getElementById(sName + '5').style.visibility = 'hidden'; document.getElementById(sName + iNumRub).style.visibility = 'visible'; if (2!=iExcept) document.getElementById(sImage + '2').src = sImg1 + '2' + sImg2; if (1!=iExcept) document.getElementById(sImage + '1').src = sImg1 + '1' + sImg2; if (3!=iExcept) document.getElementById(sImage + '3').src = sImg1 + '3' + sImg2; if (4!=iExcept) document.getElementById(sImage + '4').src = sImg1 + '4' + sImg2; if (5!=iExcept) document.getElementById(sImage + '5').src = sImg1 + '5' + sImg2; document.getElementById(sImage + iNumRub).src = sImg1 + iNumRub + '_hover' + sImg2;}
function Hide(sTime, sName, sImage, sImg1, sImg2, iNumRub, iExcept)
{ bHide[sName + iNumRub] = true; AskHideMenu(sTime, sName, sImage, sImg1, sImg2, iNumRub, iExcept);}
function redimensionnerImage(iImageMaxSize, sNomCollection)
{ var oCollImages = document.getElementsByName(sNomCollection); var iLarg, iMaxLarg, oImgEnCours; iMaxLarg = parseInt(iImageMaxSize); for ( iCptImage=0; iCptImage<oCollImages.length; iCptImage++ )
{ oImgEnCours = oCollImages[iCptImage]
iLarg = parseInt(oImgEnCours.width); if ( iImageMaxSize < iLarg )
{ oImgEnCours.style.width = iImageMaxSize+'px';}
}
}
function ouvreZoom ( sUrlImage )
{ if ( ! sUrlImage ) return false; sUrl = sUrlImage; var iAjout = 0; var oImageCourante = new Image(); oImageCourante.src = sUrl; iWidthImage = oImageCourante.width; iHeightImage = oImageCourante.height; sName = ""; if (navigator.appName.toLowerCase() == 'microsoft internet explorer' )
iAjout = 40; else
iAjout = 23; sOptions = "location=0,status=0,resizable=0,menubar=0,height=" + ( iHeightImage + iAjout ) + ",width=" + (iWidthImage + iAjout ) + ",top=2,left=2"
window.open(sUrl,sName,sOptions);}
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(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){if(!document.createElement||!document.getElementById){return;}
this.DETECT_KEY=_b?_b:"detectflash";
this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params=new Object();
this.variables=new Object();
this.attributes=new Array();
if(_1){this.setAttribute("swf",_1);}
if(id){this.setAttribute("id",id);}
if(w){this.setAttribute("width",w);}
if(h){this.setAttribute("height",h);}
if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion(this.getAttribute("version"),_7);
if(c){this.addParam("bgcolor",c);}
var q=_8?_8:"high";
this.addParam("quality",q);
this.setAttribute("useExpressInstall",_7);
this.setAttribute("doExpressInstall",false);
var _d=(_9)?_9:window.location;
this.setAttribute("xiRedirectUrl",_d);
this.setAttribute("redirectUrl","");
if(_a){this.setAttribute("redirectUrl",_a);}};
deconcept.SWFObject.prototype={setAttribute:function(_e,_f){
this.attributes[_e]=_f;
},getAttribute:function(_10){
return this.attributes[_10];
},addParam:function(_11,_12){
this.params[_11]=_12;
},getParams:function(){
return this.params;
},addVariable:function(_13,_14){
this.variables[_13]=_14;
},getVariable:function(_15){
return this.variables[_15];
},getVariables:function(){
return this.variables;
},getVariablePairs:function(){
var _16=new Array();
var key;
var _18=this.getVariables();
for(key in _18){_16.push(key+"="+_18[key]);}
return _16;},getSWFHTML:function(){var _19="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","PlugIn");}
_19="<embed wmode=\"transparent\" type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";
_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";
var _1a=this.getParams();
for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}
var _1c=this.getVariablePairs().join("&");
if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";
}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}
_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";
_19+="<param name=\"wmode\" value=\"transparent\" />";
_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";
var _1d=this.getParams();
for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}
var _1f=this.getVariablePairs().join("&");
if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}
return _19;
},write:function(_20){
if(this.getAttribute("useExpressInstall")){
var _21=new deconcept.PlayerVersion([6,0,65]);
if(this.installedVer.versionIsValid(_21)&&!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 _20=="string")?document.getElementById(_20):_20;
n.innerHTML=this.getSWFHTML();return true;
}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}
return false;}};
deconcept.SWFObjectUtil.getPlayerVersion=function(_23,_24){
var _25=new deconcept.PlayerVersion([0,0,0]);
if(navigator.plugins&&navigator.mimeTypes.length){
var x=navigator.plugins["Shockwave Flash"];
if(x&&x.description){_25=new deconcept.PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}
}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
for(var i=3;axo!=null;i++){
axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);
_25=new deconcept.PlayerVersion([i,0,0]);}}
catch(e){}
if(_23&&_25.major>_23.major){
return _25;}
if(!_23||((_23.minor!=0||_23.rev!=0)&&_25.major==_23.major)||_25.major!=6||_24){
try{_25=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}
catch(e){}}}
return _25;};
deconcept.PlayerVersion=function(_27){
this.major=parseInt(_27[0])!=null?parseInt(_27[0]):0;
this.minor=parseInt(_27[1])||0;
this.rev=parseInt(_27[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(_2b){
var q=document.location.search||document.location.hash;
if(q){
var _2d=q.indexOf(_2b+"=");
var _2e=(q.indexOf("&",_2d)>-1)?q.indexOf("&",_2d):q.length;
if(q.length>1&&_2d>-1){
return q.substring(q.indexOf("=",_2d)+1,_2e);
}}return "";}};
if(Array.prototype.push==null){
Array.prototype.push=function(_2f){
this[this.length]=_2f;
return this.length;};}
var getQueryParamValue=deconcept.util.getRequestParameter;
var FlashObject=deconcept.SWFObject;
var SWFObject=deconcept.SWFObject;
/******************************************************************************
 *																			  *
 *					JavaScript SWFObject *fin*								  *
 *																			  *
 ******************************************************************************/   

