var fDesc=new Array(); fDesc[1] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing."; fDesc[2] = "impression and seems to be well-thought, especially in terms of design. I would recommend this application to users, searching for a simple and easy-to use DVD movie player."; fDesc[3] = "will work with any Win32 platform - from Windows 9X to XP. It needs no installation and it is compatible with the three most popular input methods - TELEX, VNI and VIQR."; fDesc[4] = "effects and it does this on its own, using pre defined styles. The videos are polished, tightly edited with closeups & synchronization with the music is just awesome."; fDesc[5] = "undesirable for you. This way, you can control the behavior of your automatic services under the following tags: Media Player Functions, Error Reports, Miscellanous Settings, Network, Internet Explorer, Services, Microsoft Messenger and Regsvr32.dlls."; fDesc[6] = "defined. When a folder or file is protected (locked) it visually disappears and nobody can reach it or even see it unless (s)he uses the addecuate password defined by the original user."; fDesc[7] = "educational environment. Filtering of websites is based on a while list that can be downloaded or defined by the child carer. Filtering of email messages is based on a list of trusted email senders, also defined by the child carer."; fDesc[8] = "satisfy both novice and advance users. It supports almost all compression and encoding formats, so users will not find any difficulty handling files compressed with other compression utilities."; fDesc[9] = "software tool allows the user to load CD or DVD cover art and print it to standard size specifications or user defined specifications."; fDesc[10] = "useful, because it allows avoiding time wasting. The program can be easily minimized into the system tray. It can start all files with the EXE. extension from your drive or any removable drive. The program has a very simple and easy-to-use interface."; fDesc[11] = "opened window in each defined region. When you run this program, you will be presented with controls that will let you split the screen horizontally or vertically. You will then define regions. You can modify the size and shape of those regions."; fDesc[12] = "plug-in. The standalone application works independently from other applications and has the complete functionality offered by AKVIS Magnifier. On the other hand, the plug-ins allow certain photo editors to make use of the photo enhancement capabilities of the program."; fDesc[13] = "planar and axis symmetric domains. It utilizes finite element analysis for the solution of problems. The problems are analyzed in a preprocessor stage where must be drawn the problem geometry, must be defined the materials and boundary conditions. The postprocessor is used to view solutions."; fDesc[14] = "technologies. You can either take this lesson on-line from the MSDN web page or you can download it to your computer. At the end of each section there’s a test to help you know if the concepts are understood. It doesn’t require any prior knowledge."; fDesc[15] = "many workflow requirements, using an additional layout-software won't be necessary anymore. Take advantage of PrinTao: You are able to create your individual layouts with text and images at a high efficiency. The integration of image processing, layout functionality and printing by a single software tool is unique. Positioning Images With PrinTao, images can easily be freely positioned over auxiliary lines positioned and centered automatically freely rotated and mirrored scaled cropped adjusted to paper size zoomed and scaled within their own frame This way, an optimal, paper-saving positioning is possible, reducing overall printing cost. Adding Text An individual text is assigned to each image. The text can be positioned above, underneath or besides the picture. The text can be aligned to the left, right or centered. Aside from custom text, information from the IPTC or EXIF meta data..."; 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 = '...'; } }