var fDesc=new Array(); fDesc[1] = "WSE is a feature set, which developers can use for secured interaction between Web services based on different WS- specifications, such as WS-Security, WS-Addressing and WS-Policy."; fDesc[2] = "YouTube website and going through the process of uploading on a site that has heavy viewership and usage. AVS YouTube uploader works in the background and supports the upload of multiple video files at the same time without interference."; fDesc[3] = "it also enhances it adding al lot of basic and advanced configuration, visualization and customization options for your home network. Dell Network assistant tries making your home network easier to manage, and it succeeds in many respects"; fDesc[4] = "version, with new sounds and some minor improvements. Not the update the community was expecting, but this is the best choice for the amateur online racing driver that wants to have fun."; fDesc[5] = "effects to your photos. Within the application you will find a wide set of useful effects like: Rotate to left or right, fix red eye, enhanced color, denoise, deblur, make up, lighting, straighten, resample and crop."; fDesc[6] = "many more. You can also use your own existing Logo, images, and clip art to help create your labels. It is a versatile label creation software. Not only are there many templates to choose from, but it also comes with a vast array of images in their library."; fDesc[7] = "local-area network. The data is transmitted continuously, in real time, using multicast addressing and UDP protocol."; fDesc[8] = "precision to find the bad and leave the good in place. RegistryClear can then restore your PC to peak performance!"; fDesc[9] = "can be applied to a block of cells, entire sheet or entire file. Excel 2000 or higher required."; fDesc[12] = "Invoices. Invoice Types available: Estimate, Invoice, Work Order, Credit, Past Due. No expensive forms to buy just use blank computer paper. Your Invoices will have that clean professional look. Add your Company name, address, phone, fax and company licenses information. You can even add your company logo. Keep track of your paperwork with the automatic numbering system; each Invoice gets its own number! No more addressing envelopes, just slip the invoice in a #9 Double Window Envelope and mail it!"; fDesc[13] = "sorts your e-mails into folders. Try it now!"; fDesc[14] = "replace typical mail clients and webmail sites, allows full mobility and favours privacy protection."; fDesc[15] = "contain all the features a person should need. CB includes TAPI telephone dialing, shell link email/URL browsing, complete name, company and address fields, 6 phone fields, 2 email and 2 URL fields, notes, minimize totray support, comma/tab seperated value import and export, searching and sorting on any field, window andcolumn size saving, and quickfind addressing along witha wealth of other features."; 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 = '...'; } }