
		function Lexique(page) 
		{
		  var fen = window.open("lexique.php?id="+page, "", "width=480,height=400,menubar=0,tollbar=0,location=0,directories=0,status=1,scrollbars=1");
		}
		function copy2Clipboard(obj) 
	    { 
	      var textRange = document.body.createTextRange(); 
	      textRange.moveToElementText(obj); 
	      textRange.execCommand("Copy"); 
	    }