button_cnt=0;

function open_gallery(qs){
  gal = window.open('galeria.php?'+qs,'gal','width=600,height=500,scrollbars=yes,location=no,status=no');
  gal.focus();
}
function open_gallery_map(qs){
  gal = window.open('galeria_map.php?'+qs,'gal','width=600,height=500,scrollbars=yes,location=no,status=no');
  gal.focus();
}

function do_search(){
  
  if(document.getElementById('srchtxt').value!='')
    window.location='index.php?srch=1&srchtxt='+document.getElementById('srchtxt').value;
  else document.getElementById('srchtxt').focus()
}