
function mover(name,bcol)
{ if (!name.contains(event.fromElement)) 
{ name.style.cursor = 'hand'; name.bgColor=bcol; }}
function mover1(name,bcol)
{
if (!name.contains(event.fromElement)) 
{ name.style.fontCOLOR = "white"; } 
}
function mOut(name,bcol) 
{ if (!name.contains(event.toElement))
 { name.style.cursor = 'default'; name.bgColor=bcol; }}
