var fDesc=new Array(); fDesc[0] = "Fat Chat is a Local Area Network Chat / Messenger App with extensive File Sharing abilities. Send and Receive Messages, pictures, and files to others over the Local Area Network. Built in Photo Viewer, multimedia player, Favorites, and History. Share Photos, Video, Database, Document, and other files between Android, iOS, Windows, and OSX."; 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 = ''; } }