function klik(){};
function chmurka(e,v){
  if(v.title){
    var t=document.createElement("div");
    t.className="chmurka";
    t.innerHTML=v.title;v.title="";
    v.move=function(e){
      e=e||event;
      t.style.right=e.clientX-680+"px";
      t.style.top=e.clientY+50+"px";
    }
    v.move(e);
    document.body.appendChild(t);
    v.onmousemove=function(e){v.move(e)}
    v.onmouseout=function(e){
      v.title=t.innerHTML;
      document.body.removeChild(t);
    }
  }
}

function napisz(a4, a3, a1)
{
m3="ma";
m1="ilt";
m2="o:";
a2="@";
a5=".";

document.write('<a href=\"'+m3+m1+m2+a1+a2+a3+a5+a4+'\">');
document.write(a1+a2+a3+a5+a4+'<\/a>');
}

function flash(id, kolor, czas, kolor2, czas2)
{
	document.getElementById(id).style.color = kolor;
	setTimeout('flash("' + id + '","' + kolor2 + '",' + czas2 + ',"' + kolor + '",' + czas + ')', czas);
}

