var fDesc=new Array(); fDesc[1] = "Product Tour provides detailed information about HP Accessories including Docking Solutions, Expansion Accessories, Power Management and Security."; fDesc[3] = "It features slideshows, templates with three-dimensional effects, high transparency and even Vista-looks, along with useful tools for a highly sophisticated website design and management."; fDesc[4] = "notepad and don’t have high costly developer software. Presently Programmer’s Notepad supports for Ada, Assembler, Bash, Batch file, C, C++, c#, CSS, D, Diff, Docbook XML, Fortran 77, Fortran 95, HTML, IDL, Java, Javascript, LaTeX, Lua, Make, Matlab, Modula-2, etc."; fDesc[6] = "directly onto your desktop. Unlike other newsreaders, MediaTicker gives you a visual perspective on your RSS feeds by displaying content in both text and thumbnail image format. Features include: Watch photo memories and RSS feeds fade in and out or subtly scroll across your screen. Click any thumbnail image or headline to view the full-size picture or website. Send photos via email, set them as your desktop background, print in multiple sizes. Add to your ticker the latest news, sports, headlines, cartoons, photos and more from sites like Flickr, Yahoo and MSNBC using RSS. Save images from RSS feeds to your hard drive by pressing the \"Save\" button in the full-size photo display.* The unique docking “sidebar mode” keeps the photos on your desktop without interfering with other application windows."; fDesc[8] = "scheduling, sleep timer, channel scanning, tray control, command line control and more."; fDesc[14] = ", reminder and fontviewer. But also it includes a sort of resizing autohiding desktop, where you accessories like Cd-player, Calculator e.t.c. You can also drag files to docking edge of The Bar to view them, lock them or put them in system tray (directly or in tray pop-up menu). Foldersin tray pop-up menus affect curend folder in any active open/save file dialog box."; fDesc[15] = "\"CBCGPVisualManagerVS2 005\"CBCGPDockManager::SetD ockStyleV7.0 Features General: Implemented a new visual manager \"CBCGPVisualManagerVS2 005\" which allows to create applications with Microsoft Visual Studio.NET 2005 (\"Whidbey\") look Implemented a new docking style - \"smart docking\". It's similar to docking interface found in Microsoft Visual Studio.NET 2005 (\"Whidbey\"). Now users can see where the dragged window can be docked. Just call CBCGPDockManager::SetD ockStyle (DT_SMART) to enable this feature. You can also customize \"smart docking\" markers by changing their colors and shapes. Added a new advanced control - CBCGPAppBarWnd. This control behaves as a window which can be docked to any side of the screen and lays outside of the application area Added full support for right-to-left layout. You can just create the main frame window with WS_EX_LAYOUTRTL style and the rest will be automatically handled by the library A new static method..."; 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 = '...'; } }