﻿function mostra(qtd){
for(var i=0; i<qtd ;i++){
    document.getElementById('twitteroff'+i).style.display = 'block';
    }
}