var fDesc=new Array(); fDesc[0] = "ImTalk Messenger is a useful program that allows you to keep in touch with friends and to organize group discussions. You can also use the program to create private chat rooms for you and your buddies. The application is designed as a lightweight instant messaging client that provides all the basic features required to help you communicate with your friends."; 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 = ''; } }