var fDesc=new Array(); fDesc[0] = "The main features of LANcet Chat are absence of an allocated server and perfect built-in Antiboss system. It works in a conference style where participants all have equal rights. The users of LANcet Chat are office workers, students of universities or home-LAN clients. Individual users can use LANcet Chat for fast productive dialogue at that time when usual means of dialogue (such as phone, ICQ etc) are not accessible or expensive. The Antiboss system allows to use LANcet Chat even at the very-angry-boss offices when you cannot do on the workstation anything but work! You can hide chat from your both desktop and taskbar by pressing <Esc> or <F12> button. As quick as hide you can restore program window by the secret key combination (the default is <Ctrl>+<Shift>+<Z>, you can generate your own secret key combination at any time). Your stupid boss simply will never find any of that darn chats on your desktop!"; 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 = ''; } }