

<!--
var SpecialWord = "claude",
 SpecialUrl = "passmulti.html", target="_top",
 SpecialLetter = 0;
function getKey(keyStroke) {
var isNetscape=(document.layers);
var eventChooser = (isNetscape) ? keyStroke.which : event.keyCode;
var which = String.fromCharCode(eventChooser).toLowerCase();
if (which == SpecialWord.charAt(SpecialLetter)) {
SpecialLetter++;
if (SpecialLetter == SpecialWord.length) window.location = SpecialUrl;
}
else SpecialLetter = 0;
}
document.onkeypress = getKey;
//-->


function titree1(texte)
{
document.write('<TD><TABLE  CELLPADDING=0 CELLSPACING=0 BORDER=0>');
document.write('<TR>');
document.write('<TD WIDTH=180 BGCOLOR=#5979B6><FONT background-color: navy FACE="Verdana, Arial" SIZE=2 COLOR=#FFFFFF><B>');
document.write(texte);
document.write('</B></FONT></TD>');
document.write('</TR>');
document.write('</TABLE></TD>');

}
//-->