/* Information ->    Project name: Web pages for TBS Telnice   Type of file: JavaScript   What makes: changing servises links    Last update: 14.02.2009 21:47:50   Ivo Urbánek © 2009 */  //document.write(navigator.windowSize); // navigator.appVersion  sirka = screen.width; // rozlišení vyska = screen.height; color = screen.colorDepth; var asirka = screen.availWidth;   // pracovní plocha var avyska = screen.availHeight;  var sirka_upoutavky = 230;  // pro výpočet polohy upoutávky x1 = (asirka - table)/2; x2 = (table - sirka_upoutavky)/2; var pozice = x1 + x2;  if (IE) { pozice = pozice - 211; }function oblibene() {      var title = window.document.title;         if (opera) document.write('<a href="' + tbs + '" class="tisk" title="' + title + '" rel="sidebar">');   else document.write('<a class="tisk" onClick="favorite()" href="#">');      }function favorite(){    url = "http://" + tbs;    var text = window.document.title; if(IE) window.external.AddFavorite(url,text); if(FF) window.sidebar.addPanel(text, url,""); }    window.onerror = null; var i=0; var top_pos = 0; var left_pos = 0; var time_length = 4000; // <------------------------------------  tady se nastavuje DOBA v ms              <--------- var div_name = "nabidka"; var ticker_msg = new Array(     "Nabízíme:",     "Prodej autobusů",     "Náhradní díly TATRA",     "Náhradní díly IVECO",     "Servis vozů IVECO",     "Servis autobusů KAROSA",     "Likvidace autovraků",     "Záruční servis Irisbus Iveco",     "Pozáruční servis Irisbus Iveco",     "Elektrické utahováky",     "Lahve s technickým plynem",     "Digitální tachografy",     "Analogove tachografy"); var ticker_url = new Array(     "index.php",     "autobusy.htm",     "e-shop.php",     "sklad.php",     "iveco.php",     "pozarucni.php",     "utovraky.php",     "zarucni.php",     "pozarucni.php",     "utahovak.php",     "tech_plyn.php",     "tachografy.php",     "tachografy.php");var ticker_len = ticker_msg.length;for(var l=0; l<=ticker_len; l++) { // margin-left:120pxdocument.write('<div id="' + div_name + l + '" style="position:absolute; margin-top: 15px; margin-left:' + pozice + 'px; visibility:hidden">' +               '<table class="upoutavka"  cellspacing="0" width="' + sirka_upoutavky +                '"><tr><td><table width="100%" bgcolor="#EFEFEF"><tr><td><center><a onMouseOver="return true" href="' +                ticker_url[l] + '" class="tick">' + ticker_msg[l] + '</center></a></td>');document.write('</tr></table></td></tr></table>' + '</div> ');} layerStyleRef="layer.style."; layerRef="document.getElementById"; styleSwitch=".style";function upoutavka(){ if(i<ticker_len) {  if(i==0)  {   eval(layerRef+'("'+div_name+(ticker_len-1)+'")'+   styleSwitch+'.visibility="hidden"');  }  if(i>0)  {   eval(layerRef+'("'+div_name+(i-1)+'")'+   styleSwitch+'.visibility="hidden"');  } eval(layerRef+'("'+div_name+i+'")'+ styleSwitch+'.visibility="visible"'); } if(i<ticker_len-1) i++; else i=0; setTimeout("upoutavka()",time_length); }/*    Ivo Urbánek © 2009    */
