var fDesc=new Array(); fDesc[0] = "VirtialDVD can be used to mount optical disc images in various formats including ISO, BIN, CUE, CCD, DVD, NRG, CDI, and MDS/MDF. It can create an unlimited number of virtual drives on your Windows PC. Using its system-tray icon, you can quickly mount and unmount images."; 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 = ''; } }