਍ഀ
imgFran = new Array("fotos/08abril10/foto1.jpg","fotos/08abril10/foto2.jpg",਍ഀ
"fotos/08abril10/foto3.jpg","fotos/08abril10/foto4.jpg",਍ഀ
"fotos/08abril10/foto5.jpg","fotos/08abril10/foto6.jpg",਍ഀ
"fotos/08abril10/foto7.jpg")਍ഀ
਍ഀ
਍ഀ
਍ഀ
	਍ഀ
਍ഀ
	਍ഀ
		਍ഀ
	thisPic = 0਍ഀ
	imgCt = 6਍ഀ
function Anterior() {਍ഀ
		if ( thisPic > 0) {਍ഀ
			thisPic--਍ഀ
			document.foto.src=imgFran[thisPic];਍ഀ
			flechad.style.visibility = "visible";਍ഀ
਍ഀ
			}਍ഀ
		if (thisPic == 0) {਍ഀ
			flechai.style.visibility = "hidden";਍ഀ
			flechad.style.visibility = "visible"}਍ഀ
਍ഀ
	}਍ഀ
਍ഀ
	function Siguiente() {਍ഀ
thisPic++਍ഀ
		if ( thisPic < imgCt) {਍ഀ
			document.foto.src=imgFran[thisPic];਍ഀ
			਍ഀ
			flechai.style.visibility = "visible";਍ഀ
			 }਍ഀ
		if (thisPic == 6) {					/*nº de fotos menos uno*/਍ഀ
			document.foto.src=imgFran[thisPic];਍ഀ
			flechad.style.visibility = "hidden";}਍ഀ
			}਍ഀ
਍ഀ
਍ഀ
਍ഀ
