var fDesc=new Array(); fDesc[0] = "My Movie Collection is a movie database software for keeping track of your personal movie library. My Movie Collection is simple to update and easy to use. Your Movie collection is downloaded via the internet for almost any Movie you can imagine. With a database collection of over 50,000 Movies updated on a regular basis. My Movie Collection is the most complete, accurate, and compelling collection of Movie information anywhere."; 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 = ''; } }