// JavaScript Document

 function change(idx){ 
 document.getElementById('pict').src = idx;
 }