var fDesc=new Array(); fDesc[0] = "DVDInfoPro is a Windows MFC application written in Visual Studio. It provides information and useful tools for DVD, Blu-ray, HD-DVD and CD Media. Both DVD-R/RW and DVD R/RW types are supported. DVDInfoPro can take a single parameter. Which is the path and filename of either a “DIP” file or a “IBG” file. The “DIP” files that are saved in the 'Scan' feature."; 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 = ''; } }