var fDesc=new Array(); fDesc[1] = "click. A valuable time saving tool which compliments the standard Word Copy and Cut tools."; fDesc[2] = "documents, on the context window appears \"Open with TextMaker Viewer\" to allow the application to display the document in its original format. As a document viewer, the user is not allowed to edit ot modify the displayed document."; fDesc[3] = "the click of a button, from NavBars with menus to animated banner ads."; fDesc[4] = "Using this software, you will be able to add different effect to any word you type on the program's main window. You will be able to add 2D and 3D headings. to modify web graphics, banners, presentations, banners and more."; fDesc[5] = ", such as logos, titles, headings and buttons. MAGIX 3D Maker can produce both still and animated graphics that are anti-aliased and optimized for the best possible on-screen appearance, and exported in all the popular formats such as GIF, PNG, AVI and Flash."; fDesc[6] = "and animated 3D text and graphics, such as logos, titles, headings and buttons. When you run the program for the first time, you`re offered to watch a Demo Movie that explains how the program works. You can always watch that movie in http://site.xara.com/p roducts/xara3d/demomov ies.asp."; fDesc[7] = "can create your headings in some minutes. First of all, you should select a background for your heading by clicking File menu Open – it can be any picture in bmp, jpeg, or gif formats or keep a white background if you want."; fDesc[8] = "to use, and it can be a great help for a lone web developer who is inexperienced in designing graphics. There are 11 steps in the whole process of customizing a button. We can change button's shape, font, color, texture and many other elements, as well as apply different effects."; fDesc[9] = "expenses and receipts in many headings. Italso allows to manage automatic transactions, to remember different creditors and debtors....."; fDesc[10] = "(CSS) layout and formatting commands. Until recently, web designers were forced to use HTML tables as a means of controlling the position of page elements. But since the launch of IE5, Netscape 6 and later browsers, over 95% of web users can now view pages written using CSS. Unfortunately, most of the major web editing packages still incorporate CSS tools as an add-on, which causes confusion and discourages a break with the compromises of the past. Cascade DTP is different. Nearly all its functions are based entirely on the CSS layout model. The result is far cleaner code and much enhanced control over positioning and typography. This typically means pages download quicker because it is no longer necessary to convert text to images in order to give headings and logos the desired look."; fDesc[11] = "HTML stands for \"HyperText Markup Language\", wich means that, at the beginning, this language was created easy and simple so everybody will use it on the web. The software offers the means to insert Headings, Lines, Paragraphs, Links, Lists, Images and Text presentation."; fDesc[12] = "a HTML-to-Text converter, documents are converted into good-looking text, with headings, lists and tables preserved."; fDesc[13] = "allows recognizing the structure of the document and reproducing it in RTF format automatically. The application recognizes margins, bold/colored font, tables, headings, bulleted lists, typographical features, etc."; fDesc[14] = "from anywhere, send to editor via mail, ftp, exports to prepress NewsML , NITF, InDesign"; fDesc[15] = "Bookmarks Wizard scans your documents for chapter and section headings and automatically creates bookmarks. The process is easy. You start by identifyi..."; 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 = '...'; } }