var fDesc=new Array(); fDesc[0] = "Ares P2P, also known as Ares Galaxy, is a free file sharing program that enables users to share audio, video, image, and other media files. Ares P2P instantly plugs into the Ares Galaxy network with millions of users worldwide. Ares P2P downloads files at high speed, lets you preview files while downloading, and features a powerful file library for organizing your media files."; 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 = ''; } }