var fDesc=new Array(); fDesc[0] = "The Minimap Addon gives you a suite of in-built maps and mapping tools for your web browser.

This extension comes with three mapping components, the main and most powerful one being a minimap sidebar. In this sidebar you can drag and drop addresses or locations you find on web pages and they will be automatically located, and added to your saved address list."; 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 = ''; } }