﻿var version = navigator.appVersion.toLowerCase();
var agent = navigator.userAgent.toLowerCase();
var ie = (version.indexOf('msie')>-1);
var win = (version.indexOf('windows')>-1);
var opera = (agent.indexOf('opera')>-1);
var ie50 = (version.indexOf('msie 5.0')>-1);

function prn() {
document.write(', \074a href=\"javascript:goprn();\"\076vytisknout stránku\074/a\076');
}
function goprn() {
window.print();
}
function fav() {
if ((opera) && (win)) return false;
else if ((ie) && (win)) document.write(', \074a href=\"javascript:gofav();\"\076přidat do záložek\074/a\076');
}
function gofav() {
window.external.addFavorite('http://www.autobaterie.net/','Autobaterie.net - prodej autobaterií');
}
var myImage00 = new Image(); // preload images
myImage00.src = './img/empty.gif';

/*
startList = function() {
if ((ie50) && (win)) return false;
else if (document.all&&document.getElementById) {
navRoot = document.getElementById("search");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="DL") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;*/