var fDesc=new Array(); fDesc[0] = "Syncplicity is a Cloud-based file backup, synchronization, and sharing tool. It creates a local folder in your Windows PC that mirrors its online counterpart. You can upload files by simply copying them to this folder. Syncplicity will run in the background, automatically syncing all your files. You can also share files and folders in your Windows PC with any person through an access URL. The recipient can have read or write access, as you specify."; 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 = ''; } }