function HideTab(tab){ tab.style.visibility = "hidden"; tab.style.position = "absolute";}
//-------------------------------------------------
function ViewTab(tab){ tab.style.visibility = "visible"; tab.style.position = "relative";}
Leggi tutto il post...