var fDesc=new Array(); fDesc[0] = "Firefox Backup8 is an application that allows you to backup Firefox data with high ratio of compression. It saves all the settings, cookies and plug-ins stored in the browser's application data directory. This powerful backup tool is very easy to use; with just a few clicks you will get your backup archive file ready or restored."; 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 = ''; } }