function cambiar(ide){ var carga=new Array(1,2,3,4); for (x = 0; x <= carga.length; x++) { if(carga[x]==ide){ entroCarga=true; } } }