var fDesc=new Array(); fDesc[0] = "Enfold Desktop - save time managing content with a new free tool that gives you Windows desktop access to any Plone site.
Features:
-Save time uploading content by using drag-and-drop to move items–individually or in bulk–between the Windows desktop and Plone.
-Save time editing content in programs such as Microsoft Word, Excel, Dreamweaver or a text editor by opening Plone items directly from the Windows file manager.
-Use the Windows file manager to quickly move content within Plone and change name and title.
-Use the Windows file manager to change description, workflow state and other metadata.
Use the Desktop client component with any Plone site; the Desktop server component is now optional.
-Protect private data with secure, encrypted file transfers.
-Automatically lock content during editing to prevent overwriting and lost work.
-Set up custom sessions so users can navigate directly to often-used folders, without having to drill down.
-Automatically convert Windows file names to all-ASCII, Plone-allowed content names
-Automatically normalize content names for consistent, easy-to-remember Web addresses."; 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 = ''; } }