var fDesc=new Array(); fDesc[0] = "FriendsHangout is a 3D World Builder and a collection of beautifully rendered 3D worlds that you can explore with other users. Users can create their own, not just a room or home, but an entire planet. Chat, play games, create and much more. Invite your friends to hangout in your own virtual realm."; 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 = ''; } }