// JavaScript Document
function ShowPassword(id)
{
	document.getElementById("Savoir_" + id).style.display = "block";
}