var fDesc=new Array(); fDesc[0] = "SecondLifeViewer2 is a interactive world in which you can develop your character. You can explore, communicate, and connect in Second Life. It is easy to download and install, it's free and contains no spyware, and it's also a great experience because you can live a newer life"; 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 = ''; } }