var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to copy text from multiple websites quickly. There are features to copy the browser text to a textbox (within the software) or text file. This software is designed to work with IE, Chrome or Firefox. The data is aggregated within the software so that you can copy multiple websites and have one big text file when you are done. This software will save you time by automating the Select All and Copy To Clipboard process."; 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 = ''; } }