function mo(src)
{
/*  if (!src.contains(event.fromElement))
  {
    src.style.cursor = 'hand';
    src.bgColor = '#FF9999';
  }
*/
}

function mu(src)
{

/*  if (!src.contains(event.toElement))
  {
    src.style.cursor = 'default';
    src.bgColor = '#DFE1F9';
  }
*/

}

