  function right(e) {
    if ((document.layers || (document.getElementById && !document.all)) && (e.which == 2 || e.which == 3)) {
      alert("Podoba się Tobie ta Tapeta, nic prostszego załóż bezpłatne konto i pobieraj bez limitu. ");
      return false;
    }
    else if (event.button == 2 || event.button == 3) {
      alert("Podoba się Tobie ta Tapeta, nic prostszego załóż bezpłatne konto i pobieraj bez limitu. ");
      return false;
    }
    return true;
  }

  if (document.layers){
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown = right;
  
  function popup(mylink, windowname) {
    if (! window.focus)return true;
      var href;
    if (typeof(mylink) == 'string')
      href=mylink;
    else
      href=mylink.href;
    window.open(href, windowname, 'width=170,height=240,scrollbars=yes');
    return false;
  }
  }
  else if (document.all && !document.getElementById){
    document.onmousedown = right;
  }

	document.oncontextmenu = new Function("alert('Podoba się Tobie ta Tapeta, nic prostszego załóż bezpłatne konto i pobieraj bez limitu. ');return false");
