function taille ()
{
  if (screen.width <= 640) return '50';
  else if (screen.width <= 800) return '44';
  else return '35';
}

var chaine = '	</td>';
chaine += '    <td width="' + taille() + '%">';
chaine += '      <img src="images/lettres/3dcap_W.GIF" alt="" width="20" height="20">';
chaine += '      <img src="images/lettres/3dcap_W.GIF" alt="" width="20" height="20">';
chaine += '      <img src="images/lettres/3dcap_W.GIF" alt="" width="20" height="20">';
chaine += '      <img src="images/lettres/3dcap_O.GIF" alt="" width="8" height="8">';
chaine += '      <img src="images/lettres/3dcap_C.GIF" alt="" width="20" height="20">';
chaine += '      <img src="images/lettres/3dcap_O.GIF" alt="" width="20" height="20">';
chaine += '      <img src="images/lettres/3dcap_D.GIF" alt="" width="20" height="20">';
chaine += '      <img src="images/lettres/3dcap_I.GIF" alt="" width="20" height="20">';
chaine += '      <img src="images/lettres/3dcap_S.GIF" alt="" width="20" height="20">';
chaine += '      <img src="images/lettres/3dcap_O.GIF" alt="" width="8" height="8">';
chaine += '      <img src="images/lettres/3dcap_F.GIF" alt="" width="20" height="20">';
chaine += '      <img src="images/lettres/3dcap_R.GIF" alt="" width="20" height="20">';
chaine += '    </td>';
chaine += '  </tr>';
chaine += '  <tr>';
chaine += '    <td colspan="2"><img src="images/traithor.gif" alt="" width="100%" height="1"></td>';
chaine += '  </tr>';
chaine += '</table>';
chaine += '<table width="100%" border="0" background="' + basPageDG() + '">';
chaine += '  <tr>';
chaine += '    <td width="20%" class="titrelien"><a href="mailto:codisbdx@codis.fr">Contacter CODIS</a></td>';
chaine += '    <td width="70%" class="titrelien"><a href="#" onClick="window.open(' + "'http://80.65.224.176/prive/enGrandEP.htm', 'prive', 'toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=1, width=640, height=480')" + '">Espace priv&eacute;</a></td>';
chaine += '    <td width="10%" class="titrelien"><a href="http://80.65.224.176:81/WD140AWP/WD140AWP.EXE/CONNECT/pergamew">Pergame</a></td>';
chaine += '  </tr>';
chaine += '</table>';
document.write(chaine);
