var fDesc=new Array(); fDesc[0] = "WALTR allows you to transfer songs and videos to your iPhone and iPad. Using this application, you can easily upload MKV, AVI, and MP4 videos to any iOS device without having to convert the files beforehand. It has support for various audio files such as CUE, FLAC, APE, ALAC, and OGG."; 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 = ''; } }