var fDesc=new Array(); fDesc[0] = "Once upon a time, you were forced to awkwardly mark and copy text from one location and paste the text to the (hopefully correct) other location. Pictures to be uploaded had to be located and selected with the internet-browser’s file-dialog. An unwieldy, time-consuming and frequently irritating waste of time. And if the text was in another language, it had to be marked up, copied, and passed through translation-software, before being inserted in its final destination. Now, this can all happen much faster and easier. The advantages of click.to are obvious. Text, images, videos, and other documents which are selected can be sent to other applications with a single click. And the programs can even handle the selection automatically. You might say, click.to transforms everything in your computer into a hyperlink."; 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 = ''; } }