var fDesc=new Array(); fDesc[0] = "MovieHive is a personal movie cataloging software. To add a new movie in your list, simply enter the movie title or UPC code, and MovieHive will download all of the related information, including plot, cast, crew, technical specs, cover images and more... You can use MovieHive to catalogue your personal collection of video files, Blu-rays, DVDs, CDs, VHS tapes, etc. Powerful filter function let you find what you're looking for fast. Find all movies in your collection starring the same actor, or made by the same studio and more in just a few clicks."; 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 = ''; } }