// Default statusbar text
window.defaultStatus = "Reisebüro W. Roth Chur AG";

function addFav(){
    if (document.all)
        window.external.AddFavorite("http://www.rothchur.ch/", "Reisebüro W. Roth Chur AG");
    else if (window.sidebar)
        window.sidebar.addPanel("Reisebüro W. Roth Chur AG", "http://www.rothchur.ch/", "")
}
