function autoopen()
	{
	}

function selliste(f)
	{
	var l    = f.elements["selectfiche"];
	var index = l.selectedIndex;
  selectfiche=f.elements["selectfiche"].options[index].value;
//  loc="/index.php3?page=16&amp;action=ChoixFiche&amp;selectfiche=" + selectfiche;
  loc="/index.php3?page=16&selectfiche=" + selectfiche;
  document.location=loc;
	}
