var fDesc=new Array(); fDesc[0] = "Catznip Viewer is a free program that aims to refine and reinvent your window into the Second Life simulation game. It brings stability, usability, privacy and plenty of original home grown features. The program allows you to configure the graphics, sound, media, move and view preferences."; 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 = ''; } }