ini = new Image(); ini.src = "img/"+"ini.jpg"
ini_on = new Image(); ini_on.src = "img/"+"ini_on.jpg"

alo = new Image(); alo.src = "img/"+"alo.jpg"
alo_on = new Image(); alo_on.src = "img/"+"alo_on.jpg"

pre = new Image(); pre.src = "img/"+"pre.jpg"
pre_on = new Image(); pre_on.src = "img/"+"pre_on.jpg"

ali = new Image(); ali.src = "img/"+"ali.jpg"
ali_on = new Image(); ali_on.src = "img/"+"ali_on.jpg"


act = new Image(); act.src = "img/"+"act.jpg"
act_on = new Image(); act_on.src = "img/"+"act_on.jpg"

conf = new Image(); conf.src = "img/"+"conf.jpg"
conf_on = new Image(); conf_on.src = "img/"+"conf_on.jpg"

gal = new Image(); gal.src = "img/"+"gal.jpg"
gal_on = new Image(); gal_on.src = "img/"+"gal_on.jpg"

acer = new Image(); acer.src = "img/"+"acer.jpg"
acer_on = new Image(); acer_on.src = "img/"+"acer_on.jpg"

function turn_off(ImageName) {
	if (document.images != null) {
		document[ImageName].src = eval(ImageName + ".src");
	}
}

function turn_on(ImageName) {
	if (document.images != null) {
	  document[ImageName].src = eval(ImageName + "_on.src");
	}
}

function RestoreStatus(){
  window.status="";
  return true;
}

function BarraEstado(mensaje) {
  window.status=mensaje;
  return true;
}