cliente = new Image()
cliente.src = "img/Clientes.jpg"
cliente_o = new Image()
cliente_o.src = "img/Clientes_O.jpg"

buzonS = new Image()
buzonS.src = "img/buzon.jpg"
buzonS_o = new Image()
buzonS_o.src = "img/buzon_O.jpg"

testimonio = new Image()
testimonio.src = "img/Testimonios.jpg"
testimonio_o = new Image()
testimonio_o.src = "img/Testimonios_O.jpg"

visita = new Image()
visita.src = "img/Visitas.jpg"
visita_o = new Image()
visita_o.src = "img/Visitas_O.jpg"

contact = new Image()
contact.src = "img/Contacto.jpg"
contact_o = new Image()
contact_o.src = "img/Contacto_O.jpg"

ventas = new Image()
ventas.src = "img/Vende.jpg"
ventas_o = new Image()
ventas_o.src = "img/Vende_O.jpg"

noticia = new Image()
noticia.src = "img/Noticias.jpg"
noticia_o = new Image()
noticia_o.src = "img/Noticias_O.jpg"

depto = new Image()
depto.src = "img/Compras.jpg"
depto_o = new Image()
depto_o.src = "img/Compras_O.jpg"

ubica = new Image()
ubica.src = "/img/Ubicanos.jpg"
ubica_o = new Image()
ubica_o.src = "/img/Ubicanos_O.jpg"

tracto = new Image()
tracto.src = "img/tracto.png"
tracto_o = new Image()
tracto_o.src = "img/tracto.gif"

bus = new Image()
bus.src = "img/autobus.png"
bus_o = new Image()
bus_o.src = "img/autobus.gif"

remolque = new Image()
remolque.src = "img/remolque.png"
remolque_o = new Image()
remolque_o.src = "img/remolque.gif"

camion = new Image()
camion.src = "img/camion.png"
camion_o = new Image()
camion_o.src = "img/camion.gif"

maquina = new Image()
maquina.src = "img/maquina.png"
maquina_o = new Image()
maquina_o.src = "img/maquina.gif"

/*function inicio() {
document.getElementById("flotante")
.style.display='';
}
function cerrar() {
document.getElementById("flotante")
.style.display='none';
}*/

function info(){
    if(document.getElementById("main_info").style.display=='none'){
        document.getElementById("main_info").style.display='';
        window.document['imginfo'].src = "img/menos.png";
    }
    else{
        document.getElementById("main_info").style.display='none';
        window.document['imginfo'].src = "img/mas.png";
    }
}
