retrato=null
bitrato=null
function meuHoriz(lugar) {
        if(bitrato) {bitrato.close(); bitrato=null;}
        retrato=window.open(lugar,"nome","width=400,height=280,top=0,left=360,scrollbars=yes,status=no,menubar=no,resizable=yes");
        retrato.focus();
        }
function meuVerti(lugar) {
        if(retrato) {retrato.close(); retrato=null;}
        bitrato=window.open(lugar,"nada","width=280,height=400,top=0,left=360,scrollbars=yes,status=no,menubar=no,resizable=yes");
        bitrato.focus();
        }
function fechaGeral() {
        if(bitrato) {bitrato.close(); bitrato=null;}
        if(retrato) {retrato.close(); retrato=null;}
        }        

