function Callback_NOUVEAUCLIENT_record(response)
{
	if(response.length == 1)
		window.location.replace(response);
}

function Callback_ADRESSE_record(response)
{
	updateTemplate("adresse");
}

function Callback_PROFIL_record(response)
{
	window.location.replace(response[1]);
}

function Callback_PANIERSAVE_record(response)
{
	window.location.replace(response[1]);
}