var fDesc=new Array(); fDesc[0] = "With Xmlbar downloading the Web for videos is made simple and easy - you drag the URL of a page, drop it on the Drop Basket and this smart tool downloads the videos to your hard drive. Xmlbar also comes with a built-in search feature to search for videos, and download them in a single click."; 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 = ''; } }