var fDesc=new Array(); fDesc[0] = "ArkBackup is an easy-to-use and professional backup software tool that helps to protect your important data from irreparable loss or damage. ArkBackup is designed for MS Windows 2000, XP, Vista, Win7 and the server system - Windows Server 2003, Windows Server 2008. Strong file encryption and multi-choice zip compression on the fly, as well as many other useful features, will protect your valuable data."; 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 = ''; } }