var fDesc=new Array(); fDesc[0] = "Yahoo Pal is an add-on program for the popular IM software Yahoo! Messenger. It adds some features and bypasses some limitation imposed by Yahoo! Messenger, and that can make your IM more interesting.
Yahoo! Pal is an invisible program, it will automatically attach to running Yahoo! Messenger and new Yahoo! Messengers you run after Yahoo! Pal, and add menu bar to the Yahoo! Messenger windows.
The program allows multiple accounts on the same computer, automatically reply when you are away and enables you to send a random quote to your friend. Also Hotkey to hide Yahoo! Messengers windows is provided by the program."; 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 = ''; } }