var fDesc=new Array(); fDesc[0] = "Vee-Hive helps you organize your downloaded large collection and is an ideal solution for cataloging large collections across multiple storage devices. A library is automatically created complete with thumbnails; then you can tag your files.

The tags themselves can be organized hierarchically and via links and synonyms. Best of all, you can use many of your favorite video applications without leaving the program."; 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 = ''; } }