/*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(klas)
{
 event.srcElement.className=klas; 
      
}

function menjajklasid(klas,id)
{
 document.getElementById(id).className=klas; 
      
}
function open_narocilo()
{
        window.open("index.php?path=narocilo", "narocilo","toolbar=No,menubar=No,location=No,scrollbars=yes,resizable=Yes,status=No,width=820,height=600,left=0,top=0,border=0");
}
