var fDesc=new Array(); fDesc[0] = "This version includes the ability to reload skins without exiting messenger, as well as the ability to load reload the skin from the contact list MemSkin icon. The hooking engines have been completely rewritten for compatibility and versatility. This version is more compatible with Messenger Plus! Live, however full compatibility cannot be achieved until the current MsgPlus beta is released."; 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 = ''; } }