﻿function infoscroll(seed,looped)
{
  var text1  = "Vítejte na stránkách souboru KVÍTEK";
  var text2  = "                                                               ";        
  var msg=text1+text2;
  var putout = " ";
  var c   = 1;
  if (looped > 10) 
  {  window.status="<Thanks !>";  }
  else if (seed > 100) 
  {
     seed--;
     var cmd="infoscroll(" + seed + "," + looped + ")";
     timerTwo=window.setTimeout(cmd,100);
  }
  else if (seed <= 100 && seed > 0) 
  {
    for (c=0 ; c < seed ; c++) 
    {  putout+=" ";  }
    putout+=msg.substring(0,100-seed);	
    seed--;
    var cmd="infoscroll(" + seed + "," + looped + ")";
    window.status=putout;
    timerTwo=window.setTimeout(cmd,100);
  }
  else if (seed <= 0) 
  {
    if (-seed < msg.length) 
    {
      putout+=msg.substring(-seed,msg.length);
      seed--;
      var cmd="infoscroll(" + seed + "," + looped + ")";
      window.status=putout;
      timerTwo=window.setTimeout(cmd,100); // 100
    }
    else 
    {
      window.status=" ";
      looped += 1;
      var cmd = "infoscroll(100," + looped + ")";
      timerTwo=window.setTimeout(cmd,75); // 75
    }
  }
}


obr1=new Image();
obr1.src="images/tlacitka/a_profil.gif";
obr2=new Image();
obr2.src="images/tlacitka/b_profil.gif";
obr3=new Image();
obr3.src="images/tlacitka/a_soub_ak.gif";
obr4=new Image();
obr4.src="images/tlacitka/b_soub_ak.gif";
obr5=new Image();
obr5.src="images/tlacitka/a_hud_uk.gif";
obr6=new Image();
obr6.src="images/tlacitka/b_hud_uk.gif";
obr7=new Image();
obr7.src="images/tlacitka/a_repertoar.gif";
obr8=new Image();
obr8.src="images/tlacitka/b_repertoar.gif";
obr9=new Image();
obr9.src="images/tlacitka/a_archiv.gif";
obrw1=new Image();
obrw1.src="images/tlacitka/b_archiv.gif";

function zamen(nazov_obr,novy_obr)
{
  document.images[nazov_obr].src=novy_obr;
}

