function inputFocus(inputValue) {
	if (inputValue == "Rechercher")
		document.getElementById('inputSearch').value="";
	else if (inputValue == "")
		document.getElementById('inputSearch').value="Rechercher";
}

$(document).ready(function () {
	$('.ixAntTopShortcuts li a').each(function(index) {
		var x = $(this).width() + 10;
		$(this).css('width', x+'px');
	});
});

function filterRedirection (value) {
    document.location.href = value;
}
