var fDesc=new Array(); fDesc[0] = "IOSManager provides the bug notify form by you to submit your notification that will post to problem processing schedule. If fixed done, the service pack updates releases at next period. The subscription service pack user enjoys the system suggestion, but it retain the all system right. All are suitable as the principle for popularity."; 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 = ''; } }