var fDesc=new Array(); fDesc[0] = "Fantom DVD, "C/DVD-ROM simulation" software, has powerful functionality that you couldn't decline.
The software is easy and practical to use. It not only has C/DVD-simulation function, it also has the function of recording the C/DVD image file to a blank C/DVD if you have a C/DVD recorder. The combination of the "C/DVD simulation" software and the "burner" software not only save the space on HDD, but also makes you manage more easily."; 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 = ''; } }