// JavaScript Document
var inicioOff = new Image(111,45);
inicioOff.src = "images/btnInicio.gif";
var inicioOn = new Image(111,45);
inicioOn.src = "images/bgInicioOn.gif";
//
var productoOff = new Image(111,45);
productoOff.src = "images/btnProducto.gif";
var productoOn = new Image(111,45);
productoOn.src = "images/btnProductoOn.gif";
//
var serviciosOff = new Image(111,45);
serviciosOff.src = "images/btnServicios.gif";
var serviciosOn = new Image(111,45);
serviciosOn.src = "images/btnServiciosOn.gif";
//
var softwareOff = new Image(111,45);
softwareOff.src = "images/btnSoftware.gif";
var softwareOn = new Image(111,45);
softwareOn.src = "images/btnSoftwareOn.gif";
//
var contactoOff = new Image(111,45);
contactoOff.src = "images/btnContacto.gif";
var contactoOn = new Image(111,45);
contactoOn.src = "images/btnContactoOn.gif";