function Etat(num, bt1, bt2, bt3, bt4, bt5, bt6)
{
	boutons = new Array(bt1, bt2, bt3, bt4, bt5, bt6)
	boutons[num]=boutons[num]+"_on"

	for (i=0; i<6; i++)
	{
		j=i+2
		parent.oben.document.images[j].src="images/" + boutons[i] + ".gif"
	}
}
