function majroll(page){
	if (document.images){
		if (parent.gauche){
			for(i=0;i<parent.gauche.nb_bout;i++){
				parent.gauche.document.images['b'+i].src = (i==page?parent.gauche.bout_on[i].src:parent.gauche.bout_off[i].src);
			}
			parent.gauche.cpage = page;
		}
	}
	parent.document.title = document.title;
}