function redirect()
{
    	
	var code;
	code=document.getElementById('cd').value;
	
	if (code)
	{
	/*document.location.href='http://www.infolive.fr/'+code+'a.htm';            */
	document.location.href='http://www.infolive.fr/index2.asp?codeinsee='+code;            
	}	
      	
	document.getElementById('submit').displayed=false;
	
}

function effacer()
{
    	
	
	document.getElementById('usr').value='';
	document.getElementById('pwd').value='';
	
}





