function menu2color(B,BQ){
if (BQ==1){
      B.style.backgroundColor='#003399';

} 
if (BQ==0){
      B.style.backgroundColor='#9999FF';
}
} 
