var fDesc=new Array();
fDesc[1] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing";
fDesc[2] = ", spreadsheets, presentations and more), and also create PDF files from a web page through an optional toolbar for the web browser. PDFCreator acts like a virtual printer who \"prints\" the selected document or web page into a PDF file, choosing from a complete set of options.";
fDesc[3] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price.";
fDesc[4] = "Microsoft Word, Excel, PowerPoint, Outlook, Internet Explorer, Project, Visio, Access, and Publisher, as well as Autodesk® AutoCAD® and Lotus Notes.Scan paper documents to PDF and automatically recognize text with optical character recognition (OCR) technology to create compact, searchable PDF documents.Archive e-mail or e-mail folders from Microsoft Outlook or Lotus Notes in PDF to facilitate search and retrieval. Convert complete web pages, or just the portions you want, including or excluding rich and interactive media. PDF versions of web pages are easy to print, archive, mark up, and share.Convert virtually any 2D and 3D designs — including layers, dimensions, and metadata — to a single PDF file to share product data more easily and securely.";
fDesc[5] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc.";
fDesc[6] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2.";
fDesc[7] = "version 1.05: 1) Default printer detection; the user is prompted for target printer if default not found.";
fDesc[8] = "let you create 360° interactive web pages with Hotspots to other scenes, web pages or multimedia. This can be used to produce virtual tours of real estate properties, tourist destinations, showrooms or shopping malls.";
fDesc[9] = "screen in rectangle, ellipse, window, control, menu and custom shapes. Any Screen Capture can take snapshots of DVD screens and games screen of full size also. You can take screenshots of auto scrolling windows of long pages like web pages or other documents.";
fDesc[10] = "some of the web browsers out there. As it is based on Internet Explorer, all the addons and favorites are automatically loaded in this browser. It supports the ever so popular tab navigation.";
fDesc[11] = "using html color names (x11, NS, web safe colors). Resize browser window using presets. Use skins.";
fDesc[12] = "full control under the printer ?stream? (jobs), i.e. the possibility to place several ?printed? pages on the single sheet and vice versa, edit appearance and order, add watermarks, headers, footers, exclude graphics items, concatenate jobs and etc. With Layout Designer you can edit predefined and create your own layouts to fit your usual task completely. Application can save work results as PDF/ graphic files or send them via E-Mail. To support Layout Designer in actual state serves ?Live update? function. Highlights: - suitable for every application with ?print? function - embedded layout editor with great number of useful settings - multifunctional print jobs editor - save as PDF? function - easy to use control and helpful assistant - 50 predefined layouts in 5 categories - supports 500 types of printer paper - predefined and user-defined watermarks, headers, footers - live update -...";
fDesc[13] = "scanning engine, Bounce will not allow your children to view innapropriate material on the Internet. Numerous parental controls allow parents to keep tr...";
fDesc[14] = "helps you optimize printing, save expenses, etc. RAW PCL 5, 6 and EMF data types are supported.";
fDesc[15] = "a number of different formats from PNG to JPEG to TIFF to EMF.";
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 = '...';
}
}