var fDesc=new Array(); fDesc[0] = "Miranda NG Pilot Pack is a complex pack based on the multiprotocol client Miranda NG. It supports almost all the most popular protocols (ICQ, Jabber, etc.), as well as popular social networks (VKontakte, Facebook, Classmates), plus a large number of modules that you can choose when installing the pack. You can choose from more than ten colorful themes with ability to change them from the main menu in a single click."; 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 = ''; } }