function active(ident)
{
 document.getElementById(ident).src="/img/arrow.gif"; 
}
function notactive(ident)
{
 document.getElementById(ident).src="/img/space.gif";
}
