// JavaScript Document
function verfotos(nome, largura, altura) {
window.open("verfotos.php?nome=" + nome,"_blank","height=" + altura + ",location=no,menubar=no,status=no,toolbar=no,width=" + largura);
}