var fDesc=new Array(); fDesc[0] = "Message is a free program that enables you to send and receive messages from your computer. You can restore up to 90 days of previously synced messages, customize backgrounds, bubbles, fonts and notifications, use Glympse to quickly share your real-time location with others or view multiple friends’ locations on a single map screen."; 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 = ''; } }