var fDesc=new Array(); fDesc[1] = "digitize it, open it, complete texts, including lines and check boxes as well as default stamps or personalized stamps. Allows you to create a PDF file of several pages generated by combining pages from different image files."; fDesc[2] = "Windows Vista compatibility and 64 bit Windows compatibility as well."; fDesc[3] = "x64, Terminal Server and Citrix, client/server architecture, centralized data storage on the fax server, all common fax modems, data access from every workplace in the network, ISDN adapters and Brooktrout/Cantata and Intel/Dialogic fax boards."; fDesc[4] = "program lets you send facsimile messages from any Windows application. The answering machine will record the incoming voice messages for you. The program can show you who´s calling on the screen."; fDesc[5] = "the needed information, and also print-to-fax from most Windows programs."; fDesc[6] = "ability to create faxes by scanning the needed information, and also print-to-fax from most Windows programs."; fDesc[7] = "or IM. It supports input image files with the following name extensions: PNG/PSP/CUT/GIF/PCD/PI C/CEL/PBM/PGM/PPM/PDD/ PSD/BM/RGB/RGBA/SGI/RL A/RPF/SCR/PCC/PCX/EPS/ FAX/TIFF/TIF/ICB/TGA/V DA/VST."; fDesc[8] = ", we can enter a file name or select it from anywhere within our computer, external or removable devices. We will be able to select the following extensions: HTM/HTML/CGI/ASP/PHP/S TM/SHTML/SHTM/PHP3."; fDesc[9] = "and 64 bit Windows compatibility as well."; fDesc[10] = "to-do list manager and day planner"; fDesc[11] = "technology. Rotate, crop, resize, remove red-eye, and sharpen. CorrectPhoto is the perfect digital photo editor for Windows XP and Vista."; fDesc[12] = "printout includes a greeting, by name, from the then-President of the United States, plus newspaper headlines & more."; fDesc[14] = "management, professional templates, full modem control and ability to import/export contact information."; 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 = '...'; } }