function createCascadingDDLs(i,h,g,a,d,b,e,f){if(document.getElementById(i)&&document.getElementById(h)&&document.getElementById(g)){document.getElementById(i).initializeDDLs=function(){if(document.getElementById(i)&&document.getElementById(h)&&document.getElementById(g)){var j=document.getElementById(a).value;var k=document.getElementById(d).value;var l=document.getElementById(b).value;function m(){var r=document.getElementById(i);var q=document.getElementById(h);var o=document.getElementById(g);r.innerHTML="";var p=document.createElement("OPTION");p.innerHTML="Select a country";p.value="";r.appendChild(p);q.innerHTML="";var p=document.createElement("OPTION");p.innerHTML="Select a region";p.value="";q.appendChild(p);o.innerHTML="";var p=document.createElement("OPTION");p.innerHTML="Select a sub region";p.value="";o.appendChild(p);for(var n=0;n<f.length;n++){var p=document.createElement("OPTION");p.innerHTML=f[n].name;p.value=f[n].code;r.appendChild(p);if(p.value==j){p.selected=true;document.getElementById(h).populateList(f[n].subRegions);}}if(r.value=="802"){o.style.display="none";}else{o.style.display="inline";}}document.getElementById(i).onchange=function(){var q=document.getElementById(i);var p=document.getElementById(h);var o=document.getElementById(g);document.getElementById(h).populateList([]);document.getElementById(g).populateList([]);o.disabled=true;for(var n=0;n<f.length;n++){if(q.value==f[n].code){document.getElementById(h).populateList(f[n].subRegions);break;}}if(q.value=="802"){o.style.display="none";}else{o.style.display="inline";}};document.getElementById(h).populateList=function(r){var q=document.getElementById(i);var p=document.getElementById(h);p.regionDropDownRegions=r;p.innerHTML="";var o=document.createElement("OPTION");p.disabled=(r.length==0);if(q.value=="1146"||q.value=="1135"){o.innerHTML="All";}else{o.innerHTML="Select a region";}o.value="";p.appendChild(o);for(var n=0;n<r.length;n++){var o=document.createElement("OPTION");o.innerHTML=r[n].name;o.value=r[n].code;if(o.value==k){o.selected=true;document.getElementById(g).populateList(r[n].subRegions);}p.appendChild(o);}};document.getElementById(h).onchange=function(){var p=document.getElementById(h);var o=document.getElementById(g);o.populateList([]);o.disabled=true;for(var n=0;n<p.regionDropDownRegions.length;n++){if(p.value==p.regionDropDownRegions[n].code){o.populateList(p.regionDropDownRegions[n].subRegions);o.disabled=false;break;}}};document.getElementById(g).populateList=function(q){var o=document.getElementById(g);o.subRegionDropDownRegions=q;o.innerHTML="";var p=document.createElement("OPTION");p.innerHTML=q.length>0?"All":"Select a sub region";p.value="";o.appendChild(p);o.disabled=(q.length==0);for(var n=0;n<q.length;n++){var p=document.createElement("OPTION");p.innerHTML=q[n].name;p.value=q[n].code;if(p.value==l){p.selected=true;}o.appendChild(p);}};m();}};try{Sys.WebForms.PageRequestManager.getInstance().add_endRequest(document.getElementById(i).initializeDDLs);}catch(c){}document.getElementById(i).initializeDDLs();if(e){document.getElementById(i).disabled=true;document.getElementById(h).disabled=true;document.getElementById(g).disabled=true;}}}
