var fDesc=new Array(); fDesc[0] = "RiftCat is a reliable virtual reality content platform. It has a rich catalogue of games which grows daily. You can use the built-in filters to find games that suit you the best. With RiftCat Download Manager all games are installed quickly and without any problems; it will also keep your games automatically updated."; 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 = ''; } }