<!--

function abrefotos(url){
fotos = window.open(url,'galeria','width=474,height=362,top='+((screen.height/2)-(362/2))+',left='+((screen.width/2)-(474/2))+',toolbar=no,scrollbars=no,resizable=no,menubar=no,status=no,directories=no,location=no');
fotos.focus();
}
function abrefotos2(url){
fotos = window.open(url,'fotos','width=300,height=495,top='+((screen.height/2)-(495/2))+',left='+((screen.width/2)-(300/2))+',toolbar=no,scrollbars=no,resizable=no,menubar=no,status=no,directories=no,location=no');
fotos.focus();
}
//End Script -->
