function getStructure( id, type, url, isAdmin, nom )
{
	if( isAdmin == "true" )
	{
		window.location.href			=	"/admin/structure/modifier_"+id+".html";
	}else{
		window.location.href			=	"/structures/afficher_"+id+".html";
	}
}
