var fDesc=new Array(); fDesc[0] = "This tool facilitates data transfer between computers within a network and to transfer data through different drives. The software offers the option of preservation and customization of the original date and time stamp. This Data copy software provides the user with lots of features to make data export smooth. The software is especially beneficial for those who need to transfer bulk data. By using this software large chunks of files and folders can be transferred with a simple click of the mouse."; 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 = ''; } }