var fDesc=new Array(); fDesc[0] = "Optical Disc Archive Software is a basic utility that allows you to read/write files from a computer connected to an ODS-D77U/D77F or ODS-D55U Optical Disc Archive Drive Unit. You can also use it to change the operation mode and write-protect settings. It can perform media manipulation functions such as Rollback, Format, Finalize, Recover File, and Duplicate Volume."; 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 = ''; } }