function lokaliz_focuscp()
	{
		cp = document.getElementById('Recherche');
		if (cp.value == 'recherche')
		{
			cp.value = '';
		}
		
}
						 

