var fDesc=new Array(); fDesc[0] = "MetaX is a Windows movie tagging program for MP4, M4V, and MOV files. With only a mouse click or two, the program will scour all the major sources of movie and TV information on the web: TVDB, TheMovieDB, iTunes, as well as IMDB and Yahoo posters, and display the information. You can select from multiple entries to get just the look you want, then quickly write the tags into the file so that it shows up in iTunes, Apple TV or other media players."; 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 = ''; } }