var fDesc=new Array(); fDesc[0] = "History Map extension for Google Chrome allows you to find the page you have browsed in the past. It displays the browsing history in a graphic, just like a history map. You can zoom-in, zoom-out, and drag the map, search, arrange & edit, save & delete etc., the app has a lot of easy-to-use and useful functions."; 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 = ''; } }