function CommunicationManager(_1,_2){var _3="";var _4;_4=_2;function _5(){try{return new XMLHttpRequest();}
catch(e){}
try{return new ActiveXObject("Msxml2.XMLHTTP.6.0");}
catch(e){}
try{return new ActiveXObject("Msxml2.XMLHTTP.3.0");}
catch(e){}
try{return new ActiveXObject("Msxml2.XMLHTTP");}
catch(e){}
try{return new ActiveXObject("Microsoft.XMLHTTP");}
catch(e){}
return null;};function _6(_7,_8,_9,_a){var _b=_5();if(_b){_b.open(_7,_1,_a);_b.setRequestHeader("Content-Type",_9);_b.onreadystatechange=function(){_c(_b);};if(_9=="text/xml"){_b.send("<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>"+_8);}else{_b.send(_8);}}};function _c(_d){if(_d.readyState==4&&_d.status==200){_3=_d.responseText;_4(_3);}};this.sendData=function(_e){if(_e!=""){_6("POST",_e,"text/xml",true);}};};

