var fDesc=new Array(); fDesc[0] = "Google Chrome Forensics is a new Google Chrome Forensics profile analysis tool. This will alow you to simply point at the folder and gather the data. The information is right there and ready to work with. This is the first to perform such an analysis on the new Google Chrome web browser."; 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 = ''; } }