var fDesc=new Array(); fDesc[0] = "FileCD™ 3.0 is a full-featured packet writing utility. Using FileCD and a supported CD/DVD Recorder, you can copy your data files to CD/RW or DVD/RW discs for transfer or archival purposes. The familiar Windows interface makes copying your data files with FileCD as easy as pointing and clicking a mouse. Simply drag and drop any file/folder from your source hard disk to the FileCD window or simply right mouse click the file/folder and use the "Send To" option to select FileCD and in minutes you will have a disc containing your important data files."; 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 = ''; } }