var fDesc=new Array(); fDesc[1] = "quality and premium performance. Today, Conexant offers a line of industry leading HD-Audio codecs, including marketing value-added Voice Processing Algorithms Digital Signal Processor (DSP) software, optimized for PC Motherboard integration for worldwide operation."; fDesc[2] = "with management buttons allows creation of a new profile, edit a profile etc. The Settings General page allows Launch of Acer eNet Management, views Wireless Adapter, Firewall settings etc and the Network page has three buttons on this page namely: VPN ,WLAN & LAN"; fDesc[3] = "and Cyrillic alphabet tables, and some other things. This application is designed to help us create all types of reminders: to-do lists, anniversaries, special events, appointments, quick memos, meetings, and so on."; fDesc[4] = "capture driver or compatible. Now video and audio streaming has been added."; fDesc[5] = "predefined fields, which means you can use this program as a database for just about anything. Options include searching, printing, merging, networking, encrypting, web browsing, phone dialing and more. Modern replacement to Microsoft Cardfile.exe, for all 32-bit Windows. Simple, powerful and inexpensive. Free unlimited trial."; fDesc[6] = ", potential matches are displayed Preferences may be chosen on what data is to be displayed. Copy data to the clipboard or print it."; fDesc[7] = "different parts of the world and gives instant access to international dialing codes."; fDesc[8] = "it is way more customizable and allows you to set certain actions to be taken when you get a call. For this application to work, first, you have to connect your phone line to your computer, and your phone to the out port of your modem."; fDesc[9] = "working with the dial-up Internet connection."; fDesc[10] = "Install the update; 3. Troubleshooting. This update is usable for Treo 700w and 700wx featuring slightly different characteristics depending on the model of your smartphone."; fDesc[11] = "lookup this information with a minimum of hassle."; fDesc[12] = "will allow you to keep all of your friends and family contacts perfectly classified. Within this flexible and convenient telephone directory, searching for your contacts in different fields is very easy, and printing some or all of your records is also possible."; fDesc[13] = "customizable display resizes between 4 and 25 cells. Now includes international dialing codes for each city!"; fDesc[14] = "connection headaches away bringing order to information havoc. Purchase your copy today and forget about Internet connectivity problems!"; fDesc[15] = "phone numbers."; 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 = '...'; } }