var fDesc=new Array(); fDesc[0] = "The WHO Anthro software for PC has been further updated to allow users to correct for cluster sampling in the analysis of nutritional surveys. Additionally the survey module includes now the option to collect address data similarly to the inidvidual assessment. This information can be useful for mapping and stratified analysis. Furthermore language options enable users now to change from the default English to Chinese, French, Spanish, Russian or Portuguese. The PC manual has also been updated to reflect these changes."; 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 = ''; } }