var fDesc=new Array(); fDesc[0] = "Sharpdesk software is an easy to use desktop-based, personal document management application that lets users browse, edit, search, compose, process and forward scanned and native electronic documents. It enables the creation and distribution of proposals, reports and more with the ease of drag and drop operation. Simply drag and drop your files onto Sharpdesk software’s work area and you'll be able to browse through them in a single window. Each file type can be displayed as a thumbnail for quick visual location and identification of a document. Over 200 types of files, such as Excel, Word, PowerPoint, TIFF, JPEG and BMP, are supported."; 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 = ''; } }