/*ta funlkcija se uporablja za izpsis podrobnosti o dogodkih v koledarju*/
function openWinKoledar(page)
{
        //alert(page);
        wind=window.open("koledar.php?dogodek="+page+"", "Koledar","toolbar=No,menubar=No,location=No,scrollbars=yes,resizable=Yes,status=No,width=450,height=300,left=100,top=150,border=0");
        wind.focus();
}

function favorites() { 
   if (window.external) { 
      window.external.AddFavorite(document.URL, document.title); 
   } else if (window.sidebar) { 
      window.sidebar.addPanel(document.title, document.URL, ''); 
   } 
}

function menjajklas(id,klas,klas1)
{
 document.getElementById("mvall"+id).className=klas;
 document.getElementById("mvall1"+id).className=klas1;
  
    
}
