//POPUP Fotos

function pop_Fotos(theURL,winName,features) {
windowWidth = 480;
windowHeight = 480;

winleft=(screen.width/2)-(windowWidth/2+10);
wintop=(screen.height/2)-(windowHeight/2+20);
window.open('pop_Fotos.html' + theURL , 'pop_Fotos', 'left='+winleft+',top='+wintop+',width=480,height=480');
}

function pop_Fotos_2(theURL,winName,features) {
windowWidth = 600;
windowHeight = 400;

winleft=(screen.width/2)-(windowWidth/2+10);
wintop=(screen.height/2)-(windowHeight/2+20);
window.open('pop_Fotos_2.html' + theURL , 'pop_Fotos', 'left='+winleft+',top='+wintop+',width=600,height=400');
}