var fDesc=new Array(); fDesc[0] = "Snowbound Software's award-winning family of RasterMaster® Imaging and Conversion SDKs, Toolkits, APIs, and libraries lead the industry in performance and reliability. RasterMaster is The Smarter Imaging and Conversion SDK.The RasterMaster SDK is available for multiple platforms: Java, .NET, UNIX and Windows. Software developers can easily incorporate expert document and image processing capabilities into their product or application including: viewing, conversion, manipulation, annotation, printing, scanning and saving."; 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 = ''; } }