var fDesc=new Array(); fDesc[0] = "Miranda Password Recovery is the best Messenger password recovery tool that instantly recovers and decrypts lost or forgotten Miranda passwords with a click of a button! All major protocols are recognized (ICQ, AIM, MSN, Yahoo, Gadu-Gadu, Jabber), multiple profiles are supported. This tool works with all versions of Miranda instant messenger"; 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 = ''; } }