function fnct_remove() {
	var strm = document.login.LOGIN.value;
	strm = strm.replace("'",""); 
	strm = strm.replace(" ",""); 
	//alert(strm);
	document.login.LOGIN.value = strm.toLowerCase();
	for (i = 0; i <= 5; i++)
	{
		//wait;
	}	
	
	document.login.submit();
}


function mentionsLegales() {
	popup('annexes/MentionsLegales.htm', '', 50, 50, 700, 500, 1);
}