<!--

function lihover (li)
{li.className = 'over';
li.onblur = li.onmouseout = function()
{li.className = 'under';}}

//-->