<!--
  function NavRollOver(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#d9049a";}}

  function NavRollOut(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#000000";}}

  function AdRollOver(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#000000";}}

  function AdRollOut(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#000000";}}
  
  
-->

