// constants //var noValue = '-99' // globals //var curOption = new Array(); //var isLoaded = new Array(); function informetel(idimovel) { jsrsExecute( '/br2/imovel_jsrs.html', exibetel, 'informatel', idimovel ); } function exibetel(idimovel) { //var div = document.getElementById("telefone"); //div.style.display = "block"; } function informefax(idimovel) { jsrsExecute( '/br2/imovel_jsrs.html', exibefax, 'informafax', idimovel ); } function exibefax(idimovel) { //var div = document.getElementById("fax"); //div.style.display = "block"; } function informemail(idimovel) { jsrsExecute( '/br2/imovel_jsrs.html', exibemail, 'informamail', idimovel ); } function exibemail(idimovel) { //var div = document.getElementById("mail"); //div.style.display = "block"; }