function area_overi_a(index) { for(var i=1;i<=6;i++) { if( document.getElementById("tcontenta"+i.toString()) != null ) { document.getElementById("tcontenta"+i.toString()).style.display = 'none'; } } document.getElementById("tcontenta"+index.toString()).style.display = 'block'; }