//specify interval between slide (in mili seconds) 
//inicio conf texto
var scrollerdelay='5000' //delay between msg scrolls. 3000=3 seconds.
var scrollerwidth='135px'
var scrollerheight='80px'
var scrollerbgcolor='#9E9E9E'
//set below to '' if you don't wish to use a background image
var scrollerbackground=''

//configure the below variable to change the contents of the scroller
var messages=new Array()
messages[0]="Servicios en geotécnia, Ingeniería de suelos, Fundaciones"
messages[1]="Aguas subterráneas, Presas, Inyecciones de cemento"
messages[2]="Geología, Minería, Gestión Ambiental, Riesgos Naturales"
messages[3]="Servicios e Informes de Laboratorio en Ingeniería Geotécnica"
messages[4]="Experiencia y profesionalismo avalados por mas de 1000 trabajos"
//fin conf texto


var slidespeed=5000
//specify images
var slideimages=new Array("imagenes/img1.jpg","imagenes/img2.jpg","imagenes/img3.jpg","imagenes/img4.jpg","imagenes/img5.jpg")
//specify corresponding links
var slidelinks=new Array("galeria.html","galeria.html","galeria.html","galeria.html","galeria.html")
var imageholder=new Array()
var ie55=window.createPopup
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}

function gotoshow(){
window.location=slidelinks[whichlink]
}


