var fDesc=new Array(); fDesc[0] = "IE Sync is an easy to use sync service for your mobile devices. You can use it to access bookmarks, opened tabs and browsing history of IE Browser on your iOS or Android devices. The syncing process is encrypted and all your data are stored in your own Google Docs account to ensure safety."; 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 = ''; } }