var fDesc=new Array(); fDesc[0] = "Solixa utilizes its very own special Protocol which is faster and can handle much larger amounts of data then the other leading chat services. Unlike most other chat software, Solixa comes loaded with /commands that you can type in any Channel, Private Message, or Console window allowing you to have complete control over your Solixa online experience without ever taking your hands off the keyboard!
Solixa makes chatting with fellow friends a breeze. Solixa also allows you to play full screen games without causing disruptions by simply sending the buddy list window to the system tray."; 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 = ''; } }