   // Precàrrega de les imatges
   conjuntInstal = new Array()
   conjuntInstal[0] = new Image()
   conjuntInstal[0].src = "icones_n/assenyalador01.jpg"
   conjuntInstal[1] = new Image()
   conjuntInstal[1].src = "icones_n/assenyalador02.jpg"
   conjuntInstal[2] = new Image()
   conjuntInstal[2].src = "icones_n/jocs.jpg"
   conjuntInstal[3] = new Image()
   conjuntInstal[3].src = "icones_n/fullaraca.jpg"
   conjuntInstal[4] = new Image()
   conjuntInstal[4].src = "icones_n/kite.jpg"
   conjuntInstal[5] = new Image()
   conjuntInstal[5].src = "icones_n/mediate.jpg"
   conjuntInstal[6] = new Image()
   conjuntInstal[6].src = "icones_n/lighpools01.jpg"
   conjuntInstal[7] = new Image()
   conjuntInstal[7].src = "icones_n/lighpools02.jpg"
   conjuntInstal[8] = new Image()
   conjuntInstal[8].src = "icones_n/connexions01.jpg"
   conjuntInstal[9] = new Image()
   conjuntInstal[9].src = "icones_n/connexions02.jpg"
   conjuntInstal[10] = new Image()
   conjuntInstal[10].src = "icones_n/connexions03.jpg"
   conjuntInstal[11] = new Image()
   conjuntInstal[11].src = "icones_n/int_slide.jpg"
   conjuntInstal[12] = new Image()
   conjuntInstal[12].src = "icones_n/tekhnikos.jpg"
   conjuntInstal[13] = new Image()
   conjuntInstal[13].src = "icones_n/cassadors.jpg"

   function triaImatge(){
      i = Math.round(Math.random()*13.2)
      document.instal.src = conjuntInstal[i].src
   }

