function atonmouseoverLight(o)
{o.style.backgroundColor = '#F0F0F0'; o.style.cursor = 'hand';}

function atOnMouseOutLight(o)
{o.style.backgroundColor = '#F7F7F7'}

function atOnMouseOverDark(o)
{o.style.backgroundColor=''; o.style.cursor='hand'}

function atOnMouseOutDark(o)
{o.style.backgroundColor=''}