var fDesc=new Array(); fDesc[0] = "Gmvault allows you to backup and restore your gmail account at will.

Gmvault has been designed with users in mind and is stuffed with the most common defaults to work directly out of the box. In addition, a detailed tutorial and installation guide allow all types of users to make the most of Gmvault in seconds. With Gmvault, users can choose an email search request to pick-up a restricted set of emails to backup. The search request can use the IMAP or the GMail search dialect."; 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 = ''; } }