function menu(itemID, status)
 {
 if(status) document.getElementById('footer_menu_'+itemID).src='fileadmin/templates/footer_menu_0'+itemID+'a.gif';
 else  document.getElementById('footer_menu_'+itemID).src='fileadmin/templates/footer_menu_0'+itemID+'.gif';
 }