var fDesc=new Array(); fDesc[0] = "MapInfo License Server Utility allows you to install licenses for your products.

The MapInfo License Server must be installed on your network and be accessible to all MapInfo Professional users. The License Server should be installed by the person who will manage and maintain it, so please give this CD to that person. MapInfo recommends that the server be installed and the correct machine name and port be given to all MapInfo Professional users in your organization before they install as they will be prompted for them at install time."; 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 = ''; } }