var fDesc=new Array(); fDesc[0] = "Folder view is a very useful application which speeds up your navigation in Windows Explorer. Under normal circumstances when we have to copy, move, open or save a file from one location to another, we have to do it by browsing through various folders at different levels. The Folder view software enhances the functionalities of Windows Explorer and makes everything quickly accessible from any location on your computer. Folder view accomplishes this task by making the folders needed by the user available in a single click. Similarly the software integrates itself with other applications speeding up the navigation while opening and saving various files. Furthermore, another advanced and useful feature of the Folder View software is that it gets quickly integrated with the right-click context menus of files, thus allowing the users to copy and move files and folders extremely fast. The Software also puts an icon on the system tray, near the clock from where the users can configure the folders of their liking which they want to access quickly by using the fast-to-access menu structure of the Folder View quick launch option."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }