var fDesc=new Array(); fDesc[0] = "The Enterprise Edition is available in English or Japanese, and has full international support to create cross platform installers in 31 different languages.
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.
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."; 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 = ''; } }