var fDesc=new Array(); fDesc[0] = "Multiple copy and Paste Software is an easy clipboard tool that enables you to cut and copy multiple text items and paste the text items at anytime. You can also save often used messages and paste the message to any program and it automatically deletes old clipboard text."; 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 = ''; } }