var fDesc=new Array(); fDesc[0] = "Inmarsat LaunchPad is a standard user interface that can be used across all Land Portable, Land Mobile and FleetBroadBand terminals.
Support for both BGAN Land Portable, Land Mobile and FleetBroadband terminals in a combined application
- English, Spanish, Chinese, Japanese, French and Russian languages are now supported with all terminals
- User can define the name of a GPS locations
- Language support for FleetBroadband terminals
LaunchPad users may also download and install, separate to Launchpad, our Inmarsat-developed TCP Accelerator software which significantly enhances the performance of TCP traffic in the 'send' direction"; 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 = ''; } }