// Default statusbar text
window.defaultStatus = "© 2006 WIRGriso, WIR Gruppe Graubünden / St.Galler Oberland";

function addFav(){
    if (document.all)
        window.external.AddFavorite("http://www.wirgriso.ch/", "© 2006 WIRGriso, WIR Gruppe Graubünden / St.Galler Oberland");
    else if (window.sidebar)
        window.sidebar.addPanel("© 2006 WIRGriso, WIR Gruppe Graubünden / St.Galler Oberland", "http://www.wirgriso.ch/", "")
}
