// JavaScript Document
function afficherSsMenu(id){
	document.getElementById(id).style.display = "inline-block";
}

function masquerSsMenu(id){
	document.getElementById(id).style.display = "none";
}

function addy()
{
	
 var prefix = '&#109;&#97;&#105;lt&#111;:';
 var suffix = '';
 var attribs = '';
 var path = 'hr' + 'ef' + '=';
 var addy54623 = 'c&#111;nt&#97;ct' + '&#64;';
 addy54623 = addy54623 + '&#101;s&#99;&#97;le&#114;an&#100;&#111;' + '&#46;' + 'c&#111;m';
 document.write( '<a ' + path + '\'' + prefix + addy54623 + suffix + '\'' + attribs + '>' );
 document.write( addy54623 );
 document.write( '<\/a>' );
 document.write( '<span style=\'display: none;\'>' );
 document.write( '</' );
 document.write( 'span>' );

 return;
}
 


