//Add to Favorites
function addfav(nonCompatibleMessage) {

    if (document.all)
        window.external.AddFavorite(location.href, document.title);
    else alert(nonCompatibleMessage);
   
   // else if (window.sidebar)
     //   window.sidebar.addPanel(webSiteName + " " + document.title, location.href, "")


}