function reconstruction(param1, param2, param3, imagemenu, titre, vignettemenu)
{

	titrecourant	= new String(top.contenu.titre.document.location);
	ttitrecourant	= new Array();
	ttitreok		= new Array();
	ttitrecourant	= titrecourant.split('/');
	ttitreok		= titre.split('/');
	ptitrecourant	= new String(ttitrecourant[ttitrecourant.length-2]+"/"+ttitrecourant[ttitrecourant.length-1]);
	ptitreok		= new String(ttitreok[ttitreok.length-2]+"/"+ttitreok[ttitreok.length-1]);

	if(ptitrecourant.charAt(ptitrecourant.length-1) == '#')
		ptitrecourant	= ptitrecourant.substring(0, ptitrecourant.length-1);
	if(ptitreok != ptitrecourant)
		top.contenu.titre.location.replace(titre);
	top.menu.MM_nbGroup(param1,param2,param3,imagemenu,1);
	if(vignettemenu != '')
		top.menu.MM_swapImage('photo','',vignettemenu,1);
}
