window.defaultStatus = "Fernando de Fabinho"
function abre_album(sURL){
newwindow=open(sURL,"album","scrollbars=no,toolbar=no,directories=no,menubar=no,resizable=no,status=no,width=800,height=600, top=50, left=15");
}
function abre_imagens(sURL){
newwindow=open(sURL,"imagens","scrollbars=yes,toolbar=no,directories=no,menubar=no,resizable=yes,status=no,width=640,height=480, top=50, left=50");
}