var fDesc=new Array(); fDesc[0] = "InterpOSe for Digimap is designed to process the data delivered as part of EDINA's new OS MasterMap service for Academic Organisations within the UK. It handles both the Topography and ITN layers of OS MasterMap for conversion to various file formats, including Shape, TAB, mid/mif and DWG/DXF.

The InterpOSe for Digimap edition can slice OS MasterMap data into tiles, which means that CAD users will benefit from fast drawing speeds while using the full richness of the data set. Also included is the Dotted Eyes style file, enabling the rich styling of OS MasterMap data to be fully realised in ArcGIS as well as MapInfo software."; 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 = ''; } }