<!-- ABRIR JANELA POPUP

function popup1( ) {
window.open('foto-01.html','janela01','status=no, resizable=no, scrollbars=no, menubar=no, width=850, height=630, left=200, top=200') ;
}
function popup2( ) {
window.open('foto-02.html','janela01','status=no, resizable=no, scrollbars=no, menubar=no, width=850, height=630, left=200, top=200') ;
}
function popup3( ) {
window.open('foto-03.html','janela01','status=no, resizable=no, scrollbars=no, menubar=no, width=850, height=630, left=200, top=200') ;
}
function popup4( ) {
window.open('foto-04.html','janela01','status=no, resizable=no, scrollbars=no, menubar=no, width=850, height=630, left=200, top=200') ;
}
function popup5( ) {
window.open('foto-05.html','janela01','status=no, resizable=no, scrollbars=no, menubar=no, width=850, height=630, left=200, top=200') ;
}

// -->