function onChangeLanguage(url,page)
{
	new Ajax.Request(url, 
	{
	  method: 'post',
	  asynchronous: false,
	  parameters:'lang=change',
	  onSuccess: function() 
		{
		
		}
	});

	document.location = page;
}
