var fDesc=new Array(); fDesc[0] = "DARWIN is a complete B2B order processing solution for small to medium size companies. It allows suppliers to receive electronic orders from their trading partners and send back despatch advices (ASNs), invoices and all the necessary information for the goods to be received by the trading partner.
OFTP2 – the DARWIN OFTP2 component is now annually licenced.
Porsche – DARWIN now supports the Porsche SYNCRO message.
DARWIN now provides Polish and Russian language support.
DARWIN 4 requires Microsoft .NET Framework version 3.5 SP1 and version 4, which you need to install before DARWIN 4."; 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 = ''; } }