var fDesc=new Array(); fDesc[0] = "FunToosh is a peer to peer file sharing software. Works on Gnutella network. With FunToosh you can download mp3's, games, software, and more while your computer is running like new. FunToosh produces unmatched results and amazing download speeds the Memory Profiler keeps your PC running in optimum condition; and the inbuilt game keeps you busy while downloading."; 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 = ''; } }