function clearContent(id)
{
	var input_box = document.getElementById(id);
	if(input_box.value == 'Entrez votre message ici')
		input_box.value = '';
}

function jumptoanchor(anchorName)
{
	window.location.hash=anchorName;
}
