var date_prevision; var Image_array = new Array(); //new Array("Image location",width,height,"discription image") Image_array[0] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=000',120,100,'Bordeaux',' '); Image_array[1] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=006',120,100,'Brest',' '); Image_array[2] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=011',120,100,'Lille',' '); Image_array[3] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=007',120,100,'Lyon',' '); Image_array[4] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=009',120,100,'Marseille',' '); Image_array[5] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=010',120,100,'Nantes',' '); Image_array[6] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=005',120,100,'Paris',' '); Image_array[7] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=008',120,100,'Strasbourg',' '); Image_array[8] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=001',120,100,'Toulouse',' '); Image_array[9] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=018',120,100,'Amsterdam',' '); Image_array[10] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=019',120,100,'Barcelona',' '); Image_array[11] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=020',120,100,'Bonn',' '); Image_array[12] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=021',120,100,'Berlin',' '); Image_array[13] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=022',120,100,'Bruxelles',' '); Image_array[14] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=023',120,100,'Hambourg',' '); Image_array[15] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=024',120,100,'Lisboa',' '); Image_array[16] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=025',120,100,'Madrid',' '); Image_array[17] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=026',120,100,'Milano',' '); Image_array[18] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=027',120,100,'Munchen',' '); Image_array[19] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=028',120,100,'Roma',' '); Image_array[20] = new Array('http://www.previmeteo.com/public/meteogram_gratuits.php?ville=029',120,100,'Zurich',' '); var selected = 5; date_prevision= "//10"; function setf(thisv) { document.img_changer.src = Image_array[thisv][0]; document.img_changer.style.width = Image_array[thisv][1]; document.img_changer.style.height = Image_array[thisv][2]; selected = thisv + 1; }