var fDesc=new Array(); fDesc[1] = "voice chat and web cam facility, and the sound and picture quality is similar to Yahoo's and MSN. It is also possible to send SMS to mobiles using the software, which is an additional feature."; fDesc[2] = "sheet, print double-sided (duplex) and create electronic letterhead. You can print booklets, add watermarks, headers and footers. FinePrint can scale from one paper size to another. Your pages can be saved in JPEG, TIF, BMP formats."; fDesc[3] = "Driver is a single-client, multichannel sound driver that allows third-party audio programs that support the ASIO Driver standard to record and play back."; fDesc[4] = "included layouts, of which there are more than 170. The program lets you create your own designs for any purpose. You can also create your own unique letterheads, forms or backgrounds for your planners or booklets."; fDesc[5] = "can record files being played by other applications, multichannel sound cards, external USB audio cards and microphones, and supports several cards in the same system."; fDesc[6] = "file formats that include: MP3, MIDI, KAR, WAV, WMA, AC3, OGG, MPA, MP2, AU, AIF, SND, etc., and video formats VCD, MPEG, AVI, WMV, ASF, OGM, DIVX, DAT, SVCD etc."; fDesc[7] = "etc. from your local computer or the internet. Captured sounds can be saved in WAV or MP3 format, using real-time conversion (without creating temporary files). The program offers direct support for RealPlayer, Winamp, Windows Media Player ,Power DVD ,Flash, Quick time and many others. It also includes a built in WAV/MP3 player, so you can listen to your recordings immediately after you finished recording."; fDesc[8] = "multiplayer games online. It works with most existing games, such as Half-Life, Quake II, Diablo, Tribes, Unreal Tournament, and..."; fDesc[10] = "this tool you should have a full duplex sound card and DirectX 9.0 or later installed on your system. MIDI formats of sound files are not supported in many tools and players so by using this tool you can get a WAV version of a MIDI file so that you can burn it onto a CD easily."; fDesc[11] = "processing, auto-redial call queue, searchable white pages, personal phonebook, low bandwidth operation, full-duplex capabilities. You can talk to and see anybody around the world* without incurring long distance charges. Other party should also have IRIS Phone. You can collaborate with your business associates, see your family and friends when thay are away, meet with new friends or just talk with a total strangers all around the world for FREE!"; fDesc[15] = "computers. The nominated COM port at each end become connected together as if hard-wired, transparent to the external equipment using t..."; 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 = '...'; } }