   home_on = new Image()
   home_on.src = "imgs/btn_home_on.gif"
   home_off = new Image()
   home_off.src = "imgs/btn_home_off.gif"
   articulos_on = new Image()
   articulos_on.src = "imgs/btn_articulos_on.gif"
   articulos_off = new Image()
   articulos_off.src = "imgs/btn_articulos_off.gif"
   especiales_on = new Image()
   especiales_on.src = "imgs/btn_especiales_on.gif"
   especiales_off = new Image()
   especiales_off.src = "imgs/btn_especiales_off.gif"
   linux_on = new Image()
   linux_on.src = "imgs/btn_linux_on.gif"
   linux_off = new Image()
   linux_off.src = "imgs/btn_linux_off.gif"
   contacto_on = new Image()
   contacto_on.src = "imgs/btn_contacto_on.gif"
   contacto_off = new Image()
   contacto_off.src = "imgs/btn_contacto_off.gif"
   busca_on = new Image()
   busca_on.src = "imgs/boton_on.gif"
   busca_off = new Image()
   busca_off.src = "imgs/boton.gif"
   flecha_on = new Image()
   flecha_on.src = "imgs/flechita_on.gif"
   flecha_off = new Image()
   flecha_off.src = "imgs/flechita.gif"

function Votar(numop) {
	document.frmencuesta.submit();
}
