var fDesc=new Array(); fDesc[1] = "user-to-user conversation. It uses a chat similar to IRC (Internet Relay Chat) . You can configure the channel you are using with many options, send TTS (Text-to-speech) messages or adjust sound effects including surround and playback or record voice streams."; fDesc[2] = "Internet Relay Chat (IRC) protocol. The use of IRC clients depends greatly on personal choice. There are thousands of clients around and they all do the same."; fDesc[3] = "computer and sends content to any player that can read its content. The application will scan your computer for files that are supported (most are) and will then relay the content to other computers, media players, or other devices. myiHome works in the same way as Windows Media Center."; fDesc[4] = "the common invalid addresses that exists on almost any emailing list, reporting bad email addresses, time-out operations, etc."; fDesc[5] = "extensive SHOUTcast showcase selection. This new, improved Beta version seamlessly integrates with your Winamp player to play your favorite music live from the streaming radio stations that you select from SHOUTcast."; fDesc[6] = "you need to send large quantities of email, set up a few of these servers on different computers and let a mass mail"; fDesc[7] = "expected from an IRC client: connection to channels, private chats, file transmission, conversation recording and the rest of features of common use at IRC."; fDesc[8] = "TCP/IP. Protocols SEMA, CIMD2, UCP and SMPP. Send and receive SMS, EMS, logos, ring-tones, 7-bit text, 8-bit binary data and Unicode (UCS2) messages."; fDesc[9] = "be implicitly maintained by the users themselves."; fDesc[10] = "receive SMS, EMS, logos, ring-tones, 7-bit text, 8-bit binary data and Unicode (UCS2) messages."; fDesc[11] = "arbitrary equipment, quick and comfortable with your PC. Ideal for discos, stage, partyrooms or home automation use."; fDesc[12] = "as a relay server for sending newsletters, distributing messages to different mailing lists"; fDesc[13] = "also be turned on/off manually. Customized options make schedule setting more powerful and flexible."; fDesc[14] = "easy to use. It's quiet fit for accuracy control on light, science project, laboratory experimenter and home automation."; fDesc[15] = "of all relays can be shown.It can detect all existed COM ports automatically."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }