var fDesc=new Array(); fDesc[0] = "BYclouder BlackBerry Z10 Data Recovery is a professional and powerful data recovery tool that supports almost all BlackBerry Z10 file formats. The program allows you to recover photos, videos, contacts, messages, notes and it has support for SD cards, CF cards, MD and MMC cards."; 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 = ''; } }