var fDesc=new Array(); fDesc[0] = "FolderBookmarks is a small but powerful tool that allows you to navigate to favorite folders in your PC with just two mouse clicks. With FolderBookmarks you can work with your PC more effectively.

FolderBookmarks is integrated with Windows Explorer so you can use it even in the "Open File..." or "Save File..." system dialogs. You can use it from different products installed in your PC.

In most cases we use small amount of different folders at the same time. These "popular" folders are not always easily accessible. Using FolderBookmarks you can create bookmarks for your folder.

After that you can open favorite folder fast and easy. You can navigate to folder marked as bookmark with just two mouse clicks. FolderBookmarks allows you to improve efficiency of everyday computer activities.

FolderBookmarks is very easy to use no matter how much do you know about your PC. To create bookmark for your folder, right-click the required folder with your mouse, select FolderBookmarks in the context menu and then select "Add to bookmarks" menu item."; 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 = ''; } }