if(top==self && document.URL.substring(0,34) == "http://www.familiamanassero.com.ar"){
function navegar(){Pagina="../../../PaginaDeNavegar.html?Pagina="+document.location;Alto=screen.height-52;Ancho=screen.width-10;Caract="menubar=no,location=no,status=yes,resizable=yes,top=0,left=0,width="+Ancho+",height="+Alto;window.open(Pagina,'_self',Caract);};
navegar()
}

if(top==self && document.URL.substring(0,4) == "file"){
document.write("<FRAMESET FRAMEBORDER=0 FRAMESPACING=0 BORDER=0 COLS=125,*><FRAME SRC='../../../Navegar.html' NAME='nav' scrolling='no'><FRAME src='../../../PaginaDeTransferencia.html?Pagina="+document.location+"' name='main'></frameset>");
}


if(top==self && document.URL.substring(0,4) == "http")
{
if (navigator.appName=="Microsoft Internet Explorer" && navigator.appVersion.substring(0,1)>3)
document.write("<FRAMESET FRAMEBORDER=0 FRAMESPACING=0 BORDER=0 COLS=125,*><FRAME SRC='../../../Navegar.html' NAME='nav' scrolling='no'><FRAME src='../../../PaginaDePaso.html' name='main'></frameset>");
else document.write("<iframe width='150' height='32' src='../../../PaginaContador.html' frameborder='no' scrolling='no'></iframe>");
}
else;
if(document.URL.substring(0,4) == "file") var Pasar = "../../../../../../FamiliaRopolo/" ;
else var Pasar = "http://www.ropolo.com.ar/" + document.URL.substring(45,200) + "../../";

//var Base = "http://www.ropolo.com.ar/"
document.write("<SCRIPT type='text/javascript' SRC='../../../../Paginas/Imagenes/ContadorVisitas.js'></script>");
document.write("<SCRIPT type='text/javascript' SRC='../../../../Paginas/Imagenes/PasarRopolo.js'></script>");

var BasePagina = document.URL.substring(0,document.URL.search(".html")+5);

var Nombre,CD,CCD;
if(document.URL.indexOf("Personales")>1){Nombre="Personales/"+document.URL.substring(document.URL.indexOf("Fotos")+17,document.URL.indexOf(".html"));}
if(document.URL.substring(document.URL.indexOf("Fotos"),document.URL.indexOf(".html")).indexOf("Familias")>1){Nombre="Familias/"+document.URL.substring(document.URL.indexOf("Fotos")+15,document.URL.indexOf(".html"));}
if(document.URL.indexOf("Documentos")>1){Nombre="Documentos/"+document.URL.substring(document.URL.indexOf("Fotos")+17,document.URL.indexOf(".html"));}
if(document.URL.indexOf("Encuentro")>1){Nombre="Encuentro/"+document.URL.substring(document.URL.indexOf("Fotos")+16,document.URL.indexOf(".html"));}
if(document.URL.indexOf("Epitafios")>1){Nombre="Epitafios/"+document.URL.substring(document.URL.indexOf("Fotos")+16,document.URL.indexOf(".html"));}
if(document.URL.indexOf("Eventos")>1){Nombre="Eventos/"+document.URL.substring(document.URL.indexOf("Fotos")+14,document.URL.indexOf(".html"));}
if (Nombre){

img = new Image();
img.src = "../../../../../../CD/Manass/Fotos/"+Nombre+".jpg";
img.width; //Ancho;
img.height; //Alto;
if (img.width/img.height>=1 && img.width>50) {Control="W";CCD="CD"}
if (img.width/img.height<1 && img.width>50){Control="H";CCD="CD"}
}



if(document.URL.substring(0,4) == "file") {var LugarDireccion = "<IMG border=0 hspace=0 src='../../../../Paginas/PaginasAuxiliares/Fotos/"; 
var LugarDireccionCD = "<IMG border=0 hspace=0 src='../../../../../../CD/Manass/Fotos/";}
else {var LugarDireccion = "<IMG border=0 hspace=0 src='../../../../Paginas/PaginasAuxiliares/Fotos/";
var LugarDireccionCD = "<IMG border=0 hspace=0 src='../";}

var Control;
if (Control) {

if(document.URL.substring(0,4) == "file"){
var qx = 15, py=screen.height-300;

Imagen= "Ampliar.gif";
if (document.URL.indexOf("Ingles")>1) Imagen ="Expandir.gif"
if (document.URL.indexOf("Italiano")>1) Imagen ="Expandir.gif"


Parte1 ="<IMG  src='../../../../Paginas/Imagenes/"+Imagen+"', border=0 Title='Full Screen'></a>";

{if(Control == "W")Parte = "<a href=javascript:ViewImage('"+Nombre+".jpg','-')>";
else Parte = "<a href=javascript:ViewImage1('"+Nombre+".jpg','-')>";
}

document.write("<div style='position:absolute; z-index:1; left:"+qx+"px; top:"+py+"px;'>");


document.write(Parte+Parte1+"</a></font></td></div>");

}
else {Parte="";Parte1="";};
}
function ViewImage(ifile,ititle) { 
ititle=document.title
var ix = screen.width
var iy = screen.height
newWindow = window.open("","newWin","width="+(ix-10)+",height="+iy+",resizable=yes,titlebar=no,status=no,toolbar=no,menubar=no,location=no,top=0,left=0,,top=0,left=0");
text = "<html><head><title>"+ititle+"</title>";
text +="<base href='"+BasePagina+"'>";
text += "</head><body bgcolor=#000000 TOPMARGIN=0 LEFTMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0>";
text +="<table align=center cellPadding=0 cellSpacing=0 height='98%'><tr><td>";
if(document.URL.substring(0,4) == "file"){
if (ix/iy>800/600){text +="<img align=middle hspace=0 vspace=0 height="+(iy-30)+" src=../../../../../../CD/Manass/Fotos/"+ifile+"></td></tr></table></body></html>";}
else {text +="<img align=middle hspace=0 vspace=0 width="+ix+" src=../../../../../../CD/Manass/Fotos/"+ifile+"></td></tr></table>></body></html>";}
}
else text +="<img width="+ix+" src=http://www.iespana.es/eropolo/Paginas/PaginasAuxiliares/fotos/"+ifile+"></td></tr></table></body></html>";

setTimeout('windowProp(text)', 3); 		// delay 3 seconds before opening
}
function windowProp(text) {
//newWindow = window.open("","newWin","width='+screen.width+',height=100");
newWindow.document.write(text);
setTimeout('closeWin(newWindow)', 5000);	// delay 5 seconds before closing
}
function closeWin(newWindow) {
newWindow.close();				// close small window and depart
}

function ViewImage1(ifile,ititle) { 
ititle=document.title
var ix = screen.width
var iy = screen.height
newWindow = window.open("","newWin","width="+(ix-10)+",height="+iy+",resizable=yes,titlebar=no,status=no,toolbar=no,menubar=no,location=no,top=0,left=0,,top=0,left=0");
text = "<html><head><title>"+ititle+"</title>";
text +="<base href='"+BasePagina+"'>";
text +="</head><body  background='../.././../Paginas/Imagenes/fondo.jpg' bgcolor='#000000' TOPMARGIN=0 LEFTMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0 >";
if(document.URL.substring(0,4) == "file")
text +="<center><img align=center hspace=0 vspace=0 height="+(iy-30)+" src=../../../../../../CD/Manass/Fotos/"+ifile+"></body></html>";
else text +="<img width="+ix+" height="+iy+" src=http://www.familiamanassero/Manassero/Paginas/PaginasAuxiliares/fotos/"+ifile+"></body></html>";
setTimeout('windowProp(text)', 3); 		// delay 3 seconds before opening
}
function windowProp(text) {
newWindow.document.write(text);
setTimeout('closeWin(newWindow)', 5000);	// delay 5 seconds before closing
}
function closeWin(newWindow) {
newWindow.close();				// close small window and depart
}


function MosFoto(Nomb,CD,Wi,He) {
if(Nomb=="") Nomb=Nombre;
if(CD=="") CD=CCD
if(CD=="CD") LugarDireccion=LugarDireccionCD;
//Posicion=((screen.availwidth-125)*0.98-Wi)/2+5
//if(Posicion <=(screen.availwidth-125)*0.02+5) Posicion=(screen.availwidth-125)*0.02+5; 
document.write(LugarDireccion +Nomb+".jpg' height="+He+" width="+Wi+" usemap='#Foto' style='position: absolute;z-index:+1;'>")
}

function MosFotoRe(Nomb,CD,Wi,He,Grupo,Cant) {
//if(Nomb=="") Nomb=document.URL.substring(document.URL.indexOf("Fotos")+6,document.URL.length-5)
if(Nomb=="") Nomb=document.URL.substring(document.URL.indexOf("Fotos")+6,document.URL.indexOf(".html"))
if(CD=="CD") LugarDireccion=LugarDireccionCD;
document.write(LugarDireccion +Nomb+Cant+".jpg' height="+He+" width="+Wi+" style='position: absolute;z-index:+1;'>")
}


var Neto ="../../../../";
document.write("<DIV id=content><script type='text/javascript' SRC='../../../../Paginas/Imagenes/FloatingVolver.js'></script></DIV>");

document.write("<SCRIPT type='text/javascript' SRC='../../../../Paginas/Imagenes/DatosMiembros.js'></script>");
document.write("<SCRIPT type='text/javascript' SRC='../../../../Paginas/Imagenes/DatosOtrosMiembros.js'></script>");
if(document.URL.substring(0,4) == "file") var BaseDatosFotos = "../../../../Paginas/PaginasAuxiliares/", BaseDatosFotos1="../../../../../../CD/Manass/"; else var BaseDatosFotos = "../../../../Paginas/PaginasAuxiliares/", BaseDatosFotos1="../../../../Paginas/PaginasAuxiliares/";
document.write("<SCRIPT type='text/javascript' SRC='../../../../Paginas/Imagenes/VerDatoFotos.js'></script>");
document.write("<SCRIPT type='text/javascript' SRC='../../../../Paginas/Imagenes/Localidades.js'></script>");

if (document.URL.substring(0,34) == "http://www.familiamanassero.com.ar" || document.URL.substring(0,30) == "http://familiamanassero.com.ar"){
if (navigator.appName=="Microsoft Internet Explorer") {
var Alto= screen.availHeight-window.screenTop-29;
var Ancho= screen.availwidth-window.screenLeft-22;
if((Familia)=="Ropolo") var Fondo="background.image:url(../../../../FamiliaRopolo/Paginas/Imagenes/fondo.jpg)";else var Fondo="background.image:url(../../../../Paginas/Imagenes/fondo.jpg)";}
else {Alto= screen.availHeight*0.8 ;if((Familia)=="Ropolo") var Fondo="background-image:url(../../../../FamiliaRopolo/Paginas/Imagenes/fondo.jpg)";else Fondo= "background-image:url(../../../../Paginas/Imagenes/fondo.jpg)";Ancho=""+"<br>"}
document.write("<div style='position:absolute; left:0px; top:0px;"+Fondo+";height:"+Alto+"px;width:"+Ancho+"px'>");
}
if(document.URL.substring(0,4) == "file") {if (top==self);else var Familia = parent.frames[0].Familia;}

if((Familia)=="Ropolo" && document.URL.substring(0,4) == "file")
document.write("<style>body {background-image: url(../../../../../../FamiliaRopolo/Espanol/Imagenes/fondo.jpg); background-attachment: fixed;}</style>");
if(document.URL.substring(0,4) != "file"){document.write("<SCRIPT type='text/javascript' SRC='../../../../Paginas/Imagenes/GoogleAnalytic.js'></script>");}
