var fDesc=new Array(); fDesc[0] = "DocCommander is a replacement for the standard Open/Save dialog box of Windows. It integrates into Windows and pops up when you click Open or Save menu item or toolbar button in any application. DocCommander features:
Replaces plain Open/Save windows in programs;
QuickBar panel makes all your favorite folders accessible with only one click;
Powerful File Find tool with wide choice of criterias;
Smart search-by-typing file search with autosuggestion (like address bar in InternetExplorer);
SuperRecent technology stores links to recently accessed documents. You can easily pick up a file you've been using a week or month ago!
One-click access to system Favorites folder. All your bookmarks and links are easily accessible there;
Available in four European languages;
Works with all versions of Windows including Windows XP!"; 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 = ''; } }