// JavaScript Document //========================================== function footerTextDevlop(height){ document.open(); maxheight=height+70;//-50; maxheight=height+90;//-50; //maxheight=height;//-50; subtop=14; document.write(``); //==== //==== ============================================ document.write(`
`); document.write(`
`); //==== document.write(`
`); // document.write(`peu importe 1 quoi c'est à dire un texte d'explications`); document.write(``); document.write(`
`); //==== document.write(`
`); // document.write(`peu importe 1 quoi c'est à dire un texte d'explications`); document.write(``); document.write(`
`); document.write(`
`); document.write(`
`); //==== ============================================ //==== document.write(``); x=document.getElementById(`idfooterTabberLearn`);if(x)x.style.height=`${maxheight}`; document.close(); } //================================