function OblubeneADD(title,url)
{
  if (window.sidebar) // firefox
  window.sidebar.addPanel(title, url, "");
  else
  if(window.opera && window.print){ // opera
  var elem = document.createElement('a');
  elem.setAttribute('href',url);
  elem.setAttribute('title',title);
  elem.setAttribute('rel','sidebar');
  elem.click();
  }
  else if(document.all)// ie
  window.external.AddFavorite(url, title);
}


function displayKom()
{
  document.getElementById('zoznamKomentarov').style.display="";
}

function inputclear(vstup)
{
document.getElementById(vstup).value=""
}

function googleMapsHelp()
{
  window.open("/media/poi/google_maps_help/index.html","HELP",
  "left=100,top=100,width=900,height=600,menubar=no,directories=no,"+
  "toolbar=no,location=no,status=no,scrollbars=yes,resizable=no");	
}

function clankyVideoHelp()
{
  window.open("/media/clanky/add_video_help/index.html","HELP",
  "left=100,top=100,width=900,height=600,menubar=no,directories=no,"+
  "toolbar=no,location=no,status=no,scrollbars=yes,resizable=no");		
}

function print_obsah()
{
  window.open("/modules/print/print.php","PRINT",
  "left=100,top=100,width=620,height=600,menubar=no,directories=no,"+
  "toolbar=no,location=no,status=no,scrollbars=yes,resizable=no");		
}

function rightBanner()
{
  sirka=screen.availWidth;
  if(sirka>1200) { document.getElementById('rightBannerBar').style.display="" }
}  
