var fDesc=new Array(); fDesc[0] = "Drag and File Gold is a file and archive manager. In addition to the features of Drag and File 95, Drag and File Gold includes the integrated Drag and Zip function. ZIP, GZ, and TAR files appear as folders on a tree, with their contents in the file pane. Extracting files is as easy as copying or moving. Drag and File Gold's features include built-in zipping, unzipping, virus scanning, and an FTP module."; 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 = ''; } }