COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">
}
61
function ItemOver(obj)
62![]()
{
63
objbeforeItembackgroundColor=obj.style.backgroundColor;
64
obj.style.backgroundColor="#B9D1F3";
65
objbeforeItem=obj;
66
}
67
68
function ItemOut(obj)
69