function start(){
scrollText(0)
}


message     = " Witamy na stronie www.gorysowie.pl... ^" +
                "Ciekawe artykuły, fotografie, mapa Gór Sowich...^" +
                "Zapraszamy w Góry Sowie...^" +
                 "^"

  scrollSpeed = 20
  lineDelay   = 1500

  // Do not change the text below //

  txt         = ""

  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }

  // Unhide -->


function okno_kontakt(link)
{
window.open(link,'Edycja','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=yes,directories=no,status=no,resizable=no,width=650,height=450');

}


function zmien_kolor(kolor, element) {
element.style.background=kolor;
return true }



function zmien(adres){
document.images[0].src=adres;
}

