var selectedArray=new Array();var domainCntry=new Array();function getHTTPObject1(){var xmlhttp;
/*@cc_on
        @if (@_jscript_version >= 5)
        try {
            xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
        } catch (e) {
            try {
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
            } catch (E) {
            xmlhttp = false;
        }
        }
        @else
            xmlhttp = false;
        @end @*/
if(!xmlhttp&&typeof XMLHttpRequest!="undefined"){try{xmlhttp=new XMLHttpRequest();}catch(e){xmlhttp=false;}}return xmlhttp;}var httpProgram=getHTTPObject1();function populateAllByTopic(d){var c=document.getElementById("idLanguage").value;var b="";var e="";var a=refreshURL(c,b,e,d);httpProgram.open("GET",a,true);httpProgram.onreadystatechange=refreshAllByTopic;httpProgram.send(null);}function refreshAllByTopic(){if(httpProgram.readyState==4){s=httpProgram.responseText.split("|");opCountry=document.getElementById("idCountry");cnty=s[1].split("_");var e=opCountry.options.length;var a=opCountry[opCountry.selectedIndex].value;for(var c=e-1;c>=1;c--){opCountry.options[c]=null;}if(cnty.length>0){var b=1;opCountry[0]=new Option("All Countries",-2);for(var d=0;d<cnty.length-1;d+=2){opCountry[b]=new Option(cnty[d],cnty[d+1]);if(a==cnty[d+1]){opCountry[b].selected=true;}b++;}}else{opCountry[0]=new Option("No Countries Found",-2);}}}function populateAllByCountry(d){var c=$("idLanguage12").value;var b=document.getElementById("idCountry");if(b){b=document.getElementById("idCountry").value;}var e="";d="";var a=refreshURL(c,b,e,d);httpProgram.open("GET",a,true);httpProgram.onreadystatechange=refreshAllByCountry;httpProgram.send(null);}function refreshAllByCountry(){if(httpProgram.readyState==4){s=httpProgram.responseText.split("|");opCity=document.getElementById("idCity");city=s[2].split("_");if(opCity){var d=opCity.options.length;for(var b=d-1;b>=1;b--){opCity.options[b]=null;}if(city.length>0){var a=1;opCity[0]=new Option("All Cities",-1);for(var c=0;c<city.length-1;c+=2){opCity[a]=new Option(city[c],city[c+1]);a++;}}else{opCity[0]=new Option("No Cities Found",-2);}opCity[0].selected=true;}}}function populateAllByCity(d){var c="";var b=document.getElementById("idCountry").value;var e=document.getElementById("idCity").value;var a=refreshURL(c,b,e,d);httpProgram.open("GET",a,true);httpProgram.onreadystatechange=refreshAllByCity;httpProgram.send(null);}function refreshAllByCity(){if(httpProgram.readyState==4){s=httpProgram.responseText.split("|");opTopic=document.getElementById("idLanguage");tp=s[0].split("_");var d=opTopic.options.length;var a=opTopic[opTopic.selectedIndex].value;for(var c=d-1;c>=1;c--){opTopic.options[c]=null;}if(tp.length>0){var b=1;}}}function refreshURL(c,b,g,e){var d=document.getElementById("idLanguage12").value;var f=document.getElementById("Url").value;var a=f+"?idCountry="+b+"&idCity="+g+"&idLanguage="+c+"&eventType="+e;return a;}function populateAllOnLoad(){if(httpProgram.readyState==4){s=httpProgram.responseText.split("|");populateValues(s);}}function populateValues(d){opCountry=document.getElementById("idCountry");if(opCountry!=null){if(opCountry.options){var e=opCountry.options.length;for(var b=e-1;b>=1;b--){opCountry.options[b]=null;}}if(null!=d[1]){cnty=d[1].split("_");opCountry[0]=new Option("All Countries",-2);if(cnty.length>0){var a=1;for(var c=0;c<cnty.length-1;c+=2){opCountry[a]=new Option(cnty[c],cnty[c+1]);if((null!=domainCntry)&&(domainCntry[1].value!="")){if(cnty[c+1]==domainCntry[0].value){opCountry[a].selected=true;}}if(cnty[c+1]==selectedArray[0]){opCountry[a].selected=true;}a++;}}else{opCountry[0].selected=true;}}}populateAllByCountry("allEvent");opCity=document.getElementById("idCity");if(opCity!=null){if(opCity.options){var e=opCity.options.length;for(var b=e-1;b>=1;b--){opCity.options[b]=null;}}if(null!=d[2]){city=d[2].split("_");opCity[0]=new Option("All Cities",-1);if(city.length>0){var a=1;for(var c=0;c<city.length-1;c+=2){opCity[a]=new Option(city[c],city[c+1]);if(city[c+1]==selectedArray[1]){opCity[a].selected=true;}a++;}}else{opCity[0].selected=true;}}}}function refreshAllOnLoad12(d,g,c){selectedArray=g;var b=$("idLanguage12").value;var f=$("selectedCountry").value;var e=$("selectedCity").value;domainCntry=c;var a=refreshURL(b,f,e,d);httpProgram.open("GET",a,1);httpProgram.onreadystatechange=populateAllOnLoad;httpProgram.send(null);}function resetAll(){document.getElementById("reset").value=1;}function showDetailPage(b,d,e){var c;var a;if(e==500){c=document.getElementById("urlDetailFrEvent").value;a=c+b+"?idSession="+d;}else{if(e==7000){c=document.getElementById("urlDetailFrWc").value;a=c+b+"?idSession="+d;}else{if(e==6002){c=document.getElementById("urlDetailFrMc").value;a=c+"?idContent="+b+"&idSession="+d;}else{c=document.getElementById("urlDetailDefault").value;a=c+"?idContent="+b+"&idSession="+d;}}}window.location=a;}
