
function dw(a){document.write(a);return 0;}

function all_res(){
document.f1.d.value=0;
document.f1.min.value=0;
document.f1.max.value=11;
document.f1.uc.value=-1;
document.f1.sa.checked=false;
document.f1.order.value=0;
document.f1.sp.value='0';
document.f1.sr.value='0';
document.f1.rtp.value=0;
document.f1.txt.value='';
document.f1.k.value=0;
document.f1.l.value=9;
}

function make_pages(p,total,href){
var s='<p>';
if (total==1) return 0;
for (i=1;i<=total;i++){
if (i!=p) s+='<a href="'+href+'&amp;p='+i+'" >'+i+'</a> ';
else s+='<span style="color:green;font-size:12px;"><b>'+i+'</b></span> ';
}
s+='</p>';
dw(s);
}

function go_to(i){
document.f1.p.value=i;subm();
return false;
}


