var t_help=new Array();

t_help[0]="Opinia o obiekcjie";
t_help[1]="Pies";
t_help[2]="";
t_help[3]="";
t_help[4]="";
t_help[5]="";
t_help[6]="";
t_help[7]="";
t_help[8]="";
t_help[9]="";
t_help[10]="";
t_help[11]="";
t_help[12]="";
t_help[13]="";
t_help[14]="";
t_help[15]="";
t_help[16]="";
t_help[17]="";
t_help[18]="";
t_help[19]="";


function text_help(event,text_id)
{
	var x=event.clientX + document.body.scrollLeft;
	var y=event.clientY + document.body.scrollTop;

	document.getElementById("help").style.top=y;
    document.getElementById("help").style.left=x;
	
	document.getElementById("help").innerHTML=t_help[text_id];
	document.getElementById("help").style.display="block"
}

function untext_help()
{

 //setTimeout(  "document.getElementById('help').style.display='none';" , 1000);
 document.getElementById('help').style.display='none';
	
}