Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4
function Ajax (url, code, postparams) {var method = "GET";if (postparams) {method = "POST";}var xmlhttp = false;try {xmlhttp = new ActiveXObject ("Msxml2.XMLHTTP");} catch (e) {try {xmlhttp = new ActiveXObject ("Microsoft.XMLHTTP");} catch (E) {xmlhttp = false;}}if (!xmlhttp && typeof XMLHttpRequest != "undefined") {try {xmlhttp = new XMLHttpRequest ();} catch (e) {xmlhttp = false;}}if (!xmlhttp && window.createRequest) {try {xmlhttp = window.createRequest ();} catch (e) {xmlhttp = false;}}var send = function () {if (postparams) {xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");xmlhttp.setRequestHeader("Content-length", postparams.length);xmlhttp.setRequestHeader("Connection", "close");xmlhttp.send (postparams);} else {xmlhttp.send (null);}};if (code.length) {xmlhttp.open (method, url, true);xmlhttp.onreadystatechange = function () {if (xmlhttp.readyState==4) {eval (code);}};send ();} else {xmlhttp.open (method, url, false);send ();return (xmlhttp.responseText);}}function ParseXML (xml) {var xmlDoc = 0;try {xmlDoc = new ActiveXObject ("Microsoft.XMLDOM");xmlDoc.async = "false";xmlDoc.loadXML (xml);} catch (e) {try {parser = new DOMParser ();xmlDoc = parser.parseFromString (xml, "text/xml");} catch (e) {}}return xmlDoc;}function AjaxDo (func, params) {Ajax (top.binary, " ", "func=" + func + "&" + params);}function AjaxGet (func, params, code) {return Ajax (top.binary, code, "func=" + func + "&" + params);}function ManagerGet (func, elid, code) {var exec = "var xml = ParseXML (xmlhttp.responseText);var x = xml.documentElement.childNodes;var vals = new Array();for (var i=0; i