var fDesc=new Array(); fDesc[0] = "Bitdefender Safebox is the safest way to backup, sync and share your important docs, movies, e-books, and photos in the cloud. Edit important documents without worries, as Safebox automatically backs them up the moment they are changed. Safebox allows you to backup and sync an unlimited number of folder, no matter where they reside on your PC."; 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 = ''; } }