var fDesc=new Array(); fDesc[0] = "Micr8 is a plugin for Microsoft Office that allows you to do more with Loc8 Codes which appears in text on a map.
After installation, by highlighting what appears to be a Loc8 Code and right clicking, a new option showing "Loc8" with the Loc8 Icon will be shown in the option box. By selecting this and if the text selected is a genuine Loc8 Code, the user will be taken to the loc8code.com website where the Loc8 Code will be displayed on web mapping."; 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 = ''; } }