function changeFrames(g,c){
	parent.contenu.location.href = c
	if (parent.gauche.location.href.indexOf(g) == -1){
		parent.gauche.location.href = g
	}
}
