var fDesc=new Array(); fDesc[0] = "Two-Movies.com toolbar has a user-friendly interface and that makes it simple to use. Two-Movies.com toolbar can be installed in a few seconds and includes uninstaller. With a few clicks, everybody can find out the latest news and announcements. It also has a search engine for free movies, images, dictionary and videos and a button redirecting you to Two-Movies.com website.

It also includes a radio player, e-mail notifier and you can also choose to include additional useful components in the toolbar."; 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 = ''; } }