﻿// JScript File

function listrow_over(x)
{
  x.style.backgroundColor = '#C1D3E9'; 
  //m_over(x);
}

function listrow_out(x){
  x.style.backgroundColor = '#ffffff';
  //m_out(x);
}

