// JavaScript Document for Global elements of the Accor website.
$(document).ready(function() 
{
	$('.inputValue').focus(
		function() 
		{
			$('.inputValue').each(function() {
				//alert("vvcerve");	
			});
		}
		
	);
});
	
