var fDesc=new Array(); fDesc[0] = "PMapServer7 is a free add-on for UI-View32. To use it, first download and register a copy of UI-View32. There are versions of PMapServer that will work with with Precision Mapping V5, V6 and V7.UI-View32 street level mapping of the whole of the USA. To support Precision Mapping, UI-View32 uses a plug-in map server (PMapServer) that integrates seamlessly into the program. PMapServer behaves like a normal UI-View32 map, but also has facilities for zoom, pan, and search. You can search for addresses, Counties, States, phone numbers (area codes), mile markers and callsigns."; 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 = ''; } }