var fDesc=new Array(); fDesc[0] = "EMERALD P2P UltraPeer is a fast and precise download service which provides a built-in file search engine and chat functions. The fastest way to download a file is first to chose a category : Documents, Images, Audio, Video and Programs and then type whatever you want to find in the Gnutella P2P Network. It’s OK if you don’t specify the file type, the program will present all file types for you to chose your download."; 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 = ''; } }