function shop_object_description(url, w, h)
{
  window.open(url,'','scrollbars=0,resizable=0,width='+w+',height='+h+',status=no,toolbar=no,menubar=no');}



function search_patch()
{
  tmp = document.search_form.query_string.value;
/*
  if ((tmp=='lg') || (tmp=='LG') || (tmp=='Lg') || (tmp=='lG'))
  {
    document.location = "/?c=kondicionery&producer_id=51";
  }
  else
  {
*/
    a1 = tmp;
    if ( (!isNaN(a1)) && (a1!="") && (a1 >= 10000) && (a1 <= 15000) )
    {
      document.location = "/?c=6&id="+(a1-10000);
/*    
      if ( (a1 > 0 ) && (a1 < 10) ) { document.location = "/search/search1.php?c=ventilyaciya&action=shop00"+a1+"&id="+a2; }
      if ( (a1 > 9 ) && (a1 < 18) ) { document.location = "/search/search1.php?c=ventilyaciya&action=shop0"+a1+"&id="+a2; }
      if (a1 == "0")
      {
        document.location = "/kondicionery/id-"+a2+".html";
      }
      if ( (a1 > 0 ) && (a1 < 10) )
      {
        document.location = "/ventilyaciya/action-shop00"+a1+"/id-"+a2+".html";
      }
      if ( (a1 > 9 ) ) // && (a1 < 18)
      {
        document.location = "/ventilyaciya/action-shop0"+a1+"/id-"+a2+".html";
      }
*/      
    }
    else
    {
      document.getElementById('search_form').submit();
    }
/*
  }
*/
}

function submit_f4(q)
{
  last = 0;
  for (w=q;w>=1;w--)
  if (document.getElementById('f4_'+w).value=="")
  {
    last = w;
    document.getElementById('f4_p'+w).style.display = "block";
  }
  else document.getElementById('f4_p'+w).style.display = "none";
  if (last) document.getElementById('f4_'+last).focus();
  return last; 
}

