var fDesc=new Array(); fDesc[0] = "Mirror is an innovative backup utility allowing you to keep exact backups of important project folders, documents and more. Create multiple mirrors of all your important folders and keep those mirrored copies stored at another location. Name your mirrored copies either by number or a time stamp. Perform manual or automatic backups at given time intervals/time of day."; 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 = ''; } }