var fDesc=new Array(); fDesc[0] = "Tack App turns your computer into a cloud server to instantly access your files from anywhere. The program lets you pick any drive or folder on your PC and make it accessible directly through your StoAmigo personal cloud. Your files never leave the host device and they are not uploaded or synced to the cloud. Tack App gives you the ability to easily access any of your “tacked” content (drive or folder) right from your StoAmigo user interface."; 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 = ''; } }