var ajax=new sack();var varObj;function whenLoading(){}function whenLoaded(){}function whenInteractive(){}function whenError(){}function whenCompleted(){var b=document.getElementById("gorid");var a=document.getElementById("raiid");var d=ajax.response.split("!");switch(varObj.name){case"regid":if(varObj.value==0){while(b.selectedIndex!=-1){b.options[0]=null}while(a.selectedIndex!=-1){a.options[0]=null}if(document.createElement){var j=document.createElement("OPTION");var l=document.createElement("OPTION");j.text="-- Выбрать --";j.value=0;l.text="-- Выбрать --";l.value=0;(b.options.add)?b.options.add(j):b.add(j,null);(a.options.add)?a.options.add(l):a.add(l,null)}else{b.options[0]=new Option("-- Выбрать --",0,false,false);a.options[0]=new Option("-- Выбрать --",0,false,false)}break}while(b.selectedIndex!=-1){b.options[0]=null}while(a.selectedIndex!=-1){a.options[0]=null}if(document.createElement){var j=document.createElement("OPTION");var l=document.createElement("OPTION");j.text="-- Выбрать --";j.value=0;l.text="-- Выбрать --";l.value=0;(b.options.add)?b.options.add(j):b.add(j,null);(a.options.add)?a.options.add(l):a.add(l,null)}else{b.options[0]=new Option("-- Выбрать --",0,false,false);a.options[0]=new Option("-- Выбрать --",0,false,false)}var g=d[0].split("|");var h=g.length;var c=document.forms.firma.elements.gorid;for(var f=0;f<h;f++){var k=g[f].split("###");if(document.createElement){var j=document.createElement("OPTION");j.text=k[1];j.value=k[0];(c.options.add)?c.options.add(j):c.add(j,null)}else{c.options[f]=new Option(k[1],k[0],false,false)}}break;case"gorid":if(varObj.value==0){while(a.selectedIndex!=-1){a.options[0]=null}if(document.createElement){var l=document.createElement("OPTION");l.text="-- Выбрать --";l.value=0;(a.options.add)?a.options.add(l):a.add(l,null)}else{a.options[0]=new Option("-- Выбрать --",0,false,false)}break}while(a.selectedIndex!=-1){a.options[0]=null}if(document.createElement){var l=document.createElement("OPTION");l.text="-- Выбрать --";l.value=0;(a.options.add)?a.options.add(l):a.add(l,null)}else{a.options[0]=new Option("-- Выбрать --",0,false,false)}var e=new Array();e=d[1].split("|");var h=e.length;var c=document.forms.firma.elements.raiid;for(var f=0;f<h;f++){var k=new Array();k=e[f].split("###");if(document.createElement){var j=document.createElement("OPTION");j.text=k[1];j.value=k[0];(c.options.add)?c.options.add(j):c.add(j,null)}else{c.options[f]=new Option(k[1],k[0],false,false)}}break}}function doit(a){varObj=a;ajax.AjaxFailedAlert="Включите JavaScript, или используйте иной броузер";ajax.setVar("re1",document.getElementById("regid").value);ajax.setVar("re2",document.getElementById("gorid").value);ajax.requestFile="script/ajax-select.php";ajax.method="GET";ajax.element="replaceme";ajax.onLoading=whenLoading;ajax.onLoaded=whenLoaded;ajax.onInteractive=whenInteractive;ajax.onError=whenError;ajax.onCompletion=whenCompleted;ajax.runAJAX()};