function navigate(screen) { document.all['screen'].value = screen; document.all['f'].submit(); } function imgSwap(img, obj, total) { document.all['pImg'].src=img; for(var i = 0; i < total; i++) { document.all['lnk_'+i].style.textDecoration = 'none'; document.all['lnk_'+i].style.fontWeight = 'normal'; document.all['lnk_'+i].style.fontSize = '9'; } obj.style.textDecoration = 'underline'; obj.style.fontWeight = 'bold'; obj.style.fontSize = '11'; } function loadBuilding(obj) { var conId = obj.value; // Id do condomínio var len = buildingArray.length; // Quantidade de prédios var bSplit = new Array(); // Array que vai armazenar id e nome do prédio var conBuild = new Array(); // Array que vai armazenar os prédios de um determinado condomínio var bObj = document.all['predio'] // Objeto