; }
for(var i=0;i<aryOnPropertyChange_AttachedEvents.length;i++){
if(aryOnPropertyChange_AttachedEvents[i]==functionHandle){
aryOnPropertyChange_AttachedEvents.splice(i,1);
break;
}
}
return(true);
break;
default:
return("Not reallized yet.");
break;
}
}
this.flush=function(){
try{ this.readyState=objRequest.readyState; }catch(e){}
try{ this.responseText=objRequest.responseText; }catch(e){}
try{ this.responseXML=objRequest.responseXML; }catch(e){}
try{ this.status=objRequest.status; }catch(e){}
}
this.getAllResponseHeaders=function(){
return(objRequest.getAllResponseHeaders());
}
this.getAttribute=function(strName,strRef){
switch(strName){
case "allHeaders":
return(objRequest.getAllResponseHeaders());
case "asyn":
return(blnAsyn);
case "header":