var fDesc=new Array(); fDesc[0] = "iMON Manager is an application to used to control various media applications and Windows system using remote controller and runs on the system tray.
iMON Manager automatically makes settings for various media applications during its installation process. The application list that iMON Manager supports the automatic settings are as like follows."; 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 = ''; } }