var fDesc=new Array(); fDesc[1] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages."; fDesc[3] = "Notebook LCD + External Display. The two projection resolution options available are Projection : XGA (1024 x 768 pixels) or Projection: Normal (800 x 600 pixels). After clicking the option button, this utility will enable notebook LCD and external display to specified resolution."; fDesc[4] = "Manager, Download Manager, and more. You can search direct by drag text in browser. The other way, you also can add special search button to search bar."; fDesc[5] = "even perform a test to see that the copies really are perfect. Audiograbber can also automatically perform some tasks like normalize the music."; fDesc[6] = "software is all in one Address Book, Daily Journal, Day Planner, etc. It provides the usual day, week, month and year views for your calendar, and lets you see abbreviated or expanded views of your address book."; fDesc[7] = "and then allows you to explore them through the built-in Image Browser. It is possible to view your images in full screen, even using an automatic slideshow, with more than 80 transition effects."; fDesc[8] = "external subtitles. If duration of a subtitles stream does not coincide with duration of video then the program allows you to make correction of duration of a subtitles stream by its compression or stretching. The file of subtitles should be in SubRip format (extension .srt) or MicroDVD format (extensions .sub and .txt). On your computer should be installed corresponding video codecs for correct display of video files in various formats. Please download these codecs from the Internet as they are not included in a set of \"Titlevizor\" delivery."; fDesc[9] = "are kept in a folder for those who use the Windows XP operating system or later. Options of this program include showing the full file path or not, optionally displaying file extensions"; fDesc[10] = "speeds. The application comprises lots of interesting tools like IP filters, a configuration wizard, a built-in audio/video player, a powerful library organizer, a multisource download facility, plug-ins and more."; fDesc[11] = "both audio and video content. On top of Ziepod, Ziepod+ provides ... Dockable video panel for better experience External download status monitor panel Download bandwidth speed control Content filtering for retrieved content Virtual channels and word watchdogs Bulk channels to merge multiple in one Embedded tabbed browser HTML reporting of retrieved content Color-coded subscription listing mode"; fDesc[12] = "business solutions is now a task anyone can accomplish with Iceberg's \"no code needed\" solution to virtually any application. With Iceberg, users can accomplish in hours what programmers might take months to do. Iceberg also performs better as a platform by automatically adding enterprise features including web services, permissions and workflow. Applications: Design House Project Manager. A project management application for any design or development agency. Manage projects, get intelligent estimates based on history, interact with clients, view charts. Plus this it is fully integrated with our first killer app - full email integration, get emails, send emails, create tasks by email – PLUS iceberg keeps track of all your emails on a project automatically. Bug Tracker Manage the full workflow for a helpdesk or service organization, with multiple levels and stages of workflow this is..."; fDesc[13] = "requires Acrobat Standard/Professional version 6 or above. To view a CopyFILE link requires Acrobat Reader, Standard or Professional version 6 and above. What does it do? The CopyFILE plug-in is designed to deliver technical files or other pertinent information, (i.e. CAD details, charts, graphs, installation instructions, specifications, tables, etc.) based on a link within a PDF file. The CopyFILE plug-in supports a link action allowing a user to download either a single file or multiple files from a link within an Acrobat PDF file. Quickly and easily create CopyFILE links within a PDF file to aid in delivery of additional content or technical information. How can it help my organization? The CopyFILE plug-in provides value by integrating existing PDF files with existing external technical or supplemental information to offer the files for download through links in a PDF. Integrate..."; fDesc[14] = "compressed into a few months. Take greater control of your musical destiny."; 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 = '...'; } }