var fDesc=new Array(); fDesc[0] = "InstallAnywhere is the leading multiplatform development solution for software producers who need to deliver a professional and consistent cross platform installation experience for desktop and server applications. From a single project file and build environment, InstallAnywhere enables developers to create reliable installations for the broadest range of current platforms including Windows, Linux, Mac OS X, Solaris, AIX , HP-UX, and IBM iSeries.
If you develop applications for multiple platforms, trying to manually create installation software for each one is a time-consuming and error-prone process. It often leads to release delays and installation errors that frustrate end users and increase your support costs"; 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 = ''; } }