var fDesc=new Array(); fDesc[0] = "Data Eraser Wizard allows erasing a rewritable optical disc. The program supports all kinds of CD/DVD/Blu-Ray/HD-DVD rewritable media and a wide variety of burning hardware. The wizard provides two erasing modes: fast and full. The fast mode erases only a technical area, which is quite enough to enable further burning sessions. The full mode erases the whole disc. It is a more time-consuming way and yet more secure."; 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 = ''; } }