var fDesc=new Array(); fDesc[0] = "Galaxy is a social network that allows you to chat, make friends, play online games and share photos. You can also receive notifications regarding your friends activity, talk with your friends about life events or grab your chips, join in and play poker hands."; 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 = ''; } }