// ąćęłńóśźż
// ------------------------------------------------------------------------------------------------------------------------

// antySpam
// ------------------------------------------------------------------------------------------------------------------------
function antySpam(form) {
  form.spam.value=2;
  return true;
}


// ------------------------------------------------------------------------------------------------------------------------
/*
function m_on(div) {
  document.getElementById(div).style.background = "#EEE";
}
function m_off(div) {
  document.getElementById(div).style.background = "#FFF";
}
*/
// ------------------------------------------------------------------------------------------------------------------------
/*
function go_to(t) 
{
  if(t[t.selectedIndex].value!=0)
  {
    window.location = t[t.selectedIndex].value;
  }
}
*/
// ------------------------------------------------------------------------------------------------------------------------
/*
function show_src(url, lp, id) {
  if(!document.getElementById) return;

  var el = document.getElementById("ifr_" + id);
  if(el && el.src) 
  {
    el.src = url;
    // -----
    for(var i=1; i<7; i++) {
      if(e = document.getElementById("nav_" + i + "_" + id)) {
        e.className = "nav_but";
      }
    }
    document.getElementById("nav_" + lp + "_" + id).className = "nav_but_now";
    // -----
    return false;
  }
  return true;
}
*/

