salve,
nel mio seguente codice:

function vedi(tab){
document.getElementById
if(('tab'+tab).style.visibility=="visible"){
document.getElementById
}
}
ottengo l'errore:style.visibility è nullo o non è un oggetto

che errore commetto??