// JavaScript by art
//manda a frame
function url(uri) {
top.categoria.location.href = uri; }
var ban = new Array()
var enl = new Array()
var indice = 0
ban[0] = new Image()
ban[0].src = "images/CANABANNER_WEB_498x83px.jpg"
enl[0] = "http://www.autopasion.com.mx"
ban[1] = new Image()
ban[1].src = "images/KENWORTH-OK.gif"
enl[1] = "http://www.kenmex.com/index.html"
ban[2] = new Image()
ban[2].src = "images/Persa.gif"
enl[2] = "mailto:radpersa@prodigy.net.mx"
ban[3] = new Image()
ban[3].src = "images/Taller-grande.gif"
enl[3] = "http://www.almater.com"
ban[4] = new Image()
ban[4].src = "images/AS-china.gif"
enl[4] = "http://www.facebook.com/profile.php?id=100003361067202&sk=wall"
function rota()
{
if (indice == ban.length) indice = 0
if (document.images)
{
document.images.fotico.src = ban[indice].src }
else
{
document.getElementById('fotico').src=ban[indice].src
}
indice++
setTimeout('rota()',17000)
}
function vete()
{
window.open(enl[indice-1])
}

//segundo rotador de imagenes lado der 
var ban1 = new Array()
var en2 = new Array()
var indice1 = 0
ban1[0] = new Image()
ban1[0].src = "images/Ojos-guia-180x90.gif"
en2[0] = "http://www.institutodeojos.com.mx"
ban1[1] = new Image()
ban1[1].src = "images/180x90-TSM.jpg"
en2[1] = "http://www.todossomosmexicali.com"
/*ban1[2] = new Image()
ban1[2].src = "images/CANABANNER_WEB_498x83px.jpg"
en2[2] = "http://www.autopasion.com.mx"*/
function rota_izq()
{
if (indice1 == ban1.length) indice1 = 0
if (document.images1)
{
document.images1.izquierdo.src = ban1[indice1].src }
else
{
document.getElementById('izquierdo').src=ban1[indice1].src
}
indice1++
setTimeout('rota_izq()',10000)
}
function vete_izq()
{
window.open(en2[indice1-1])
}

//segundo rotador de imagenes lado Izquierda
var ban2 = new Array()
var en3 = new Array()
var indice2 = 0
ban2[0] = new Image()
ban2[0].src = "images/PROMED-gif.gif"
en3[0] = "http://www.promedgrupomedico.com"
ban2[1] = new Image()
ban2[1].src = "images/Hospital-Hispanoamericano.gif"
en3[1] = "http://www.hospitalhispanoamericano.com  "
ban2[2] = new Image()
ban2[2].src = "images/Banner-Maclovioz.gif"
en3[2] = "mailto:liczamora75@hotmail.com"
ban2[3] = new Image()
ban2[3].src = "images/banner-asoc2.gif"
en3[3] = "http://www.facebook.com/profile.php?id=100003361067202&sk=wall"
ban2[4] = new Image()
ban2[4].src = "images/Cortinas.gif"
en3[4] = "http://www.cortinascalifornia.com"
function rota_der()
{
if (indice2 == ban2.length) indice2 = 0
if (document.images2)
{
document.images2.derecho.src = ban2[indice2].src }
else
{
document.getElementById('derecho').src=ban2[indice2].src
}
indice2++
setTimeout('rota_der()',17000)
}
function vete_der()
{
window.open(en3[indice2-1])
}
