var fDesc=new Array(); fDesc[0] = "FreeVideoConverter Toolbar provides you with latest tool for video converting. The toolbar is a great asset for your browser especially for when you are a fan of Video websites and want to download the videos you are watching. Also you can convert audio files to different file types and much more. You can read email, read latest news through RSS and check local weather."; 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 = ''; } }