function ins2()
{
str='?msk=1&kottedg=1';
if(document.forms[0].ddlFromCost.value!='') str=str+'&fromcost='+document.forms[0].ddlFromCost.value;
if(document.forms[0].ddlToCost.value!='') str=str+'&tocost='+document.forms[0].ddlToCost.value;
if(document.forms[0].ddlFromTotalArea.value!='') str=str+'&fromplosh='+document.forms[0].ddlFromTotalArea.value;
if(document.forms[0].ddlToTotalArea.value!='') str=str+'&toplosh='+document.forms[0].ddlToTotalArea.value;
if(document.forms[0].plochuchfrom.value!='') str=str+'&fromploshuch='+document.forms[0].plochuchfrom.value;
if(document.forms[0].plochuchto.value!='') str=str+'&toploshuch='+document.forms[0].plochuchto.value;
if(document.forms[0].Frommkad.value!='') str=str+'&frommkad='+document.forms[0].Frommkad.value;
if(document.forms[0].Tomkad.value!=''&&document.forms[0].Tomkad2.value=='') {str=str+'&tomkad='+document.forms[0].Tomkad.value;}
else {str=str+'&tomkad='+document.forms[0].Tomkad2.value;}
str=str+'&st=';
for(i=0;i<31;i++){
names='a'+i; 
if(document.forms[0].elements[names].checked){
str=str+document.forms[0].elements[names].value+',';}
}
str='katalog.php'+str+'&page=0';

window.location=str;

}

function vewdop(names)
{
      
if(names.style.display=="none")
   {names.style.display="block";window.scroll(0,500);}
else
   {names.style.display="none"; }
 }

function sheckit(name)
{
chArray = new Array('a3','a7','a16','a21','a0','a5','a12','a20','a28','a22','a4','a19','a27','a1','a11','a13','a14','a10','a26','a9','a15','a17','a25','a8','a2','a30','a6','a29','a24','a18');
if (name=='szchek'){a=0;b=4;}
if (name=='schek'){a=4;b=10;}
if (name=='vchek'){a=10;b=13;}
if (name=='uzchek'){a=13;b=19;}
if (name=='uchek'){a=19;b=26;}
if (name=='uvchek'){a=26;b=30;}
if (!document.forms[0].elements[name].checked)
 for (i=a;i<b;i++) document.forms[0].elements[chArray[i]].checked=false; 
if (document.forms[0].elements[name].checked)
 for (i=a;i<b;i++) document.forms[0].elements[chArray[i]].checked=true; 
}

function roll(data,num)
{
if(num==0){
data.style.background='#E7EEFE';
data.style.cursor='hand';}
if(num==1)data.style.background='#FFFFFF';
}
function rollpage(data,num)
{
if(num==0){data.style.cursor='hand';data.style.textDecoration='underline';}
if(num==1){data.style.textDecoration='none';}
}
function op(idi)
{open('view.php?kottedg=1&id='+idi,'_blank');}

var buf;
var buf1;
function cliks(inc,n,sel){
if (sel==0){buf.style.color='#003366';
buf.style.fontWeight='normal';
buf=inc;
inc.style.color='#CC0033';
inc.style.fontWeight='bold';
imgs.innerHTML=eArray[n];}

if (sel==1){
buf1.style.color='#003366';
buf1.style.fontWeight='normal';
buf1=inc;
inc.style.color='#CC0033';
inc.style.fontWeight='bold';
imgsplan.innerHTML=pArray[n];}
}