var fDesc=new Array(); fDesc[0] = "TibiaVPlayer is tool which allows you to watch tibia recordings with .cam extension (most popular in this category). You can use arrow keys to fast-forward, backspace to shift back. You can also jump to any point of the movie instantly by using scroll."; 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 = ''; } }