// JavaScript Document
<!--
var arrImages = new Array()

arrImages[0] = new Image()
arrImages[0].src = "img/boton_buscar_on.gif"
arrImages[1] = new Image()
arrImages[1].src = "img/boton_comprar_on.gif"
arrImages[2] = new Image()
arrImages[2].src = "img/boton_agregar_carrito_on.gif"
arrImages[3] = new Image()
arrImages[3].src = "img/boton_precios_on.gif"
//-->