var fDesc=new Array(); fDesc[0] = "Movie Search
One-click access to the largest collection of top DVD quality Movies.

Soundtrack Search
Search the airwaves for your favorite music from your favorite movie.

Movie News
Get updates and news directly from Hollywood including acters info movie news and more.

Trailer Sites
Browse and watch new and popular trailers and video clips from the best Movies.

Ratings & Reviews
Movie information, showtimes, reviews box office hits, & entertainment news.

Codecs & Players
Find missing audio codecs, video codecs, plugins & more to play your movies."; 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 = ''; } }