// Default statusbar text
window.defaultStatus = "Contrexx� secure Content Management System";

function addFav(){
    if (document.all)
        window.external.AddFavorite("http://www.ov-erlach.ch/", "Ornitologischer Verein Erlach und Umgebung");
    else if (window.sidebar)
        window.sidebar.addPanel("OV-Erlach", "http://www.ov-erlach.ch/", "")
}
