//stile 1
function setStyle11(id)
{
//ottieniamo un riferimento all html
oTable = document.getElementById("tabview"+id);

//imposto gli stili
oTable.className= "navi2";
}
function setStyle12(id)
{
//ottieniamo un riferimento all html
oTable = document.getElementById("tabview"+id);
//imposto gli stili
oTable.className= "navi";
}