// JavaScript Document
function displayConnection () {
	document.getElementById('FormConnection').style.display='';
}
function goto()
{
self.location='#ancre';
alert("ilixo viou");
}