var fDesc=new Array(); fDesc[0] = "The Softline Pastel Software Developers’ Kit (SDK) allows developers to easily and seamlessly develop additional modules, front-ends and specialist imports and exports for Pastel Partner. Using the SDK, a developer can for example, create a specialised invoicing screen for a particular vertical market, and simply send the information to the SDK. The SDK will perform all the validations as if it was a normal Pastel invoice, and update all the relevant Pastel files. Using the SDK ensures that the integrity of the data is maintained. The Softline Pastel SDK is compliant with Pastel Accounting 2004 through to Version 11."; 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 = ''; } }