
function iluminate(valor,form,nombre){
nombre+=valor;
nombre+=".gif";
form.src=nombre;
}
