function Ouvre(url)
{
 		window.open(url,"Portfolio","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,width=660,height=520,left=0,top=0");
}
function verif()
{
    var ok = false;
    if (document.getElementById('espace1').checked) {
        if (isNaN(document.recherche.nbchambres.value) && document.recherche.nbchambres.value!='>> <%=AfficheTrad("nbchambre")%>')
            document.recherche.nbchambres.value='>> <%=AfficheTrad("nbchambre")%>';

        if (isNaN(document.recherche.NbParticipants.value) && document.recherche.NbParticipants.value!='>> <%=AfficheTrad("nb_pers")%>') {
            alert('<%=AfficheTrad("erreur1")%>');
            document.recherche.NbParticipants.value='>> <%=AfficheTrad("nb_pers")%>';
        }else {
            if ((document.recherche.Configuration.value=='')&&(document.recherche.NbParticipants.value=='>> <%=AfficheTrad("nb_pers")%>' || document.recherche.NbParticipants.value=='')&&(document.recherche.Ville.value==''))
            {
	            alert('<%=AfficheTrad("selcrit")%>');
            }else {
                ok = true;
            }
        }
    }else {
        if (isNaN(document.recherche.NbParticipants.value) && document.recherche.NbParticipants.value!='>> <%=AfficheTrad("nb_pers")%>')
            document.recherche.NbParticipants.value='>> <%=AfficheTrad("nb_pers")%>';

        if (isNaN(document.recherche.nbchambres.value) && document.recherche.nbchambres.value!='>> <%=AfficheTrad("nbchambre")%>') {
            alert('<%=AfficheTrad("erreur2")%>');
            document.recherche.nbchambres.value='>> <%=AfficheTrad("nbchambre")%>';
        }else {
            if ((document.recherche.nbchambres.value=='>> <%=AfficheTrad("nbchambre")%>' || document.recherche.nbchambres.value=='')&&(document.recherche.Ville.value==''))
            {
	            alert('<%=AfficheTrad("selcrit")%>');
            }else {
                ok = true;
            }
        }
    }

    if (document.recherche.NbParticipants.value=='>> <%=AfficheTrad("nb_pers")%>')
        document.recherche.NbParticipants.value='';

    if (document.recherche.nbchambres.value=='>> <%=AfficheTrad("nbchambre")%>')
        document.recherche.nbchambres.value='';
		
	if (isNaN(document.recherche.NbParticipants.value)) {
            alert('<%=AfficheTrad("nbr_pers_type")%>');
            document.recherche.NbParticipants.value = '';
        }
	if (document.recherche.NbParticipants.value>=35000) {
            alert('Merci de rentrer un nombre de participants inférieur r 35000');
            document.recherche.NbParticipants.value = '';
        }
		
	if (document.getElementById('configuration3').style.display=="none")
        document.recherche.NbParticipants.value='';

	if (document.getElementById('configuration2').style.display=="none")
        document.recherche.nbchambres.value='';

    if (ok)
        document.recherche.submit();
}
function Valider2()
{	
	if((document.form1.nom.value=="")||(document.form1.societe.value=="")||(document.form1.email.value=="")||(document.form1.Adresse=="")||(document.form1.Ville=="")||(document.form1.Pays=="")||(document.form1.Password==""))
    {
    	alert('vous devez remplir tous les champs en gras');
		return false;
    }
    else
	{
		if ((isNaN(document.form1.tel.value)==true)||(isNaN(document.form1.fax.value)==true)||(isNaN(document.form1.CP.value)==true))
		{
			alert('les champs telephone, fax et CP ne doivent contenir que des chiffres');
		}
		else
		{
			if (document.form1.Password.value!=document.form1.confirmation.value)
			{
				alert('Votre confirmation et votre mot de passe doivent correspondre');
			}
			else
			{
				document.form1.Modif.value = 1 ;
				document.form1.submit();
			 }
		}
	}
}

function getXhr(){
	var xhr2;
	if(window.XMLHttpRequest) // Firefox et autres
	xhr2 = new XMLHttpRequest();
	else if(window.ActiveXObject){ // Internet Explorer
	try {
	xhr2 = new ActiveXObject("Msxml2.XMLHTTP");
	
	} catch (e) {
	xhr2 = new ActiveXObject("Microsoft.XMLHTTP");
	}
	}
	else { // XMLHttpRequest non supporté par le navigateur
	alert("Votre navigateur ne supporte pas les objets XMLHTTPRequest...");
	xhr2 = false;
	}
	
	return xhr2;
}

function OuvrePopup()
{
			fic = 'Detail_Salle_SC_CB.asp?NbSallesSC='+document.form1.NbSalles.value;
			Nom = 'SalleSC' ;
			taille = 'width=525,height=330';
			window.open(fic,Nom,taille);
}

function ConfRechAccueil()
{
if(document.getElementById("espace1").checked)
{
	document.getElementById("configuration3").style.display="block";
	document.getElementById("configuration2").style.display="none";
	document.getElementById("configuration1").style.display="block";
}
else
	{
	document.getElementById("configuration3").style.display="none";
	document.getElementById("configuration1").style.display="none";
	document.getElementById("configuration2").style.display="block";
	}
}

function AjouterEquipement(Num)
{
	eval('test=document.form1.ListeEquipement.selectedIndex') ;
	if (test == -1)
	{
		alert('Vous devez d\'abord sélectionner un champ');
	}
	else
	{
		eval('document.form1.SelectionEquipementBis.options[document.form1.SelectionEquipementBis.options.length] = new Option(document.form1.ListeEquipement.options[document.form1.ListeEquipement.selectedIndex].text)')
	}
	
	
}
function SupprimerEquipement(Num)
{
	eval('test=document.form1.SelectionEquipementBis.selectedIndex') ;
	if (test == -1)
	{
		alert('Vous devez sélectionner un champ dans la sélection') ;
	}
	else
	{
		eval('document.form1.SelectionEquipementBis.options[document.form1.SelectionEquipementBis.selectedIndex]= null')  ;
	}
}
function VerifCase1()
{
	if ((document.form1.Zone2.checked == true) && (document.form1.Zone3.checked == true))
	{
		alert('Vous ne pouvez cocher que une seule case');
		document.form1.Zone1.checked = false ;
	}
	document.form1.Ville.options.selectedIndex = 0 ;
}
function VerifCase2()
{
	if ((document.form1.Zone1.checked == true) && (document.form1.Zone3.checked == true))
	{
		alert('Vous ne pouvez cocher que deux case');
		document.form1.Zone2.checked = false ;
	}
	document.form1.Ville.options.selectedIndex = 0 ;
}
function VerifCase3()
{
	if ((document.form1.Zone2.checked == true) && (document.form1.Zone1.checked == true))
	{
		alert('Vous ne pouvez cocher que deux case');
		document.form1.Zone3.checked = false ;
	}
	document.form1.Ville.options.selectedIndex = 0 ;
}

function DeselectionCase()
{
	document.form1.Zone1.checked = false ;
	document.form1.Zone2.checked = false ;
	document.form1.Zone3.checked = false ;
}

function Categorie()
{
	if (document.form1.ListeHebergement.selectedIndex == 2)
	{
		document.form1.ListeCategorie.disabled = true ;
	}
	else
	{
		document.form1.ListeCategorie.disabled = false ;
	}
}
function Infra()
{
	if (document.form1.TypeEvenement.selectedIndex == 2 || document.form1.TypeEvenement.selectedIndex == 3)
	{
		document.form1.TypeInfrastructure.selectedIndex = 0 ;
		document.form1.TypeInfrastructure.disabled = true ;
	}
	else
	{
		document.form1.TypeInfrastructure.selectedIndex = 0 ;
		document.form1.TypeInfrastructure.disabled = false ;
	}
}
function Gala()
{

	if (document.form1.NbPers.disabled == true)
	{
		document.form1.NbPers.disabled = false ;
	}
	else
	{
		document.form1.NbPers.disabled = true ;
	}
}
function setVilleMontagne()
{
	document.form1.Zone1.value = 'montagne';
	document.form1.ZoneAff.value = document.form1.Zone1.value + ',' + document.form1.Zone2.value + ',' + document.form1.Zone3.value ;
}
function setVilleCampagne()
{
	document.form1.Zone2.value = 'moyen pays';
	document.form1.ZoneAff.value = document.form1.Zone1.value + ',' + document.form1.Zone2.value + ',' + document.form1.Zone3.value ;
}
function setVilleMer()
{
	document.form1.Zone3.value = 'mer';
	document.form1.ZoneAff.value = document.form1.Zone1.value + ',' + document.form1.Zone2.value + ',' + document.form1.Zone3.value ;
}
function NomInfra()
{
	document.form1.NomInfrastructure.value = document.form1.TypeInfrastructure.options[document.form1.TypeInfrastructure.selectedIndex].text;
}
function Impression()
{
	var nReq = location.search;
	window.open('demande_cotation.asp'+nReq+'&Imprim=1','Impression','');
}

function menu()
{
MM_swapImgRestore()
}
function salle(theURL) { 
	window.open('orga4_salle.asp?ID_SALLE_SEM='+theURL,'detailsalle','Top=0,Left=0,width=632,height=385');
}
function plan(id)
{
	window.open('http://test.bs.viamichelin.com/b2b2c/fra/dyn/controller/dlPoiAccess?&id='+id+'&productId=50194','viamichelin','width=520,height=540,scrollbars=yes');
}

function plan_old(id)
{
	window.open('http://www.viamichelin.com/b2b2c/fra/dyn/controller/dlPoiAccessPrint?from=1234&id='+id+'&productId=50194','viamichelin','width=520,height=540,scrollbars=yes');
}
function printer()
{
if(navigator.appName == "Netscape")
	{
	window.focus();
	window.print();
	}
else
	{
	window.impression.focus();
	window.impression.print();
	}
}


function situation()
{
	Zones='';
	for (i=0; i < 3 ; i++)
		if (document.form1.Zone[i].checked== true) Zones=Zones+document.form1.Zone[i].value;
	if (Zones !='') document.form1.Ville.disabled=true;
	else document.form1.Ville.disabled=false;
}
function ville()
{
	
	if (document.form1.Ville.value!= '')
		for (i=0; i < 3 ; i++) document.form1.Zone[i].disabled=true;
	else
		for (i=0; i < 3 ; i++) document.form1.Zone[i].disabled=false;
}

function Recherche(mode)
{
	if (mode=='EXP')
	{
		if (isNaN(document.form1.Surface.value))
		{
			 alert('Veuillez rentrer uniquement des chiffres !')
		}
		else
		{
			document.form1.submit();
		}
	}
	else
	{
		if(isNaN(document.form1.NbParticipants.value))
		{
			alert('Veuillez rentrer uniquement des chiffres !')
		}
		else
		{
			document.form1.submit();
		}		
	}
}



 
function Num(Nombre)
{	
	document.form1.Numero.value = Nombre * 10;
	document.form1.submit();
}

function gopage(num)
{
	num=num-1;
	num=num*10;
	document.res.Numero.value=num;
	document.res.submit();
}
function ouvre(num)
{
	var OuvrirQuoi=window.open('rech3_fichepop.asp?ID='+num,"FicheEVE","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,width=655,height=400,left=0,top=0");
	    if (!OuvrirQuoi.opener) OuvrirQuoi.opener = self;
        if (OuvrirQuoi.focus != null) OuvrirQuoi.focus();
}

// JavaScript Document
function PopupTradTexte(Code,Page,Langue)
{
	popup = window.open('Traduction.asp?Code='+Code+'&Page='+Page+'&Langue='+Langue,'Traduction','width=550,height=300')
	if (popup){popup.focus()}
}

function verifmail() {
var mail = new RegExp ("^[a-z0-9]+[a-z0-9\.\_\-]*@[a-z0-9]+[a-z0-9\.\_\-]*[\.]{1,1}[a-zA-Z]{2,4}$");
reponse=mail.test(document.formulaire.mail.value)
if (!reponse) 
	{
	alert ('Veuillez saisir tout les champs, merci');
	return false;
	}
else 
	{
		if (document.formulaire.nom.value=='' || document.formulaire.nomami.value=='' || document.formulaire.mail.value=='' || document.formulaire.message.value=='')
			{
				alert('Veuillez saisir tout les champs, merci')
				return false;
			}
		else 
			{
				return true;
			}
	}
}


function verifmailnewsletter() {
var mail = new RegExp ("^[a-z0-9]+[a-z0-9\.\_\-]*@[a-z0-9]+[a-z0-9\.\_\-]*[\.]{1,1}[a-zA-Z]{2,4}$");
reponse=mail.test(document.newsletter.Mail.value)
if (!reponse) 
	{
	alert ('Merci de saisir une adresse mail valide.');
	return false;
	}
else 
	{
		if (document.newsletter.Nom.value=='' || document.newsletter.Pays.value=='' || document.newsletter.Mail.value=='')
			{
				alert('Veuillez saisir tout les champs obligatoires, merci')
				return false;
			}
		else 
			{
				document.newsletter.submit();
			}
	}
}


function verif_form_part() {
	if(document.monform.nom.value=="")
	{
		alert("Merci de renseigner votre nom");
		document.monform.nom.focus();
		return false;
	}

	if(document.monform.email.value=="")
	{
		alert("Merci de renseigner votre email");
		document.monform.email.focus();
		return false;
	}
	if(document.monform.RaisonSociale.value=="")
	{
		alert("Merci de renseigner votre raison sociale");
		document.monform.RaisonSociale.focus();
		return false;
	}
	if(document.monform.telephone.value=="")
	{
		alert("Merci de renseigner votre numéro de téléphone");
		document.monform.telephone.focus();
		return false;
	}	
	
	var adresse = document.monform.email.value;
	var place = adresse.indexOf("@",1);
	var point = adresse.indexOf(".",place+1);
	if (!((place > -1)&&(adresse.length >2)&&(point > 1))) 
	{
		alert('Entrez une adresse e-mail valide svp!');
		document.monform.email.focus();
		return false;
	}
	
	return true;

}

function verif_form_promo() {
	if(document.formpromo.Societe.value=="")
	{
		alert("Merci de renseigner votre raison sociale");
		document.formpromo.Societe.focus();
		return false;
	}
	if(document.formpromo.Nom.value=="")
	{
		alert("Merci de renseigner votre nom");
		document.formpromo.Nom.focus();
		return false;
	}
	if(document.formpromo.Adresse.value=="")
	{
		alert("Merci de renseigner votre adresse");
		document.formpromo.Adresse.focus();
		return false;
	}
	if(document.formpromo.CP.value=="")
	{
		alert("Merci de renseigner votre code postal");
		document.formpromo.CP.focus();
		return false;
	}
	if(document.formpromo.Ville.value=="")
	{
		alert("Merci de renseigner votre ville");
		document.formpromo.Ville.focus();
		return false;
	}
	if(document.formpromo.Telephone.value=="")
	{
		alert("Merci de renseigner votre numéro de téléphone");
		document.formpromo.Telephone.focus();
		return false;
	}	
	if(document.formpromo.Email.value=="")
	{
		alert("Merci de renseigner votre email");
		document.formpromo.Email.focus();
		return false;
	}
		if(document.formpromo.GSM.value=="")
	{
		alert("Merci de renseigner votre GSM");
		document.formpromo.GSM.focus();
		return false;
	}

	
	var adresse = document.formpromo.Email.value;
	var place = adresse.indexOf("@",1);
	var point = adresse.indexOf(".",place+1);
	if (!((place > -1)&&(adresse.length >2)&&(point > 1))) 
	{
		alert('Entrez une adresse e-mail valide svp!');
		document.formpromo.Email.focus();
		return false;
	}
	
	return true;

}




function verif_form() {
	if(document.monform.nom.value=="")
	{
		alert("Votre nom vide");
		document.monform.nom.focus();
		return false;
	}

	if(document.monform.email.value=="")
	{
		alert("Votre email vide");
		document.monform.email.focus();
		return false;
	}
	if(document.monform.prenom.value=="")
	{
		alert("Votre prénom vide");
		document.monform.prenom.focus();
		return false;
	}
	if(document.monform.telephone.value=="")
	{
		alert("Votre téléphone vide");
		document.monform.telephone.focus();
		return false;
	}
/*	if(document.monform.pays.value=="")
	{
		alert("Votre pays vide");
		document.monform.pays.focus();
		return false;
	}*/
	
	
	var adresse = document.monform.email.value;
	var place = adresse.indexOf("@",1);
	var point = adresse.indexOf(".",place+1);
	if (!((place > -1)&&(adresse.length >2)&&(point > 1))) 
	{
		alert('Entrez une adresse e-mail valide svp!');
		document.monform.email.focus();

		return false;
	}
	
	return true;

}
function submit_form() {
	if(document.login.log.value!='' && document.login.pass.value!='' ) {
		document.login.submit();
	}
}


function show_menu(choix) {

	document.getElementById('menu_venir').style.visibility = 'hidden';
	document.getElementById('menu_doit').style.visibility = 'hidden';
	document.getElementById('menu_qui').style.visibility = 'hidden';
	document.getElementById('menu_so').style.visibility = 'hidden';
	document.getElementById('menu_'+choix).style.visibility = 'visible';
}
function hide_menu() {

	document.getElementById('menu_venir').style.visibility = 'hidden';
	document.getElementById('menu_doit').style.visibility = 'hidden';
	document.getElementById('menu_qui').style.visibility = 'hidden';
	document.getElementById('menu_so').style.visibility = 'hidden';
}


function VerifierEntier(ref)
{
var chaine=ref.value;
for(cpt=0;cpt<ref.value.length;cpt++)
{
	if(ref.value.charAt(cpt) < "0"|| ref.value.charAt(cpt) > "9")
	{
		chaine=chaine.replace(ref.value.charAt(cpt),'');
		
	}
		
ref.value=chaine;	
}
}

function MM_preloadImages() { //v3.0
  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() { //v3.0
  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) { //v4.01
  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() { //v3.0
  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 MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

/**
 * FlashObject v1.3d: Flash detection and embed - http://blog.deconcept.com/flashobject/
 *
 * FlashObject is (c) 2006 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
if(typeof com=="undefined"){var com=new Object();}
if(typeof com.deconcept=="undefined"){com.deconcept=new Object();}
if(typeof com.deconcept.util=="undefined"){com.deconcept.util=new Object();}
if(typeof com.deconcept.FlashObjectUtil=="undefined"){com.deconcept.FlashObjectUtil=new Object();}
com.deconcept.FlashObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){
	vvh=_5;
if(!document.createElement||!document.getElementById){return;}
this.DETECT_KEY=_b?_b:"detectflash";
this.skipDetect=com.deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params=new Object();
this.variables=new Object();
this.attributes=new Array();
this.useExpressInstall=_7;
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 com.deconcept.PlayerVersion(_5.toString().split(".")));}
this.installedVer=com.deconcept.FlashObjectUtil.getPlayerVersion(this.getAttribute("version"),_7);
if(c){this.addParam("bgcolor",c);}
var q=_8?_8:"high";
this.addParam("quality",q);
var _d=(_9)?_9:window.location;
this.setAttribute("xiRedirectUrl",_d);
this.setAttribute("redirectUrl","");
if(_a){this.setAttribute("redirectUrl",_a);}
};
com.deconcept.FlashObject.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;
},createParamTag:function(n,v){
var p=document.createElement("param");
p.setAttribute("name",n);
p.setAttribute("value",v);
return p;
},getVariablePairs:function(){
var _19=new Array();
var key;
var _1b=this.getVariables();
for(key in _1b){_19.push(key+"="+_1b[key]);}
return _19;
},getFlashHTML:function(){
var _1c="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","PlugIn");
}
_1c="<embed wmode=\"transparent\" type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";
_1c+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";
var _1d=this.getParams();
for(var key in _1d){_1c+=[key]+"=\""+_1d[key]+"\" ";}
var _1f=this.getVariablePairs().join("&");
if(_1f.length>0){_1c+="flashvars=\""+_1f+"\"";}
_1c+="/>";
}else{
if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}
_1c="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";
_1c+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";
var _20=this.getParams();

/*for(var key in _20)
{
	_1c+="<param name=\""+key+"\" value=\""+_20[key]+"\" />";
}
*/
//active la tansparence dans flash
_1c+="<param name=\"wmode\" value=\"transparent\" />";

var _22=this.getVariablePairs().join("&");
if(_22.length>0){_1c+="<param name=\"flashvars\" value=\""+_22+"\" />";
}_1c+="</object>";}
return _1c;
},write:function(_23){
if(this.useExpressInstall){
var _24=new com.deconcept.PlayerVersion([vvh,0,0]);
if(this.installedVer.versionIsValid(_24)&&!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);}
}else{this.setAttribute("doExpressInstall",false);}
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){
var n=(typeof _23=="string")?document.getElementById(_23):_23;
n.innerHTML=this.getFlashHTML();
}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}}};
com.deconcept.FlashObjectUtil.getPlayerVersion=function(_26,_27){
var _28=new com.deconcept.PlayerVersion(0,0,0);
if(navigator.plugins&&navigator.mimeTypes.length){
var x=navigator.plugins["Shockwave Flash"];
if(x&&x.description){_28=new com.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);
_28=new com.deconcept.PlayerVersion([i,0,0]);}}
catch(e){}
if(_26&&_28.major>_26.major){return _28;}
if(!_26||((_26.minor!=0||_26.rev!=0)&&_28.major==_26.major)||_28.major!=6||_27){
try{
_28=new com.deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));
}catch(e){}}}
return _28;
};
com.deconcept.PlayerVersion=function(_2c){
this.major=parseInt(_2c[0])||0;
this.minor=parseInt(_2c[1])||0;
this.rev=parseInt(_2c[2])||0;
};
com.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;
};
com.deconcept.util={getRequestParameter:function(_2e){
var q=document.location.search||document.location.hash;
if(q){var _30=q.indexOf(_2e+"=");
var _31=(q.indexOf("&",_30)>-1)?q.indexOf("&",_30):q.length;
if(q.length>1&&_30>-1){
return q.substring(q.indexOf("=",_30)+1,_31);}}return "";
},removeChildren:function(n){
while(n.hasChildNodes()){
n.removeChild(n.firstChild);}}};
if(Array.prototype.push==null){
Array.prototype.push=function(_33){
this[this.length]=_33;
return this.length;};}
var getQueryParamValue=com.deconcept.util.getRequestParameter;
var FlashObject=com.deconcept.FlashObject;
