    function catalogo(theURL){
    window.open(theURL, 'detalhe', 'width=580,height=400,scrollbars=yes' );
    }
	
    function catalogo1(theURL){
    window.open(theURL, 'detalhe', 'width=640,height=510,scrollbars=yes' );
    }

    function mapa(theURL){
    window.open(theURL, 'detalhe', 'width=760,height=431,scrollbars=no' );
    }

