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] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client.";
fDesc[3] = "and sharing through the Internet, open format. Similar to PDF files, this smaller file contains scale and design information ready to be managed by designers and experts. The name of DWF Viewer has been changed to Autodesk® Design Review.";
fDesc[4] = "Basic HTML Document, CSS (Cascade Style Sheets), HTML 4.01 and 4.01 Transitional and XHTML Strict, Mobile and Transitional. It also has design elements, like scroll bars, forms, FAQs and glossaries, as well as Dynamic Pages Templates (Java, JSP, PHP and XML) and Legal Forms.";
fDesc[5] = "snap. This version features several improvements and bug fixes. Several improvements have been made regarding template instances editing, including Enter key, transformations, contextual menus and some other.";
fDesc[6] = "features like multiple result sets on tab sheets, query history, storing query \"bookmarks\", editing and comparing resultsets, SQL script debugging, and more.";
fDesc[7] = "printing contact sheets and calendars, and a paper saver. PDF support.";
fDesc[8] = "photos in popular sizes including 4x6 and 5x7. Make print sheets, albums, calendars, cards and contact sheets. Use pre-made pages or create your own. Just select photos, choose a layout and print. \"Couldn't be easier,\" says Popular Photography magazine.";
fDesc[9] = "is organized by using W3C’s cascading style sheets (CSS). XMLmind XML editor can be used in advanced functions such as XML documents, edit large, modular, complex etc.";
fDesc[10] = "programming skills. User selects the required page layout out of the propossed by the application, by clicking on one of the standard layouts shown or a template masters set. Web page designers can bring in their own projected layouts in XHTML.";
fDesc[11] = "launches an easy to navigate Windows style interface which presents you with tabs for more specific information about pinout, substitute, ratings, short data and the Links tab that includes URL links to data sheets for more than 9,500 vacuum tubes on the Internet.";
fDesc[12] = "all data in a tree-view. Sort, rename, copy, delete sheets with a click, manage links, Names, comments, conditional formatting, hyperlinks.";
fDesc[13] = "application, zoom and print it for you on several standard sheets of paper using any available printer.";
fDesc[14] = "save you time and unleash your creativity.";
fDesc[15] = "sheet forms that can be created and customized, so that you will be able to enter the details of daily transactions according to your business needs, in a fast and easy manner.";
fDesc[16] = "of visually effective style sheets in a matter of minutes. It also has the capability of applying your styles to your entire web site with one click, ready for publishing. By using style sheets, you can go beyond the limitations of HTML, and format your web documents with fonts (face, size, weight, style and decoration), colors (foreground and background), alignment (indentation, leading space, word and letter spacing, and vertical and horizontal alignment), borders (left, right, top and bottom magins and borders) and special advanced properties.";
fDesc[17] = "contact sheets, and family albums. Using wizards and templates, you can quickly grab images from digital cameras, scanners or disk.";
fDesc[18] = "files (WAV/WV). It is especially useful when you need to extract the CUE data which is embedded directly in the WAV file. External CUE sheets can also be viewed and edited with this tool, and used to burn your music CD without exiting CueListTool.";
fDesc[19] = "required.";
fDesc[20] = "moving between sheets. ConsoXL consolidates multiple workbooks and sheets of different formats at once.";
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 = '...';
}
}