function add2Fav() 
{
    ie = document.all?true:false;
    if(ie) window.external.AddFavorite(document.location.href, document.title); 
    else window.sidebar.addPanel(document.title,location.href,''); 
}