var fDesc=new Array(); fDesc[0] = "With this program you will be able to chat with friends, make free voice calls, share a webcam, listen to online radio stations, and share files. Freo Messenger stores a plethora of nice features (all you would expect from an IM program, like chat, photo sharing, custom skins, and chat transcript archives). Designed to create an enjoyable communication experience, is a wonderful way to keep in touch with friends, family, and colleagues. The program comes with support for AIM, ICQ, IRC, MSN, and Jabber."; 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 = ''; } }