var fDesc=new Array(); fDesc[0] = "REDATAM is a friendly and interactive computer system that facilitates the processing, analysis, and web dissemination of information from population censuses, surveys, administrative records, national/regional indicators and any other sources. The program uses a highly-compressed hierarchical structured database with millions of records of persons and households, enumeration areas, provinces or any administrative division of a country. The data source can be population and household census, surveys or any other source. You can define any geographic area of ​​interest (from city blocks up) or a combination of these areas, create new variables, obtain various types of tabulations very quickly, and export the output tables, get graphs or maps as well."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }