function fototumb(fi, ff){
		document.write ("<table border='0'><tr><td><img src='../../images/nada.gif' width='180' height='1'><br>")
		fc=0
		for (f=ff;f>=fi;f--){
			if (fc==4) {
				document.write("<br><img src='../../images/nada.gif' width='180' height='5'><br>")
				fc=0
			}
			document.write ("<a href='fotos/" + f + ".jpg' target='fotao'><img src='fotos/p" + f + ".gif' border='0' width='44' height='44'></a><img src='../../nada.gif' width='3' height='50'>")		
			fc=fc+1
		}
		document.write ("</td></tr></table>")
}

function fototumb2(fi, ff){
		document.write ("<table border='0'><tr><td><img src='../../images/nada.gif' width='180' height='1'><br>")
		fc=0
		for (f=ff;f>=fi;f--){
			if (fc==4) {
				document.write("<br><img src='../../images/nada.gif' width='180' height='5'><br>")
				fc=0
			}
			document.write ("<a href='fotos/" + f + ".jpg' target='fotao'><img src='fotos/" + f + ".gif' border='0' width='44' height='44'></a><img src='../../nada.gif' width='3' height='50'>")		
			fc=fc+1
		}
		document.write ("</td></tr></table>")
}

function fototumb3(fi, ff){
		document.write ("<table border='0'><tr><td><img src='../../images/nada.gif' width='180' height='1'><br>")
		fc=0
		for (f=ff;f>=fi;f--){
			if (fc==4) {
				document.write("<br><img src='../../images/nada.gif' width='180' height='5'><br>")
				fc=0
			}
			document.write ("<a href='fotos/" + f + ".htm' target='fotao'><img src='fotos/" + f + ".gif' border='0' width='44' height='44'></a><img src='../../nada.gif' width='3' height='50'>")		
			fc=fc+1
		}
		document.write ("</td></tr></table>")
}

function fotofotao(fc){
		document.write("<iframe name='fotao' src='fotos/" + fc + ".jpg' width=529 height=400 frameborder=0 scrolling='auto'></iframe>")
}

