var txt="                                                     -------------    I M P L A N T E S _  D E N T A L E S    -------------          ";
var espera=1;
var refresco=null;
function rotulo_title() {
        document.title=txt;
        txt=txt.substring(1,txt.length)+txt.charAt(0);
        refresco=setTimeout("rotulo_title()",espera);}
rotulo_title();
