Para ver unos Fotos o graficos de ....


Principio


<table border="10" cellpadding="0">
<caption><strong>Para ver unos Fotos o graficos de ....</strong></caption>
	<tr>
		<td width="100%">
		<img src="../gfx/pato.gif" width="200" height="140" name="fotoslider"></td>
	</tr>
	<tr>
		<td width="100%">
		<form method="POST" name="ecprotater">
		<div align="center"><center><p>
		<script language="JavaScript1.1">
			var fotos=new Array()
			var which=0
                /* Cambiar los URLs de abajo para los tuyos. Punden tener todo los que quieres */
			fotos[0]="../gfx/pato.gif"
			fotos[1]="../gfx/tweety.gif"
			fotos[2]="../gfx/butterfly.gif"
			fotos[3]="../gfx/orange_go_right.gif"
			fotos[4]="../gfx/Paloma_Set2003.jpg"
                	function backward()
				{
				if (which>0){
				window.status=''
				which--
				document.images.fotoslider.src=fotos[which]
				}
				}
                	function adelante()
				{
				if (which<fotos.length-1){
				which++
				document.images.fotoslider.src=fotos[which]
				}
				else window.status='Fin de los graficos'
				}
			</script>

			<input type="button" value="<< Atras" name="ecpbutton2"
	       		onClick="backward()"> 
			<input type="button" value="Sigiente >>" name="ecpbutton1"
			onClick="adelante()"><br>
			<a href="#" onClick="which=1;backward();return false"><small> Principio </small></a>
	
		</p></center>
		</div>
		</form>
		</td>
	</tr>
</table>