// JavaScript Document

function start() {
  programs_menu();
  montre();
}
window.onload = start;