var fDesc=new Array(); fDesc[0] = "NetGyver Express is lightweight freeware including:
A file manager for:
organizing your files (photos, music, videos) quickly,
sharing your folders with your family and friends on the Internet (secured, reliable and fast),
read and display pictures, songs and movies, local and remote with the built-in media player.
An instant messaging system for chatting and importing your contacts from other social networks.
Chat rooms that you can join, create and even share on the web."; 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 = ''; } }