//JavaScript/AsyncFunctions.pjs T=1 function ARO(){this.CB=null;try{this.obj=new XMLHttpRequest();this.obj.overrideMimeType("text/xml");}catch(e){this.obj=null;}if(this.obj!=null){return this;}return null;}var CRO=null;var RQ=[];function dQ(){while(CRO==null&&RQ.length){CRO=RQ[0][0];if(RQ[0][1]=="PF"){CRO.dPF(RQ[0][2],RQ[0][3],RQ[0][4]);}else if(RQ[0][1]=="G"){CRO.dG(RQ[0][2],RQ[0][3]);}else if(RQ[0][1]=="S"){CRO.dS(RQ[0][2],RQ[0][3],RQ[0][4]);}else{CRO=null;}RQ.splice(0,1);}}ARO.prototype.RSCH=function(){try{if(CRO!=null&&CRO.obj!=null&&CRO.obj.readyState==4){var RO=CRO;CRO=null;if(RO.CB!=null){RO.CB(RO);}}if(RQ.length){dQ();}}catch(e){CRO=null;}};ARO.prototype.G=function(u,p){if(this.obj==null||u==null||u==""){return false;}if(CRO!=null||RQ.length>0){RQ[RQ.length]=[this,"G",u,p];return true;}CRO=this;return this.dG(u,p);};ARO.prototype.dG=function(u,p){try{this.obj.open("GET",u+(p&&p.length?"?"+p:""),true);this.obj.onreadystatechange=this.RSCH;this.obj.send(null);return true;}catch(e){CRO=null;return false;}};ARO.prototype.MF=function(F){var s="";var E=F.elements;var e=0;for(e=0;e0){RQ[RQ.length]=[this,"PF",F.action,fs,m];return true;}CRO=this;return this.dPF(F.action,fs,m);};ARO.prototype.PD=function(u,ds,m){if(this.obj==null||ds==null||ds==""){return false;}if(typeof(m)=="undefined"){m=null;}if(CRO!=null||RQ.length>0){RQ[RQ.length]=[this,"PF",u,ds,m];return true;}CRO=this;return this.dPF(u,ds,m);};ARO.prototype.dPF=function(u,fs,m){try{if(typeof(m)!="undefined"&&m!=null&&m!=""){this.obj.overrideMimeType(m);}this.obj.open("POST",u,true);this.obj.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");this.obj.onreadystatechange=this.RSCH;this.obj.send(fs);return true;}catch(e){CRO=null;return false;}};ARO.prototype.S=function(u,p,m){if(this.obj==null||u==null||u==""){return false;}if(typeof(m)=="undefined"){m=null;}if(CRO!=null||RQ.length>0){RQ[RQ.length]=[this,"S",u,p,m];return true;}CRO=this;return this.dS(u,p,m);};ARO.prototype.dS=function(u,p,m){try{if(typeof(m)!="undefined"&&m!=null&&m!=""){this.obj.overrideMimeType(m);}this.obj.open("GET",u+(p&&p.length?"?"+p:""),true);this.obj.onreadystatechange=this.RSCH;this.obj.send(null);return true;}catch(e){CRO=null;return false;}};ARO.prototype.A=function(){try{RQ=[];this.CB=null;if(CRO!=null&&CRO!=this.obj){CRO.abort();CRO=null;}if(this.obj!=null){this.obj.abort();}}catch(e){RQ=[];CRO=null;}}; //*AsyncFunctions T=1