<!--

function mover(LinkObject)        {
        LinkObject.style.background='rgb(255,255,255)';
        LinkObject.style.border='solid';
        LinkObject.style.borderWidth='1px';
        LinkObject.style.borderColor='rgb(51,51,51)';
}

function mout(LinkObject)        {
        LinkObject.style.background='rgb(215,215,215)';
        LinkObject.style.border='solid';
        LinkObject.style.borderWidth='1px';
        LinkObject.style.borderColor='rgb(158,168,177)';
}

//-->