<!--//BEGIN Script
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

function openWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
function add_favorit()
{
if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) {
 // window.external.AddFavorite(location.href, document.title);
  window.external.AddFavorite("http://www.tbtpresov.host.sk/", document.title);
}
else {
	openWindow('index.htm','Tatra Bike team Prešov','width=500,height=300');
}
}
//-->
