var fDesc=new Array(); fDesc[0] = "It is a New add-on for Windows Live Messenger that comes along with extra features and a wonderful Skin. Khalid Edition Features : New Style with wonderful skin; Ability to Send any Extension for files; Ability to run multiple messengers; Multiline Nickname Support; Adware/Spyware Free and No banner ads; Includes many of Messenger Utilities and Tools Programs; No nudge protection; Ability to install it any where in your hardisk; Ability to send / receive more than 3 files at once."; 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 = ''; } }