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