var gZIP_STACK;var gZIP_STACK_POINTER;function Clear_ZipStack(){gZIP_STACK=[];gZIP_STACK_POINTER=0}function SetAddr_FromZip(f,d,a,c,b,e){if(gZIP_STACK.length==0){var g={z1:f.value,z2:d.value};$.get(e+"/aj/zip.php",g,function(h){Clear_ZipStack();if(h){h=h.split("\n");for(var j in h){if(!h[j]){continue}gZIP_STACK.push(h[j].split("\t"))}d.value=gZIP_STACK[0][1];a.value=gZIP_STACK[0][2];c.value=gZIP_STACK[0][3];if(gZIP_STACK[0][4]!=""){b.value=gZIP_STACK[0][4]}}})}else{gZIP_STACK_POINTER++;gZIP_STACK_POINTER=gZIP_STACK_POINTER%gZIP_STACK.length;d.value=gZIP_STACK[gZIP_STACK_POINTER][1];a.value=gZIP_STACK[gZIP_STACK_POINTER][2];c.value=gZIP_STACK[gZIP_STACK_POINTER][3];if(gZIP_STACK[gZIP_STACK_POINTER][4]!=""){b.value=gZIP_STACK[gZIP_STACK_POINTER][4]}}};