var fDesc=new Array(); fDesc[0] = "One of the problems faced by system administrators that install OpenOffice in company, it is wrong saved documents or scrap.

Scrap of document (Shell Scrap Object File) is the OLE-container containing a RTF-document. Unfortunately, at this time OpenOffice is not able to automatically detect and open scraps.

One or more files can be converted to RTF manually, but what if the scraps of dozens or even hundreds? This program allows you to convert many files in batch mode."; 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 = ''; } }