function AcceeBlog()
{
	if(document.blog.profil.value != 'parent')
		document.location.href="blog/blogs/admin.php";
	else
	{
		window.open ('Avertissement.html', 'Attention', config='height=250, width=600, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no,addressbar=no, status=no')
		document.location.href="Message_saisieCode.php?partie=parents";
	}
}

