var fDesc=new Array(); fDesc[0] = "Genie Backup Manager Professional has a clear simple interface which lets you manage the application without problems and in just a few minutes. As soon as you start working with it, you'll see that behind it's simple appearance lie some advanced options not found in higher-end products."; 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 = ''; } }