/* JS Document - chmurka czyli dymek */

if(navigator.appName != 'Microsoft Internet Explorer'){


function dymek(d,E,b,i,a){
  d=document;E=d.documentElement;b=d.body;if(!E)return;
  for(i=0;a=b.getElementsByClassName("dym")[i];i++){
    if(a.title){
      with(a.t=d.createElement("div")){
        id="dymek"
        innerHTML=a.title.replace(/\|/g,"<br/>").replace(/\*0/g,"</div>").replace(/\*1/g,"<div style=\"text-decoration:underline;font-style:italic;margin-bottom:2px\">").replace(/\*2/g,"<div style=\"width:200px; text-align:justify\">")
      }
      a.onmouseover=function(e){
        with(this){title="";onmousemove(e)}
        b.appendChild(this.t)
      }
      a.onmouseout=function(x){
        with(this){title=t.innerHTML.replace(/<br \/>/g,"\|").replace(/<\/div>/g,"\*0").replace(/<div style="text-decoration:underline;font-style:italic;margin-bottom:2px">/g,"\*1").replace(/<div style="width:200px; text-align:justify">/g,"\*2")}
        if(x=d.getElementById("dymek"))b.removeChild(x)
      }
      a.onmousemove=function(e){
        e=e||event;with(this.t.style){
         left=e.clientX+(E.scrollLeft||b.scrollLeft)+"px"
         top=e.clientY+(E.scrollTop||b.scrollTop)+"px"
        }
      }
    }
  }
}
function addEvent(O,E,F,x){
  return(x=O.addEventListener)?x(E,F,1):(x=O.attachEvent)?x('on'+E,F):!1
}
addEvent(window,'load',dymek);


}
