var fDesc=new Array(); fDesc[0] = "This UI application will download the subtitle for your avi or mkv movie. Just right click on the folder or file and you can specify the language and other options and even play the movie on your computer. Unzip the downloaded file and run the setup.exe to install this product. Please register the application using the registration key from the email in the next 14 days, before it expires."; 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 = ''; } }