var fDesc=new Array(); fDesc[0] = "This program lets you easily bring your Pandora bot to MSN.

It uses the Multi-IM services of BitlBee to communicate with your bot and MSN user. When a MSN User sends your bot a message on MSN Messenger it gets sent to BitlBee which then gets sent to the program, and the program will then send the user's message to your bot on the Pandora servers. After the bot makes a response the program then takes that message and sends it back to the user or a conversation if the message was sent from a MSN Conversation with multiple people."; 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 = ''; } }