 Graficos=new Array(19)
 for (i=0; i<19; i++){
		Graficos[i]="pano_"+i+".jpg"  
 }
 
  num_alea = Math.floor(Math.random() * 19); 
