function SETFOC(body) { var ele = document.getElementById(body); if (ele){ele.focus(); SHOWCON('MAIN','list.html','search=Администрация'); }else{} } // создание ajax объекта function createRequestObject() { try { return new XMLHttpRequest() } catch(e) { try { return new ActiveXObject('Msxml2.XMLHTTP') } catch(e) { try { return new ActiveXObject('Microsoft.XMLHTTP') } catch(e) { return null; } } } } function SHOWCON(body,link,values) { //window.scrollBy(0,-20000); var val = values.split('|'); var cont = document.getElementById(body); var loading = document.getElementById('loading'); // if (cont){}else{alert('Не найден объект '+cont);} /////////////////////////// var http = createRequestObject(); if( http ) { var param='?&re='+Math.random(); if ((val[0]!='') && (val.length>0)){ for (var i=0; i'); // jswindows[content_id].addContent('
'); // jswindows[winIndex].onDragging = ShowDraggingEvent; // jswindows[winIndex].onDragEnd = ShowDragEndEvent; // winIndex++; } function CloseAllWindows(){ for(var i=0; i