function pocz (t)
{
      _txt4 = document.getElementById(t);
      _txt4.className="tekstp";
   } 
 
function tekst (p,l,t)
{
   _txt = document.getElementById(p);
   if (_txt.className=="przyslona")
   {
      _txt.className="widoczny";
   } 
   else
   { 
      _txt.className="przyslona";
   } 
      _txt2 = document.getElementById(l);
   if (_txt2.className=="lpp")
   {
      _txt2.className="lpk";
   } 
   else
   { 
      _txt2.className="lpp";
   }
	if (_txt4.className=="tekstp")
   {
      _txt4.className="tekstk";
   } 
      else
   { 
      _txt4.className="tekstp";
   }

}
