var fDesc=new Array(); fDesc[0] = "With his simplified user guidance, Virtual CD Fileserver allows you to create a virtual DVD-ROM drive locally to extend your computing infrastructure. This Virtual DVD-ROM emulation allows you to use virtual optical drives when and where you need them to save the files from server. With this program you can also create images of your optical media, so you can use them at any time without having the physical medium."; 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 = ''; } }