var fDesc=new Array(); fDesc[0] = "Flamory can save a copy of every web page and file that you see on your screen, so you can find them later. Tell Flamory to make a snapshot. It will save a screenshot, selected text and position on the page. Double-click the snapshot and Flamory will open the exact place in the document. It's like a bookmark, but better. When you do a Google search, Flamory will search your snapshots too. If it founds something, a blue stripe will appear on the right side of the screen."; 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 = ''; } }