document.write('<style type="text/css">.hideFromJS, .hideFromJs, .hide-from-js{display:none;}</style>');
function confirmation(text)

{
  return confirm('Opravdu chcete \n\n'+text+' ???');
}
function fb_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&amp;t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}

function fc(sPhrase, iProductId) // fulltextClick - meri a uklada do databaze, kdyz nekdo pri hledani konkretni fraze na neco klikne
{
  var img = new Image();
      img.src = HTTP_PATH+'/fulltextClick.php?sPhrase='+sPhrase+'&iProductId='+iProductId;
}
