function fave(){
if (document.all){window.external.AddFavorite('http://www.surchin.net/', 'surchin du\'net')}
else if (window.sidebar){window.sidebar.addPanel('surchin du\'net','http://www.surchin.net/','')}
}

function change(id1, newClass1, id2, newClass2){
identity1 = document.getElementById(id1);
identity1.className = newClass1;
identity2 = document.getElementById(id2);
identity2.className = newClass2;
}

var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) {
    window.status = msgStr;
    document.returnValue = true;
  }
}


