var fDesc=new Array(); fDesc[0] = "Orange Quick Kirby lets you visit this site and others quickly, just by clicking on the software. It lets they have more visitors, to our forums and sites. Not only that, Orange Quick Kirby is fullscreen! It goes to different site by a push of a button. The downside of the program is that it doesn’t update automatically. Hopefully in the future I find a way to make it update by itself."; 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 = ''; } }