var doc = document.getElementById("WELCOMETEXT");


//LIGNE D'INFORMATION
//-------------------

TempString = '';
// Nouveauté
TempString += '<DIV ID="NOUVEAUTE" style="height: 200px;">';
TempString += '<DIV>';
TempString += '<B>NOUVEAUT&Eacute;S:</B>';
TempString += '</DIV>';
//TempString += '<DIV STYLE="WIDTH: 93px; HEIGHT: 160px; border: #000000 1px solid; margin-top: 10px; float: left; text-align: center; font-size: 8pt;">';
//TempString += '<DIV style="height: 100px; margin-top: 10px; margin-bottom: 10px;">';
//TempString += '<BR><BR><a href="STRONGSRT.html"><img src="IMAGES/STRONGSRT.GIF" style="border: none; margin-top: 10px; margin-bottom: 10px;"></A><BR>';
//TempString += '</DIV>';
//TempString += '<a href="STRONGSRT.html" style="color: blue; font-size: 8pt; text-decoration: none;">Strong srt6410 tntsat</A><BR>210€';
//TempString += '</DIV>';
TempString += '<DIV STYLE="WIDTH: 93px; HEIGHT: 160px; border: #000000 1px solid; margin-top: 10px; margin-left: 10px; float: left; text-align: center; font-size: 8pt;">';
TempString += '<DIV style="height: 100px; margin-top: 10px; margin-bottom: 10px;">';
TempString += '<BR><BR><BR><a href="BELGACOM.html"><img src="IMAGES/BELGACOM.GIF" style="border: none;"></A>';
TempString += '</DIV>';
TempString += '<a href="BELGACOM.html" style="color: blue; text-decoration: none;">AGENT  BELGACOM & CLEARWIRE</A><BR>';
TempString += '</DIV>';
TempString += '<DIV STYLE="WIDTH: 93px; HEIGHT: 160px; border: #000000 1px solid; margin-top: 10px; margin-left: 10px; float: left; text-align: center; font-size: 8pt;">';
TempString += '<DIV style="height: 100px; margin-top: 10px; margin-bottom: 10px;">';
TempString += '<BR><BR><BR><a href="TELESAT.html"><img src="IMAGES/TELESAT.GIF" style="border: none;"></A>';
TempString += '</DIV>';
TempString += '<a href="TELESAT.html" style="color: blue; text-decoration: none;">TELESAT</A><BR>';
TempString += '</DIV>';
TempString += '</DIV>';
// Fin Nouveauté
TempString += '<B>SATISFACTION GARANTIE:</B><BR><BR>';
TempString += 'SATBXL met tout en oeuvre pour assurer le meilleur rapport qualité/prix à ses clients.<BR><BR>';
TempString += 'Nous mettons également tous les moyens possibles afin d\'assurer les envois dans un délai rapide ( le lendemain de votre paiement ).<BR><BR>';
TempString += 'Notre seul souci est la satisfaction de notre clientèle, c\'est la raison pour laquelle nous sommes toujours à l\'écoute de vos éventuelles remarques et suggestions.<BR><BR>';
TempString += 'Il est également possible d\'avoir d\'autres modèles qui ne sont pas sur le site à des prix compétitifs (uniquement sur commande, délai rapide également).';

doc.innerHTML += TempString;
