function NavRollOver(oTd) {
  if (!oTd.contains(event.fromElement)) {
    oTd.bgColor="#eeeeee";
  }
}

function NavRollOut(oTd) {
  if (!oTd.contains(event.toElement)) {
    oTd.bgColor="#dddddd";
  }
}

function show() {
  showpic.innerHTML='<img src="Icons/'+document.MessageBoard.MB_USERICON.value+'" border="0">';
}

function showL2() {
  showpic.innerHTML='<img src="../Icons/'+document.MessageBoard.MB_USERICON.value+'" border="0">';
}
