function montre(elem)
{
	elem.style.display='block';
}
function cache(elem)
{
	elem.style.display='none';
}