var fDesc=new Array(); fDesc[0] = "WINPACCS® distribution was developed to comfortably capture and manage aid supplies in emergency situations. It allows a transparent and complete monitoring of the distribution of aid supplies. Country offices and head offices may aggregate the entered data across various levels and prepare diverse reports and statistics for the public, for own controlling purposes or to inform donors."; 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 = ''; } }