var fDesc=new Array(); fDesc[0] = "SAP Business One Partners, especially those who work in sales, presales and support areas, are able to demonstrate and operate SAP Business One 2004 and SAP Business One 2005 side-by-side from the same machine. This is possible with the help of this new installer for SAP Business One 2004 server tools.
It has a simple interface, showing the server name and the service you want to run: SBO Back-up, Licence Manager, SBO DI Server. You may start/continue, pause or stop the running process."; 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 = ''; } }