var slidespeed=10000
var slideimages=new Array("http://www.eurobias.com/_bin/images/observatory/illustrations/agro/home/01.jpg","http://www.eurobias.com/_bin/images/observatory/illustrations/ict/home/01.jpg","http://www.eurobias.com/_bin/images/observatory/illustrations/agro/home/02.jpg","http://www.eurobias.com/_bin/images/observatory/illustrations/ict/home/02.jpg","http://www.eurobias.com/_bin/images/observatory/illustrations/agro/home/03.jpg","http://www.eurobias.com/_bin/images/observatory/illustrations/ict/home/03.jpg","http://www.eurobias.com/_bin/images/observatory/illustrations/agro/home/04.jpg","http://www.eurobias.com/_bin/images/observatory/illustrations/ict/home/04.jpg")
var slidelinks=new Array("http://www.eurobias.com/observatory/agro/index_en.php","http://www.eurobias.com/observatory/ict/index_en.php","http://www.eurobias.com/observatory/agro/index_en.php","http://www.eurobias.com/observatory/ict/index_en.php","http://www.eurobias.com/observatory/agro/index_en.php","http://www.eurobias.com/observatory/ict/index_en.php","http://www.eurobias.com/observatory/agro/index_en.php","http://www.eurobias.com/observatory/ict/index_en.php")
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]
}