var fDesc=new Array(); fDesc[0] = "features:

-You can drag a file from the Progress window to the Task list or to a folder.
-If you click on a link with the Shift key pressed a new task will be created (works only in the built-in browser).
-You can have several project files open at the same time by launching several copies of OC.
-You can move a task from one project file to another by dragging the task from one OC window to another OC window.
-You can set or change the Depth and Filters for many tasks simultaneously by selecting several tasks and pressing the Properties button on the Task toolbar.
-You can export one or more tasks to a folder on disk by selecting the tasks and dragging them to a Windows Explorer folder.
-You can select a text on a Web page containing many links and drop the text selection to the Drop Box or directly to the Tasks list.
-The links dropped to the Drop Box are saved in the currently opened OC folder."; 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 = ''; } }