function cl(id) {
document.getElementById(id).style.backgroundColor ='#c0c0c0';
}
function no(id) {
document.getElementById(id).style.backgroundColor = '';
}
function ctrlA(el) {
with(el){
focus(); select()
}}
function loadstyle() {
  var csslink = document.createElement('link');
  csslink.setAttribute('href','http://abrakadabra.nazory.cz/js.css');
  csslink.setAttribute('rel','stylesheet');
  csslink.setAttribute('type','text/css');
  document.getElementsByTagName('head').item(0).appendChild(csslink);
}
function prepni(){
var stav=document.getElementById('sbaliljs').style.display=='none';;
if(stav){
document.getElementById('sbaliljs').style.display='block';
}
else{
document.getElementById('sbaliljs').style.display='none';
}
}
function gohref(){parent.location.href= 'http://www.toplist.cz'}
function toplist() {
  var toplistcnt = document.createElement('img');
  toplistcnt.setAttribute('src','http://toplist.cz/count.asp?id=96501&amp;logo=&amp;http='+escape(document.referrer)+'&amp;wi='+escape(window.screen.width)+'&he='+escape(window.screen.height)+'&amp;cd='+escape(window.screen.colorDepth)+'&amp;t='+escape(document.title)+'');
  toplistcnt.setAttribute('width','88');
  toplistcnt.setAttribute('height','31');
  toplistcnt.setAttribute('alt','TOPlist');
  toplistcnt.setAttribute('class','toplist');
  toplistcnt.setAttribute('onclick','gohref()');
  document.getElementsByTagName('head').item(0).appendChild(toplistcnt);
}

var W3CDOM = (document.createElement && document.getElementsByTagName);
window.onload = init;
function init()
{    loadstyle();
     toplist();
     if (!W3CDOM) return;
     var frm = document.getElementById('google');
     var inpt = frm.getElementsByTagName('input');
     for (var i=0;i<inpt.length;i++)
     {
          inpt[i].onfocus =function(){this.style.background='#cecece';if(this.value=='hledaný výraz')this.value='';}
          inpt[i].onblur =function(){this.style.background='#ffffff';if(this.value=='')this.value='hledaný výraz';}
     }
     if (!W3CDOM) return;
     {    var prvni=document.getElementById('in1');
          var druhy=document.getElementById('in2');
          var treti=document.getElementById('vybrat');
          if (prvni){prvni.onclick =function(){if (this.checked){cl('a');} else {no('a');}}}
          if (prvni){prvni.onkeypress =function(){in1.click()}}
          if (druhy){druhy.onclick =function(){if (this.checked){cl('b');} else {no('b');}}}
          if (druhy){druhy.onkeypress =function(){in2.click()}}
          if (treti){treti.onclick =function(){ctrlA(document.getElementById('bond'))}}
          if (treti){treti.onkeypress =function(){vybrat.click()}}
          document.getElementById('jssbal').onclick =function(){prepni()}
          document.getElementById('jssbal').onmouseover =function(){this.style.cursor='pointer';this.style.cursor='hand';this.style.background='#809080';this.style.color='#ffffff';}
          document.getElementById('jssbal').onmouseout =function(){this.style.background='';this.style.color='';}
          document.getElementById('sbaliljs').style.display='none';
     }
}
function ie4problem(){
return true;
}
window.onerror=ie4problem;


