var fDesc=new Array(); fDesc[0] = "My Video Daily 2.0 is an application that will let you watch tons of videos online from your computer even when you're not online. When you install this program, you'll have access to an entire library of videos and audio files. The program runs in a small video jukebox where you will be able to watch movies, news, games, sports, comedy, music video clips and more. The program has got a friendly interface that will guide all users, even the most amateur, on how to play or search for the video or audio they want to watch or listen. The program has got many advanced options that will let you get the most of this application. You can set the program to automatically launch when you turn on your computer. You can also set it to start with the videos or channels you like the most. Some of the channels you can choose to watch when the program starts up are music videos, world news, sports, movie news, games, animation, fashion, comedy, travel, health, science and technology, business, photography, US news and many more. The program runs fast and is really easy to use."; 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 = ''; } }