// Default statusbar text
window.defaultStatus = "ProfiLogic AG IT Projekte und Feststellen";

function addFav(){
    if (document.all)
        window.external.AddFavorite("http://www.profilogic.ch/", "ProfiLogic AG IT Projekte und Feststellen");
    else if (window.sidebar)
        window.sidebar.addPanel("ProfiLogic AG IT Projekte und Feststellen", "http://www.profilogic.ch/", "")
}