var fDesc=new Array(); fDesc[0] = "HandyShare is the software application that allows trimming of video and audio files, applying sound effect and also makes uploading them to YouTube easily. You can create your movies and share them with everyone via the Internet.

Requirements"

-Windows XP 32bit (SP2 or later)
-Windows Vista 32bit / 64bit (SP1 or later)
-Windows 7 32bit / 64bit
-Intel Pentium4 1.4GHz / AMD Athlon 64 or faster
-512MB RAM (1GB or more recommended)
-USB1.1/2.0 compatible port
-1024 x 600 monitor resolution or more"; 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 = ''; } }