var fDesc=new Array(); fDesc[0] = "The Muhimbi PDF Converter for SharePoint allows end-users to convert, merge and secure common document types such as MS-Word, InfoPath, AutoCAD, Excel, HTML and others. The product also comes with powerful watermarking and PDF merging engines. Similar to our other products, the Muhimbi PDF Converter has been designed for MOSS, WSS as well as SharePoint 2010 and leverages the following SharePoint technologies:"; 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 = ''; } }