var fDesc=new Array(); fDesc[0] = "With Sync, you have access to your files anywhere and anytime. When you install the NextGenTel Sync application on your computer, a folder named NextGenTel is created. This folder is also added to your favorites. Everything added to this folder is synchronized with your storage in the cloud. You can also install the program on other machines. You also have access to your files if you have a smartphone or tablet. If you save an image from your phone, it will sync to your / your computers. All files synced in the cloud can also be shared with family and friends."; 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 = ''; } }