function changeBg(qMenu,colore){
document.getElementById(qMenu).bgColor = colore;
};