var fDesc=new Array(); fDesc[0] = "Handy maps is a Chrome extension powered by Google Maps that lets you find your current location. Just click the icon and the small map frame will show up. You can also search for other places or locations and you will quickly see the results. You can make other features of Google Maps such as the route finder."; 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 = ''; } }