 function oblibene() {
      title = "Splavek.cz - Rybářské potřeby"; 
      url = "http://www.splavek.cz";
	    if (window.sidebar) { window.sidebar.addPanel(title, url,"");} 
	    else if( window.external ) { window.external.AddFavorite( url, title); }
	    }
/*
window.onload = hidbut;
 function hidbut() {
      var vyrob = document.getElementById('hidden-butt');
    	vyrob.style.display = "none";}
*/
function vyrobci(vyr) {
  var select = document.getElementById('vyrobce');
  window.location.href = '/shop.php?zobrazit=znacky&znacka=' + vyr;
}