var fDesc=new Array(); fDesc[1] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers."; fDesc[2] = "HP Image Zone Express application program provides functional capabilities of editing and printing photos. Besides, this program provides the access to HP Instant Share program, where you can quickly share photos with other users."; fDesc[3] = "program you can create your own publications from scratch or use its predesigned templates and clip-art illustrations that you can modify according to your needs and likes."; fDesc[4] = "be used with pictures taken from digicam, hanycam, camcoders even web cam or any imaging device. This software by Canon supports BMP, FPX, JPG, PCD, TIFF and PNG file formats."; fDesc[5] = "of the HP Deskjet Series printers. The most common issues with printers like device identification, device communication, spooler configuration, port configurations can be resolved with this utility."; fDesc[6] = "it appears in your printers list. With doPDF you can convert documents/files into searchable PDFs from any application that supports printing. Interestingly, this useful PDF conversion utility is absolutely free for both personal and commercial uses."; fDesc[7] = "detailed information of the driver versions that can be automatically downloaded, and also it gives you the ability to make backup copies of each of the drivers."; fDesc[8] = "count, document name, Time and date of printout, and printer name to your favorite spreadsheet."; fDesc[9] = "printers supported."; fDesc[10] = "resolution for every image you want to resize, Quick Photo Resizer offers resize schemes that can be used to resize any number of images to same format and resolution. Quick Photo Resizer also has a logo or watermark adding tool."; fDesc[11] = "Also, it has several interesting features, like the possibility of adding frames, calendars and garnishes, making your photos perfect for gifts. It also allows you to print photos in various sizes, including some ID sizes."; fDesc[12] = ", virtual. Capture from LPT1: to LPT9: and redirect the jobs, even to a printer physically connected to the captured port and w/out physical LPT ports installed"; fDesc[13] = "options to select the avaialble printer on the network, choose the file to be printed and configure print settings.The utility supports only a set of file types that can be printed."; fDesc[14] = "applications, including Word, but the users of your Network will be able to create them too, on their client-side. Easy to install, the program puts the PDF Vista printer icon straight into the Printers folder in your Control Panel alongside your other printers."; fDesc[15] = "easily find out who, when and how many pages have been printed."; 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 = '...'; } }