var fDesc=new Array(); fDesc[0] = "ZeuAPP is the program which allows you easily download open source and free software from it’s dashboard. There are 13 categories which will help you the application that suits your needs. The updates are published regularly, mostly depending on the new software added to the application.. ZeuAPP name is acronym of Zeusoft’s Application Packet Packager."; 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 = ''; } }