<!--
function toggle(thisid) {
  var thislayer=document.getElementById(thisid);
  if (thislayer.style.display == 'none') {
    thislayer.style.display='block';
  } else {
    thislayer.style.display='none';
  }
}
function addSidebar(SidebarTag, Title) {
  var URL = "http://chellopl.one.pl/";
  if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) {
      window.sidebar.addPanel(Title, URL+"sidebar.php", "");
    return true;
  }
  else if ((navigator.userAgent.indexOf("Opera") != -1) && (navigator.userAgent.indexOf("Opera 5") == -1)) {
    SidebarTag.setAttribute("title", Title);
    SidebarTag.setAttribute("href", URL+"sidebar.php");
    SidebarTag.setAttribute("rel", "sidebar");
    return true;
  }
  else {
    window.external.AddFavorite(URL, Title);
    return true;
  }
}
function banner_xmas() {
    if(screen.width<1024)
      document.write('<img src="'+homeroot+'/grafika/chellopl-santa800.gif" ID="logo" alt="" width="750" height="100">');
    else if(screen.width>=1024 && screen.width<1280)
      document.write('<img src="'+homeroot+'/grafika/chellopl-santa1024.gif" ID="logo" alt="" width="976" height="130">');
    else if(screen.width>=1280)
      document.write('<img src="'+homeroot+'/grafika/chellopl-santa1280.gif" ID="logo" alt="" width="1240" height="165">');
}
function banner() {
    if(screen.width<1024)
      document.write('<img src="'+homeroot+'/grafika/header800.gif" ID="logo" alt="" width="750" height="100">');
    else if(screen.width>=1024 && screen.width<1280)
      document.write('<img src="'+homeroot+'/grafika/header1024.gif" ID="logo" alt="" width="976" height="130">');
    else if(screen.width>=1280)
      document.write('<img src="'+homeroot+'/grafika/header1280.gif" ID="logo" alt="" width="1240" height="165">');
}
function speedtest(speed) {
	window.open(homeroot+"/speed.php?"+speed,"chelloPL","menubar=no,toolbar=no,status=no,location=no,personalbar=no,scrollbars=no,directories=no,resizable=yes,width=550,height=375");
}
//-->
