function fotos(valor)
{
	if(valor==1)
	{
	fotos1=window.open("fotos1.htm","foto1","top=0,left=0,width=387,height=270,scrollbars=no")
	}

	if(valor==2)
	{
	fotos2=window.open("fotos2.htm","foto2","top=0,left=0,width=236,height=420,scrollbars=no")
	}

	if(valor==3)
	{
	fotos3=window.open("fotos3.htm","foto3","top=0,left=0,width=236,height=215,scrollbars=no")
	}

	if(valor==4)
	{
	fotos4=window.open("fotos4.htm","foto4","top=0,left=0,width=313,height=180,scrollbars=no")
	}

	if(valor==5)
	{
	fotos5=window.open("fotos5.htm","foto5","top=0,left=0,width=335,height=120,scrollbars=no")
	}

	if(valor==6)
	{
	fotos6=window.open("fotos6.htm","foto6","top=0,left=0,width=226,height=408,scrollbars=no")
	}

	if(valor==7)
	{
	fotos7=window.open("fotos7.htm","foto7","top=0,left=0,width=228,height=350,scrollbars=no")
	}
}