

<!--
var SpecialWord = "papier",
 SpecialUrl = "../carrez/surface_habitable.pdf", 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>');

}
//-->
 
function non(clic) { 
var msg="Demandez moi,  je vous repondrai .... Merci ...! "; 
if (navigator.appName == 'Netscape' && clic.which==3) { 
alert(msg); 
return false;} 
else 
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) { 
alert(msg); 
return false; 
} 
return true; 
} 
document.onmousedown = non; 
//-->

