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